This is the mail archive of the gdb@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: breakpoint on non-function symbol


On 2/1/07, Daniel Jacobowitz <drow@false.org> wrote:
That works, or you can take advantage of what Andreas suggested:

set $var = &symbol
break *$var

--
Daniel Jacobowitz
CodeSourcery


Ah, ok. That's the trick I was hoping to learn.


Thanks,
Bahadir


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