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: [RFA 8/9] Explicit locations v2 - MI for explicit locations


Keith Seitz writes:
 > Changes since last version:
 > 8-ui-mi:
 >    - use --source, --function, --label, --line instead of
 >      "-s", "-m", "-l", "-o"
 >    - update tests
 > 
 > ChangeLog
 > 2014-05-29  Keith Seitz  <keiths@redhat.com>
 > 
 > 	* mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
 > 	explicit locations, options "--source", "--function",
 > 	"--label", and "--line".
 > 
 > testsuite/ChangeLog
 > 2014-05-29  Keith Seitz  <keiths@redhat.com>
 > 
 > 	* gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
 > 	(at toplevel): Call test_explicit_breakpoints.
 > 	* gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
 > 	breakpoints.
 > 	* lib/mi-support.exp (mi_make_breakpoint): Add support for
 > 	breakpoint conditions, "-cond".

I don't have anything to add here, except a question.

Is the two dashes in --source, etc. (instead of just "-source") convention?


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