Age | Commit message (Expand) | Author | Files | Lines |
2019-02-15 | Fix formatting in ravenscar-thread.c | Tom Tromey | 1 | -11/+12 |
2019-02-15 | C++-ify ravenscar_arch_ops | Tom Tromey | 1 | -7/+3 |
2019-02-15 | Exception safety in ravenscar-thread.c | Tom Tromey | 1 | -35/+15 |
2019-02-15 | Fix some typos in ravenscar-thread.c | Tom Tromey | 1 | -5/+5 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -3/+2 |
2018-11-30 | Convert default_child_has_foo functions to process_stratum_target methods | Pedro Alves | 1 | -7/+0 |
2018-07-22 | Fix ravenscar-thread.c to use arch_ops | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -3/+3 |
2018-06-07 | Eliminate find_target_beneath | Pedro Alves | 1 | -26/+13 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -3/+3 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -8/+8 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -20/+20 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -115/+115 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-22 | (Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warning | Joel Brobecker | 1 | -1/+1 |
2017-11-21 | ravenscar: update inferior ptid with event ptid | Jerome Guitton | 1 | -1/+3 |
2017-11-21 | (Ada) crash connecting to TSIM simulator | Joel Brobecker | 1 | -2/+8 |
2017-11-21 | problem debugging ravenscar programs if runtime is stripped | Joel Brobecker | 1 | -0/+8 |
2017-11-21 | Add multiple-CPU support in ravenscar-thread.c | Joel Brobecker | 1 | -34/+136 |
2017-11-21 | watchpoint regression debugging with remote protocol (bare metal) | Joel Brobecker | 1 | -0/+82 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -3/+3 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -4/+4 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -6/+9 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-19 | Replace current_inferior ()->gdbarch with its wrapper target_gdbarch. | Doug Evans | 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-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -5/+5 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-18 | fix calls to find_target_beneath | Tom Tromey | 1 | -2/+2 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -13/+14 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_get_ada_task_ptid | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_extra_thread_info | Tom Tromey | 1 | -2/+3 |
2014-02-13 | cleanup: remove declared variables without any references | Sanimir Agovic | 1 | -2/+0 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -3/+5 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |