Age | Commit message (Expand) | Author | Files | Lines |
2020-06-15 | Remove read_memory_string | Tom Tromey | 1 | -27/+0 |
2020-05-21 | gdb: remove unnecessary NULL checks before xfree | Simon Marchi | 1 | -2/+1 |
2020-03-04 | Make "gnutarget" const | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -2/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -13/+9 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -9/+13 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-24 | Update core-related help strings | Tom Tromey | 1 | -0/+1 |
2018-05-11 | Eliminate the 'the_core_target' global | Pedro Alves | 1 | -18/+0 |
2018-05-11 | Move core_bfd to program space | Tom Tromey | 1 | -4/+0 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -4/+6 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -8/+4 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 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_setshow_* | Tom Tromey | 1 | -4/+1 |
2017-09-27 | Constify core_file_command | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-03 | Use std::string in reopen_exec_file | Tom Tromey | 1 | -8/+3 |
2017-09-03 | Return std::string from memory_error_message | Tom Tromey | 1 | -9/+7 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -2/+3 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -3/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-07-14 | Change reopen_exec_file to check result of stat | Tom Tromey | 1 | -1/+1 |
2016-05-04 | Throw NOT_AVAILABLE_ERROR in read_stack and read_code | Yao Qi | 1 | -14/+15 |
2016-03-09 | gdb/rs6000: Read backchain as unsigned. | Marcin KoĆcielnicki | 1 | -0/+18 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 1 | -3/+3 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-06-15 | Cleanup write_memory doc | Simon Marchi | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-17 | PR gdb/17384: Do not print memory errors in safe_read_memory_integer | Ulrich Weigand | 1 | -45/+5 |
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-07-30 | constify exec_file_attach | Tom Tromey | 1 | -4/+3 |
2014-02-24 | Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE | Yao Qi | 1 | -2/+2 |
2014-02-24 | Remove TARGET_XFER_STATUS_ERROR_P | Yao Qi | 1 | -6/+3 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -13/+20 |
2014-02-07 | Tweak in memory_error | Yao Qi | 1 | -3/+4 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-10 | Use target_read_code in skip_prologue (i386) | Yao Qi | 1 | -0/+32 |