Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -4/+4 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -101/+41 |
2018-01-31 | gdb: Fix remote-sim/MinGW/Darwin builds | Pedro Alves | 1 | -2/+2 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -2/+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-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -6/+7 |
2017-11-24 | Create private_inferior class hierarchy | Simon Marchi | 1 | -138/+149 |
2017-11-20 | Fix build failure in darwin-nat.c | Simon Marchi | 1 | -1/+1 |
2017-11-02 | s/get_regcache_aspace (regcache)/regcache->aspace ()/g | Yao Qi | 1 | -1/+1 |
2017-10-29 | darwin-nat: Remove gdb.h include | Simon Marchi | 1 | -1/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-06-27 | darwin: Do not add a dummy thread | Simon Marchi | 1 | -47/+31 |
2017-06-13 | darwin-nat: Add missing include | Simon Marchi | 1 | -0/+1 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -3/+13 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -4/+8 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -2/+2 |
2017-02-20 | PR gdb/16188: Verify PTRACE_TRACEME succeeded | Sergio Durigan Junior | 1 | -6/+12 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | darwin-nat.c: handle Darwin 16 (aka Sierra). | Tristan Gingold | 1 | -75/+267 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -9/+1 |
2016-04-20 | Fix host signal vs gdb signal mixup in gdb/darwin-nat.c | Pedro Alves | 1 | -1/+1 |
2016-04-20 | gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warning | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-23 | darwin-nat: disable sstep cache. | Tristan Gingold | 1 | -10/+7 |
2015-11-23 | solib-darwin: support PIE for spawned processes. | Tristan Gingold | 1 | -7/+7 |
2015-11-23 | darwin-nat: rewrite darwin_read_write_inferior | Tristan Gingold | 1 | -61/+86 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -3/+3 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -2/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -62/+62 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -0/+3 |
2015-01-12 | [darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h> | James Clarke | 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-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -1/+1 |
2014-05-21 | Native targets: Add inf-child.c:inf_child_mourn_inferior and use it. | Pedro Alves | 1 | -2/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -3/+3 |
2014-05-21 | Rename "target darwin-child" -> "target native" | Pedro Alves | 1 | -4/+0 |
2014-04-09 | darwin: fix thinko (free thread port after threads are discovered). | Tristan Gingold | 1 | -4/+24 |
2014-04-07 | Fix ARI warning in darwin-nat.c::darwin_decode_message | Joel Brobecker | 1 | -1/+1 |
2014-04-01 | darwin-nat: avoid crash while debugging gdb. | Tristan Gingold | 1 | -54/+90 |
2014-03-24 | darwin-nat.c: fix dump of messages on x86_64. | Tristan Gingold | 1 | -18/+15 |
2014-03-21 | Fix internal warning when "gdb -p xxx" | Hui Zhu | 1 | -4/+1 |
2014-02-19 | darwin-nat.c (darwin_xfer_partial): Fix return type. | Stan Shebs | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_supports_multi_process | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_get_ada_task_ptid | Tom Tromey | 1 | -1/+1 |