Age | Commit message (Expand) | Author | Files | Lines |
2020-03-13 | Use common_val_print in mi-main.c | Tom Tromey | 1 | -3/+1 |
2020-01-17 | gdb: remove uses of iterate_over_inferiors in mi/mi-main.c | Simon Marchi | 1 | -46/+27 |
2020-01-17 | gdb: remove use of iterate_over_inferiors in mi/mi-interp.c | Simon Marchi | 1 | -28/+21 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 4 | -4/+8 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -4/+6 |
2020-01-10 | Introduce switch_to_inferior_no_thread | Pedro Alves | 1 | -5/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 27 | -27/+27 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -1/+1 |
2019-12-04 | gdb/mi: Add -max-results parameter to some -symbol-info-* commands | Andrew Burgess | 1 | -7/+39 |
2019-12-04 | gdb/mi: Add -symbol-info-module-{variables,functions} | Andrew Burgess | 3 | -0/+161 |
2019-11-27 | gdb/mi: Add -symbol-info-modules command | Andrew Burgess | 3 | -0/+39 |
2019-11-27 | gdb/mi: Add new commands -symbol-info-{functions,variables,types} | Andrew Burgess | 3 | -0/+215 |
2019-11-26 | Add missing includes in dwarf-index-write.c and mi/mi-interp.c | Simon Marchi | 1 | -0/+3 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -2/+2 |
2019-11-06 | Use strtok_r instead of strtok | Christian Biesinger | 1 | -1/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 3 | -5/+5 |
2019-10-10 | Move declaration of varobjdebug to header | Christian Biesinger | 1 | -2/+0 |
2019-10-07 | Renaming of ctf (the trace format) files | Weimin Pan | 1 | -1/+0 |
2019-10-01 | Introduce metadata style | Tom Tromey | 2 | -4/+5 |
2019-10-01 | Introduce gdb-specific %p format suffixes | Pedro Alves | 2 | -3/+5 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 2 | -6/+6 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-08-07 | Make struct frame_arg self-managing | Tom Tromey | 1 | -5/+1 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 1 | -0/+5 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 8 | -50/+50 |
2019-07-15 | Fix a FIXME in mi-out.c | Tom Tromey | 1 | -4/+1 |
2019-07-15 | Introduce field_unsigned | Tom Tromey | 2 | -0/+13 |
2019-07-15 | Use field_string in more places | Tom Tromey | 2 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 7 | -11/+11 |
2019-06-15 | gdb/mi: New commands to catch C++ exceptions | Andrew Burgess | 3 | -0/+80 |
2019-06-13 | Make "backtrace" support -OPT options | Pedro Alves | 1 | -8/+15 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-05-17 | Add debug redirect option | Alan Hayward | 2 | -9/+26 |
2019-05-17 | Change file close behavior for tee_file | Alan Hayward | 1 | -5/+14 |
2019-05-17 | MI: Add new command -complete | Jan Vrany | 3 | -0/+47 |
2019-05-10 | Fix GDB build when using --disable-gdbmi | Simon Marchi | 3 | -28/+4 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -1/+1 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 4 | -5/+5 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 4 | -15/+10 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 3 | -17/+11 |
2019-03-19 | Don't show "display"s twice in MI | Tom Tromey | 1 | -2/+7 |
2019-03-13 | Fix MI output for multi-location breakpoints | Simon Marchi | 4 | -2/+44 |
2019-03-13 | Factor out mi_ui_out instantiation logic | Simon Marchi | 4 | -31/+27 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -2/+2 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 9 | -30/+28 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 3 | -3/+3 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Add compunits range adapter to objfile | Tom Tromey | 1 | -1/+1 |