Age | Commit message (Expand) | Author | Files | Lines |
2022-04-18 | gdbsupport: make gdb_abspath return an std::string | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -7/+7 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -1/+1 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-06-18 | Don't write to inferior_ptid in tracefile-tfile.c | Pedro Alves | 1 | -3/+4 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -1/+1 |
2020-01-10 | tfile_target::close: trace_fd can't be -1 | Pedro Alves | 1 | -2/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-13 | Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613) | Sergio Durigan Junior | 1 | -2/+2 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -1/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -3/+3 |
2019-01-10 | Fix tracepoint.c:parse_tracepoint_definition leak (and one more) | Pedro Alves | 1 | -10/+11 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -4/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_register_status | Simon Marchi | 1 | -1/+1 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -15/+13 |
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 | -56/+64 |
2018-03-30 | Use std::vector in uploaded_tp | Simon Marchi | 1 | -5/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -2/+2 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -3/+4 |
2017-10-14 | Use std::vector for traceframe_info::memory | Simon Marchi | 1 | -5/+1 |
2017-10-14 | Use std::vector for traceframe_info::tvars | Simon Marchi | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -15/+7 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -1/+1 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -2/+2 |
2017-04-18 | xml-support.c: Use std::string for growing string buffer | Pedro Alves | 1 | -7/+7 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-02 | Rename some trace functions | Simon Marchi | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-02-10 | gdb.trace: Read XML target description from tfile. | Marcin KoĆcielnicki | 1 | -1/+57 |