Age | Commit message (Expand) | Author | Files | Lines |
2014-06-12 | Rename varobj_pretty_printed_p to varobj_is_dynamic_p | Yao Qi | 1 | -3/+3 |
2014-06-05 | PR mi/15806: Fix quoting of async events | Simon Marchi | 1 | -26/+31 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 3 | -13/+120 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -9/+0 |
2014-05-29 | PR gdb/13860 - Make MI sync vs async output (closer to) the same. | Pedro Alves | 2 | -15/+126 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 2 | -0/+2 |
2014-05-21 | PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp... | Pedro Alves | 1 | -0/+77 |
2014-05-19 | fix two latent type errors | Tom Tromey | 1 | -3/+1 |
2014-05-12 | mi: Use the value in mi_console_file->quote as the quoting character | Simon Marchi | 1 | -3/+4 |
2014-03-20 | Avoid using the ISO C99 `z' formatted output modifier | Maciej W. Rozycki | 1 | -1/+1 |
2014-03-18 | PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output. | Pedro Alves | 1 | -2/+1 |
2014-03-06 | Fix PR16508 | Yao Qi | 1 | -2/+1 |
2014-02-28 | constify ui_out_impl | Tom Tromey | 1 | -4/+1 |
2014-02-11 | Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment. | Joel Brobecker | 1 | -1/+1 |
2014-02-05 | Extension Language API | Doug Evans | 2 | -25/+21 |
2014-01-14 | psymtab cleanup patch 3/3 | Doug Evans | 1 | -2/+2 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 4 | -4/+4 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 26 | -26/+26 |
2013-12-10 | Delete interp_exec_p. | Doug Evans | 1 | -5/+0 |
2013-12-10 | GDB/MI: Document support for -exec-run --start in -list-features | Joel Brobecker | 1 | -0/+1 |
2013-12-03 | Remove "ada-exceptions" from -list-features output. | Joel Brobecker | 1 | -1/+0 |
2013-12-03 | Remove all trailing spaces in mi/mi-main.c. | Joel Brobecker | 1 | -32/+32 |
2013-12-03 | Add "undefined-command" error code at end of ^error result... | Joel Brobecker | 2 | -2/+13 |
2013-12-03 | New GDB/MI command "-info-gdb-mi-command" | Joel Brobecker | 4 | -0/+32 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 11 | -11/+11 |
2013-11-18 | Add "language-option" to -list-features | Joel Brobecker | 1 | -0/+1 |
2013-11-14 | GDB/MI: Add new "--language LANG" command option. | Joel Brobecker | 3 | -1/+35 |
2013-11-13 | Replace "info-ada-exceptions" by "ada-exceptions" in -list-features | Joel Brobecker | 1 | -1/+1 |
2013-11-12 | Implement GDB/MI equivalent of "info exceptions" CLI command. | Joel Brobecker | 4 | -0/+54 |
2013-11-11 | Dandling memory pointers in Ada catchpoints with GDB/MI. | Joel Brobecker | 1 | -0/+10 |
2013-11-07 | Remove varobj_language_string, languages and varobj_languages | Yao Qi | 1 | -2/+3 |
2013-10-11 | New GDB/MI commands to catch Ada exceptions | Joel Brobecker | 3 | -0/+137 |
2013-10-04 | Add support for --start option in -exec-run GDB/MI command. | Joel Brobecker | 1 | -3/+51 |
2013-10-02 | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 2 | -4/+4 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 3 | -5/+5 |
2013-08-30 | MI -trace-find, print frame with LOC_AND_ADDRESS instead of SRC_AND_LOC. | Pedro Alves | 1 | -1/+1 |
2013-08-29 | Remove use of deprecated_command_loop_hook from mi code. | Andrew Burgess | 1 | -35/+4 |
2013-08-28 | PR gdb/15415 | Jan Kratochvil | 1 | -2/+2 |
2013-08-27 | Add options to skip unavailable locals | Yao Qi | 1 | -20/+57 |
2013-08-27 | Add mi_getopt_allow_unknown | Yao Qi | 3 | -27/+66 |
2013-08-08 | gdb/ | Yao Qi | 1 | -1/+4 |
2013-08-08 | gdb/ | Yao Qi | 1 | -4/+3 |
2013-08-02 | Remove duplicate call to add_file_handler. | Andrew Burgess | 1 | -1/+0 |
2013-08-01 | gdb/ | Yao Qi | 1 | -10/+69 |
2013-07-25 | Resue 'z' formatter from mi register display code. | Andrew Burgess | 1 | -37/+13 |
2013-07-19 | 2013-07-19 Hui Zhu <hui@codesourcery.com> | Hui Zhu | 1 | -0/+3 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 2 | -3/+3 |
2013-07-01 | add -Wold-style-declaration | Tom Tromey | 1 | -3/+3 |