Age | Commit message (Expand) | Author | Files | Lines |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -1/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+2 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -11/+13 |
2019-03-06 | Eliminate fork_info::clobber_regs | Pedro Alves | 1 | -44/+35 |
2019-03-06 | linux-fork.c: rewrite inf_has_multiple_threads | Pedro Alves | 1 | -20/+9 |
2019-03-06 | C++ify fork_info, use std::list | Pedro Alves | 1 | -153/+108 |
2019-03-06 | Make "checkpoint" not rely on inferior_ptid | Pedro Alves | 1 | -16/+28 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-10 | gdb: Fix incorrect variable name in scoped_switch_fork_info | Andrew Burgess | 1 | -1/+1 |
2019-01-10 | gdb: Improve scoped_switch_fork_info class | Andrew Burgess | 1 | -4/+13 |
2019-01-03 | gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid | Andrew Burgess | 1 | -41/+60 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -4/+3 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -9/+9 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -14/+14 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -1/+1 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -1/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -3/+4 |
2018-05-24 | Update help text in linux-fork.c | Tom Tromey | 1 | -2/+2 |
2018-05-03 | linux_nat_target: More low methods | Pedro Alves | 1 | -1/+1 |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 1 | -10/+8 |
2018-02-21 | Remove regcache_save and regcache_cpy | Yao Qi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -2/+2 |
2017-09-27 | Constify two functions in linux-fork.c | Tom Tromey | 1 | -2/+2 |
2017-09-25 | Remove regcache_xfree | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -3/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -5/+6 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-24 | List checkpoints in ascending order | Pedro Alves | 1 | -5/+30 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+1 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-23 | checkpoint: print index of new checkpoint in response message | Patrick Palka | 1 | -3/+5 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -4/+5 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |