Age | Commit message (Expand) | Author | Files | Lines |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 1 | -3/+3 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-11 | GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377) | Pedro Alves | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-29 | Constify unpack_varlen_hex & fix fallout | Pedro Alves | 1 | -2/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-02 | [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" | Yao Qi | 1 | -13/+13 |
2016-07-21 | Make reinsert_breakpoint thread specific | Yao Qi | 1 | -11/+12 |
2016-07-21 | Refactor clone_all_breakpoints | Yao Qi | 1 | -4/+4 |
2016-07-21 | Create sub classes of 'struct breakpoint' | Yao Qi | 1 | -5/+6 |
2016-07-21 | Pass breakpoint type in set_breakpoint_at | Yao Qi | 1 | -1/+2 |
2016-06-17 | Handle reinsert breakpoints for vforked child | Yao Qi | 1 | -0/+9 |
2016-06-17 | Switch to current thread in finish_step_over | Yao Qi | 1 | -0/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-30 | Fix instruction skipping when using software single step in GDBServer | Antoine Tremblay | 1 | -0/+4 |
2015-10-23 | Remove set_breakpoint_data definition in GDBServer. | Antoine Tremblay | 1 | -5/+0 |
2015-10-21 | Support breakpoint kinds for software breakpoints in GDBServer. | Antoine Tremblay | 1 | -4/+4 |
2015-05-12 | Clone remote breakpoints | Don Breazeal | 1 | -0/+6 |
2015-01-09 | [gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode too | Pedro Alves | 1 | -0/+10 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-06-02 | gdbserver: on GDB breakpoint reinsertion, also delete the breakpoint's commands. | Pedro Alves | 1 | -2/+3 |
2014-05-20 | [GDBserver] Make Zx/zx packet handling idempotent. | Pedro Alves | 1 | -18/+61 |
2014-05-20 | [GDBserver] Move Z packet defines and type convertion routines to shared code. | Pedro Alves | 1 | -0/+13 |
2014-04-23 | [gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static. | Pedro Alves | 1 | -5/+0 |
2014-04-10 | Conditional Z1 breakpoint hangs GDBserver. | Pedro Alves | 1 | -1/+8 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-07-02 | Add target-side support for dynamic printf. | Stan Shebs | 1 | -0/+8 |
2012-02-24 | 2012-02-24 Luis Machado <lgustavo@codesourcery> | Luis Machado | 1 | -0/+18 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-11-14 | * mem-break.c (inc_ref_fast_tracepoint_jump): New. | Yao Qi | 1 | -0/+3 |
2011-10-31 | 2011-10-31 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -2/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-07-01 | Static tracepoints support, and UST integration. | Pedro Alves | 1 | -0/+11 |
2010-06-01 | gdb/gdbserver/ | Pedro Alves | 1 | -0/+27 |
2010-05-02 | * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped. | Pedro Alves | 1 | -0/+4 |
2010-04-09 | gdb/gdbserver/ | Pedro Alves | 1 | -0/+4 |
2010-04-01 | * mem-break.c (struct raw_breakpoint): New field shlib_disabled. | Pedro Alves | 1 | -0/+4 |
2010-04-01 | * linux-low.c (linux_wait_1): Avoid setting need_step_over is | Pedro Alves | 1 | -5/+10 |
2010-03-24 | * mem-break.c (enum bkpt_type): New. | Pedro Alves | 1 | -2/+3 |
2010-03-24 | Teach linux gdbserver to step-over-breakpoints. | Pedro Alves | 1 | -9/+26 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+2 |
2009-04-01 | 2009-04-01 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -0/+5 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-18 | * linux-low.c (linux_wait_for_event): Update messages. Do not | Daniel Jacobowitz | 1 | -2/+3 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-07-02 | * inferiors.c (change_inferior_id): Add comment. | Daniel Jacobowitz | 1 | -0/+4 |