Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* fullname descriptor with -break-list
@ 2005-02-06 23:18 Nick Roberts
  2005-02-07  0:17 ` Bob Rossi
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Roberts @ 2005-02-06 23:18 UTC (permalink / raw)
  To: gdb


I am trying to migrate the GDB user interface in Emacs from annotations to
MI. To help with this process, I would like to add the fullname, as used in
-file-list-exec-source-file and -file-list-exec-source-files, to the MI
command -break-list.

i.e the example in the manual would look like:

     -break-list
     ^done,BreakpointTable={nr_rows="1",nr_cols="6",
     hdr=[{width="3",alignment="-1",col_name="number",colhdr="Num"},
     {width="14",alignment="-1",col_name="type",colhdr="Type"},
     {width="4",alignment="-1",col_name="disp",colhdr="Disp"},
     {width="3",alignment="-1",col_name="enabled",colhdr="Enb"},
     {width="10",alignment="-1",col_name="addr",colhdr="Address"},
     {width="40",alignment="2",col_name="what",colhdr="What"}],
     body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",
     addr="0x000100d0",func="main",file="hello.c",
     fullname="/home/nick/hello.c",line="5",cond="1",times="0",ignore="3"}]}
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Would such a patch be acceptable?

Nick


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-03-04 11:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-06 23:18 fullname descriptor with -break-list Nick Roberts
2005-02-07  0:17 ` Bob Rossi
2005-02-07  2:49   ` Nick Roberts
2005-02-07 14:54     ` Bob Rossi
2005-02-07 20:14       ` Andrew Cagney
2005-02-08  1:54         ` Event notification in MI (was Re: fullname descriptor with -break-list) Nick Roberts
2005-03-04  7:24         ` fullname descriptor with -break-list Nick Roberts
2005-03-04 11:23           ` Bob Rossi
2005-02-07 15:22   ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox