summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-0126-26/+26
* Delete interp_exec_p.Doug Evans2013-12-101-5/+0
* GDB/MI: Document support for -exec-run --start in -list-featuresJoel Brobecker2013-12-101-0/+1
* Remove "ada-exceptions" from -list-features output.Joel Brobecker2013-12-031-1/+0
* Remove all trailing spaces in mi/mi-main.c.Joel Brobecker2013-12-031-32/+32
* Add "undefined-command" error code at end of ^error result...Joel Brobecker2013-12-032-2/+13
* New GDB/MI command "-info-gdb-mi-command"Joel Brobecker2013-12-034-0/+32
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-1811-11/+11
* Add "language-option" to -list-featuresJoel Brobecker2013-11-181-0/+1
* GDB/MI: Add new "--language LANG" command option.Joel Brobecker2013-11-143-1/+35
* Replace "info-ada-exceptions" by "ada-exceptions" in -list-featuresJoel Brobecker2013-11-131-1/+1
* Implement GDB/MI equivalent of "info exceptions" CLI command.Joel Brobecker2013-11-124-0/+54
* Dandling memory pointers in Ada catchpoints with GDB/MI.Joel Brobecker2013-11-111-0/+10
* Remove varobj_language_string, languages and varobj_languagesYao Qi2013-11-071-2/+3
* New GDB/MI commands to catch Ada exceptionsJoel Brobecker2013-10-113-0/+137
* Add support for --start option in -exec-run GDB/MI command.Joel Brobecker2013-10-041-3/+51
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-302-4/+4
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-173-5/+5
* MI -trace-find, print frame with LOC_AND_ADDRESS instead of SRC_AND_LOC.Pedro Alves2013-08-301-1/+1
* Remove use of deprecated_command_loop_hook from mi code.Andrew Burgess2013-08-291-35/+4
* PR gdb/15415Jan Kratochvil2013-08-281-2/+2
* Add options to skip unavailable localsYao Qi2013-08-271-20/+57
* Add mi_getopt_allow_unknownYao Qi2013-08-273-27/+66
* gdb/Yao Qi2013-08-081-1/+4
* gdb/Yao Qi2013-08-081-4/+3
* Remove duplicate call to add_file_handler.Andrew Burgess2013-08-021-1/+0
* gdb/Yao Qi2013-08-011-10/+69
* Resue 'z' formatter from mi register display code.Andrew Burgess2013-07-251-37/+13
* 2013-07-19 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-07-191-0/+3
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-092-3/+3
* add -Wold-style-declarationTom Tromey2013-07-011-3/+3
* gdb/Yao Qi2013-06-263-0/+298
* gdb/Yao Qi2013-06-261-2/+0
* Teach -data-list-register-values to not include unavailable registersYao Qi2013-06-201-13/+46
* gdb/Yao Qi2013-06-081-14/+13
* gdb/Yao Qi2013-06-035-51/+33
* fix mi-cmd-var.cTom Tromey2013-05-301-4/+3
* fix mi-cmd-stack.cTom Tromey2013-05-301-4/+1
* fix list_available_thread_groupsTom Tromey2013-05-301-1/+4
* gdb/Yao Qi2013-05-301-1/+2
* mi/mi-cmd-break.c: Use xsnprintf instead of sprintf (ARI fix)Joel Brobecker2013-05-231-1/+2
* 2013-05-21 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-05-213-22/+144
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-201-1/+5
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-05-103-41/+190
* gdb/Yao Qi2013-03-141-13/+34
* gdb/Yao Qi2013-03-141-1/+1
* * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.Keith Seitz2013-03-125-25/+31
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-10/+6