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: RFA: Breakpoint infrastructure cleanups [0/8]


My two cents:

It's not just breakpoints.  What happens when the user types:

  (gdb) disassemble Foo::Foo

Also, here is a use case to consider:

  (gdb) break *0x12345678

gdb has this notion that one source address corresponds to one
object-code address, but now it's one source address corresponds
to N object-code addresses.

Michael C


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