This is the mail archive of the gdb-patches@sourceware.org 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: [PING] [PATCH] D: Fix classification of module.type in lexer


Iain Buclaw <ibuclaw@gdcproject.org> writes:

> +		subprogram {
> +		    {name "D main"}
> +		    {linkage_name "_Dmain"}
> +		    {external 1 flag_present}
> +		    {low_pc dmain_start addr}
> +		    {high_pc dmain_end addr}

Can you use MACRO_AT_func so that you don't need "dmain_start" and
"dmain_end" in gdb.dlang/watch-loc.c.

-- 
Yao (齐尧)


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