Age | Commit message (Expand) | Author | Files | Lines |
3 days | Wrap help strings at 80 columns | Tom Tromey | 1 | -9/+9 |
2024-09-24 | btrace: Enable event tracing on Linux for Intel PT. | Felix Willgerodt | 1 | -0/+44 |
2024-08-14 | btrace, linux: Enable ptwrite packets. | Felix Willgerodt | 1 | -0/+5 |
2024-08-14 | btrace: Handle stepping and goto for auxiliary instructions. | Felix Willgerodt | 1 | -11/+54 |
2024-08-14 | btrace: Enable auxiliary instructions in record function-call-history. | Felix Willgerodt | 1 | -2/+32 |
2024-08-14 | btrace: Enable auxiliary instructions in record instruction-history. | Felix Willgerodt | 1 | -0/+16 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-25 | gdb: move execute function declarations from gdbcmd.h to top.h | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -7/+7 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 1 | Tom de Vries | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -4/+4 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-06-05 | Use "unrelocated" terminology in linetable_entry | Tom Tromey | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_record_changed method | Simon Marchi | 1 | -1/+2 |
2023-04-17 | gdb: remove regcache::target | Simon Marchi | 1 | -1/+2 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -2/+2 |
2023-03-17 | Fix line table regression | Tom Tromey | 1 | -2/+3 |
2023-03-11 | Change linetable_entry::is_stmt to bool | Tom Tromey | 1 | -1/+1 |
2023-03-11 | Constify linetables | Tom Tromey | 1 | -2/+2 |
2023-03-11 | Change linetables to be objfile-independent | Tom Tromey | 1 | -1/+5 |
2023-02-27 | Catch gdb_exception_error instead of gdb_exception (in many places) | Kevin Buettner | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -13/+13 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -4/+2 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -3/+3 |
2022-05-17 | gdb, btrace: Throw an error for empty recordings when replaying starts. | Felix Willgerodt | 1 | -1/+1 |
2022-04-20 | Replace symbol_symtab with symbol::symtab | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -31/+31 |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-27 | gdb, btrace: rename record_btrace_enable_warn() | Markus Metzger | 1 | -3/+3 |
2022-01-18 | gdb: use ptid_t::to_string instead of target_pid_to_str in debug statements | Simon Marchi | 1 | -8/+8 |
2022-01-05 | Use filtered output in btrace-related commands | Tom Tromey | 1 | -23/+23 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Consistently Use ui_file parameter to show callbacks | Tom Tromey | 1 | -1/+1 |
2021-12-23 | gdb: make use of SCOPE_EXIT to manage thread executing state | Andrew Burgess | 1 | -20/+4 |
2021-11-22 | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 1 | -2/+2 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -29/+20 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -14/+12 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -2/+1 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+2 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -13/+17 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -8/+8 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |