This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH ARM support a multi-arch compatible way of doing call dummys


> +    XXX Tweeking current_gdbarch is not an optimal solution, but the
> +    call to arm_fix_call_dummy is immediately followed by a call to
> +    run_stack_dummy, which is the only function where
> +    call_dummy_breakpoint_offset is actually used.  */
> 

Just an aside, a fairly standard GDB convention is:

	FIXME: cagney/2002-02-18: ..
or 
NOTE: cagney/2002-02-18: ...

so that N years down the track people have a rough idea as to the age 
and origins of a comment are.  (The fixme isn't an indication of who 
intends fixing it :-)

enjoy,
Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]