Age | Commit message (Expand) | Author | Files | Lines |
2020-03-13 | Use common_val_print in infcmd.c | Tom Tromey | 1 | -9/+3 |
2020-03-06 | Pass thread_info pointer to various inferior control functions | Simon Marchi | 1 | -18/+19 |
2020-01-29 | Fix -Werror-stringop error on infcmd.c:construct_inferior_arguments | Pedro Alves | 1 | -0/+5 |
2020-01-25 | Implement 'set/show exec-file-mismatch'. | Philippe Waroquiers | 1 | -0/+3 |
2020-01-15 | Use get_thread_regcache instead of get_current_regcache in post_create_inferior | Simon Marchi | 1 | -1/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -34/+78 |
2020-01-10 | Some get_last_target_status tweaks | Pedro Alves | 1 | -7/+2 |
2020-01-10 | Delete unnecessary code from kill_command | Pedro Alves | 1 | -14/+0 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Check all inline frames if they are marked for skip | Bernd Edlinger | 1 | -2/+18 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -2/+2 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-10-29 | Remove unused includes in infcmd.c and infrun.c | Simon Marchi | 1 | -6/+0 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-02 | Fix type of startup_with_shell in gdbserver | Tom Tromey | 1 | -4/+0 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -1/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -2/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -1/+1 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -2/+2 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-05-29 | Add "set print finish" | Tom Tromey | 1 | -4/+29 |
2019-04-09 | Use -qualified flag when setting temporary breakpoint in start command | Simon Marchi | 1 | -1/+4 |
2019-04-08 | Replace throw_exception with throw in some cases | 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-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -170/+76 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type | Tom Tromey | 1 | -10/+2 |
2019-01-06 | Fix crash in "finish" | Tom Tromey | 1 | -2/+3 |
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 | -49/+20 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -14/+5 |
2018-09-18 | Make the "info proc" documentation more consistent. | John Baldwin | 1 | -6/+6 |
2018-09-18 | Add a new 'info proc files' subcommand of 'info proc'. | John Baldwin | 1 | -0/+12 |
2018-09-15 | Change get_inferior_args to return const char * | Tom Tromey | 1 | -1/+1 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -1/+1 |
2018-07-26 | [gdb/breakpoints] Fix sigsegv in info prog at exec catchpoint | Tom de Vries | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -5/+5 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -3/+3 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -7/+5 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -19/+22 |
2018-06-14 | [gdb/cli] Honour 'print pretty' when printing result of finish command | Tom de Vries | 1 | -1/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -9/+9 |
2018-05-24 | Update help text for "jump" command | Tom Tromey | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -18/+18 |