tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: New DTrace code - build issues



On Sep 26,  1:46am, n54%gmx.com@localhost (Kamil Rytarowski) wrote:
-- Subject: New DTrace code - build issues

| Thank you Christos for your work on DTrace!
| 
| I'm having problems building it, the log is attached to the mail.
| 
| - From what I saw, there is a type mismatch:
| 
| typedef struct {
|         uint8_t data[PTRACE_BREAKPOINT_SIZE];
| } proc_breakpoint_t;
| 
| vs
| 
| ulong_t dbp_instr;              /* saved instruction from breakpoint */
| 
| At the moment I'm unsure about the correct translation between these
| types.

Ah, I forgot to commit something... Sec.

christos


Home | Main Index | Thread Index | Old Index