aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
21 hoursgdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-2/+2
2 daysgdb: pass program space to no_shared_librariesSimon Marchi1-1/+1
2 daysgdb: split no_shared_libraries, command vs implementationSimon Marchi1-3/+3
2024-06-07gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi1-2/+2
2024-06-05gdb: more filename styling in remote.c and target.cAndrew Burgess1-4/+8
2024-05-28Use bool in thread_eventsTom Tromey1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-04-19gdb: add target_debug_printf and target_debug_printf_nofuncSimon Marchi1-78/+51
2024-04-19gdb: make regcache::debug_print_register return a stringSimon Marchi1-4/+4
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-0/+6
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-09gdb: add inferior parameter to breakpoint_init_inferiorSimon Marchi1-1/+1
2024-02-09gdb: add program_space parameter to mark_breakpoints_outSimon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-8/+8
2023-11-20gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess1-5/+0
2023-11-17gdb: pass address_space to target dcache functionsSimon Marchi1-5/+6
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-13/+0
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-0/+9
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves1-0/+7
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-5/+5
2023-10-16gdb: remove unnecessary declarations in target.cSimon Marchi1-34/+0
2023-10-10gdb: remove target_gdbarchSimon Marchi1-14/+19
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-1/+1
2023-09-05Read Ada main name from executable, not inferiorTom Tromey1-3/+2
2023-08-28gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin1-0/+6
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries1-1/+1
2023-07-10Remove target_closeTom Tromey1-15/+10
2023-06-22Implement DAP "hover" contextTom Tromey1-6/+6
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
2023-02-27Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves1-0/+5
2023-02-02gdb: add inferior_pre_detach observableSimon Marchi1-0/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-1/+1
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess1-39/+1
2022-12-14gdb: remove decref_targetAndrew Burgess1-1/+1
2022-12-14gdb: have target_stack automate reference count handlingAndrew Burgess1-19/+24
2022-11-28gdb: disable commit resumed in target_killSimon Marchi1-0/+9
2022-11-28gdb: fix assert when quitting GDB while a thread is steppingAndrew Burgess1-0/+5
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-13/+7
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi1-23/+23
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-2/+2
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-04-29Slightly tweak and clarify target_resume's interfacePedro Alves1-5/+8
2022-04-14Move target_read_string to target/target.cTom Tromey1-19/+0
2022-04-14Remove the byte order parameter to target_read_stringTom Tromey1-2/+1
2022-04-14Rename read_stringTom Tromey1-2/+2