Age | Commit message (Expand) | Author | Files | Lines |
2021-07-13 | gdb: disable commit-resumed on -exec-interrupt --thread-group | Simon Marchi | 1 | -0/+3 |
2021-05-27 | gdb: remove unnecessary lookup_cmd when deprecating commands | Simon Marchi | 1 | -12/+14 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -7/+7 |
2021-04-01 | Use startswith in gdb subfolder. | Martin Liska | 1 | -4/+4 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -0/+4 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -3/+4 |
2021-03-24 | gdb: move all "current target" wrapper implementations to target.c | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -15/+15 |
2020-10-29 | Remove exec_filename macro | Tom Tromey | 1 | -2/+2 |
2020-09-28 | Turn target_can_execute_reverse into function | Tom Tromey | 1 | -2/+2 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
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-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
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 | 1 | -1/+1 |
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 | 1 | -3/+3 |
2019-10-07 | Renaming of ctf (the trace format) files | Weimin Pan | 1 | -1/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -18/+18 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -5/+5 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-05-17 | MI: Add new command -complete | Jan Vrany | 1 | -0/+45 |
2019-05-10 | Fix GDB build when using --disable-gdbmi | Simon Marchi | 1 | -19/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Fix MI output for multi-location breakpoints | Simon Marchi | 1 | -0/+27 |
2019-03-13 | Factor out mi_ui_out instantiation logic | Simon Marchi | 1 | -10/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 1 | -1/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -3/+2 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -5/+5 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -5/+5 |
2018-08-14 | MI: Add -a option to the "-data-disassemble" command | Jan Vrany | 1 | -0/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -5/+5 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -4/+4 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -23/+24 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -4/+4 |
2018-05-25 | Remove interp_ui_out | Tom Tromey | 1 | -1/+1 |
2018-05-04 | Add missing "breaks" | Tom Tromey | 1 | -0/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -8/+5 |