This is the mail archive of the gdb@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: fullname descriptor with -break-list



-exec-run
^running
(gdb) *stopped,reason="breakpoint-hit",bkptno="1",thread-id="0",frame={addr="0x080486e2",func="myprint",args=[{name="i",value="0"},{name="j",value="0"}],file="myprint.c",line="5"}


O wow, it would be great to add this. I've been working on the MI
testsuite lately, and after I'm done with that, I'll most likely end up
wanting this exact feature. Otherwise, I'll have to call
-file-list-exec-source-file every time instead.


I seem to recall there was some discussion about this earlier but I didn't
follow the thread closely. Can somebody please tell me what the outcome was?


I don't recall anything about this. Sorry.

The way that message is generated is a massive kludge - so the underlying code could do with a cleanup - separate the code determining why the process stopped from the code printing the stop reason.


Andrew


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