Age | Commit message (Expand) | Author | Files | Lines |
2019-08-21 | gdb/djgpp: Add Hygon Dhyana processor support | Jinke Fan | 1 | -3/+4 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -2/+2 |
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-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -2/+2 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -1/+0 |
2018-06-10 | Fix some missed "beneath" conversions | Tom Tromey | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -2/+2 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -1/+1 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -84/+97 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -0/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -7/+7 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -2/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-02-23 | Fix usage of inferior_ptid in two thread_alive implementations | Simon Marchi | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-07-21 | Fix djgpp gdb build | 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-05-30 | Unbreak DJGPP build of GDB. | Eli Zaretskii | 1 | -2/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-15 | Add missing parenthesis | Yao Qi | 1 | -1/+1 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 1 | -13/+13 |
2014-08-29 | Replace hardwired error handler in go32_create_inferior | Gary Benson | 1 | -6/+6 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stdio.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-25 | fix build: update clear_proceed_status callers | Pedro Alves | 1 | -1/+1 |
2014-06-20 | Move shared native target specific code to gdb/nat | Gary Benson | 1 | -1/+1 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -1/+1 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -2/+3 |
2014-05-21 | go32-nat.c: Don't override to_open. | Pedro Alves | 1 | -7/+0 |
2014-05-21 | Rename "target djgpp" -> "target native" | Pedro Alves | 1 | -4/+0 |
2014-03-07 | Make the go32-nat.c target inherit inf-child.c. | Pedro Alves | 1 | -89/+57 |
2014-02-26 | go32-nat.c: Don't install a deprecated_xfer_memory method | Pedro Alves | 1 | -20/+55 |
2014-02-19 | Add target_ops argument to to_can_run | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_info | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_ours | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_inferior | Tom Tromey | 1 | -1/+1 |