Age | Commit message (Expand) | Author | Files | Lines |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -1/+1 |
2024-09-24 | [gdb] Eliminate catch(...) in target_wait | Tom de Vries | 1 | -12/+6 |
2024-08-12 | gdb: rename target-delegates.c to target-delegates-gen.c | Simon Marchi | 1 | -1/+1 |
2024-07-18 | gdb: add target_fileio_stat, but no implementations yet | Andrew Burgess | 1 | -0/+31 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -2/+2 |
2024-07-15 | gdb: pass program space to no_shared_libraries | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: split no_shared_libraries, command vs implementation | Simon Marchi | 1 | -3/+3 |
2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -2/+2 |
2024-06-05 | gdb: more filename styling in remote.c and target.c | Andrew Burgess | 1 | -4/+8 |
2024-05-28 | Use bool in thread_events | Tom Tromey | 1 | -1/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-04-19 | gdb: add target_debug_printf and target_debug_printf_nofunc | Simon Marchi | 1 | -78/+51 |
2024-04-19 | gdb: make regcache::debug_print_register return a string | Simon Marchi | 1 | -4/+4 |
2024-04-19 | gdb: Introduce is_address_tagged target hook | Gustavo Romero | 1 | -0/+6 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-09 | gdb: add inferior parameter to breakpoint_init_inferior | Simon Marchi | 1 | -1/+1 |
2024-02-09 | gdb: add program_space parameter to mark_breakpoints_out | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -8/+8 |
2023-11-20 | gdb: move all bfd_cache_close_all calls in gdb_bfd.c | Andrew Burgess | 1 | -5/+0 |
2023-11-17 | gdb: pass address_space to target dcache functions | Simon Marchi | 1 | -5/+6 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 1 | -13/+0 |
2023-11-13 | Thread options & clone events (core + remote) | Pedro Alves | 1 | -0/+9 |
2023-11-13 | Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED | Pedro Alves | 1 | -0/+7 |
2023-10-19 | gdb: remove target_section_table typedef | Simon Marchi | 1 | -5/+5 |
2023-10-16 | gdb: remove unnecessary declarations in target.c | Simon Marchi | 1 | -34/+0 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -14/+19 |
2023-09-19 | Use gdb::checked_static_cast for tracepoints | Tom Tromey | 1 | -1/+1 |
2023-09-05 | Read Ada main name from executable, not inferior | Tom Tromey | 1 | -3/+2 |
2023-08-28 | gdb: Store an x86_xsave_layout in i386_gdbarch_tdep. | John Baldwin | 1 | -0/+6 |
2023-08-24 | [gdb/build] Return gdb::array_view in thread_info_to_thread_handle | Tom de Vries | 1 | -1/+1 |
2023-07-10 | Remove target_close | Tom Tromey | 1 | -15/+10 |
2023-06-22 | Implement DAP "hover" context | Tom Tromey | 1 | -6/+6 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -1/+1 |
2023-02-27 | Convert previous_inferior_ptid to strong reference to thread_info | Pedro Alves | 1 | -0/+5 |
2023-02-02 | gdb: add inferior_pre_detach observable | Simon Marchi | 1 | -0/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | [aarch64] Fix removal of non-address bits for PAuth | Luis Machado | 1 | -1/+1 |
2022-12-14 | gdb: remove the pop_all_targets (and friends) global functions | Andrew Burgess | 1 | -39/+1 |
2022-12-14 | gdb: remove decref_target | Andrew Burgess | 1 | -1/+1 |
2022-12-14 | gdb: have target_stack automate reference count handling | Andrew Burgess | 1 | -19/+24 |
2022-11-28 | gdb: disable commit resumed in target_kill | Simon Marchi | 1 | -0/+9 |
2022-11-28 | gdb: fix assert when quitting GDB while a thread is stepping | Andrew Burgess | 1 | -0/+5 |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -13/+7 |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 1 | -23/+23 |
2022-09-21 | gdbsupport: move include/gdb/fileio.h contents to fileio.h | Simon Marchi | 1 | -1/+1 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -2/+2 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -1/+1 |