aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-04Handle TLS variable lookups when using separate debug files.John Baldwin1-0/+5
2022-03-29Unify gdb printf functionsTom Tromey1-92/+92
2022-03-29Unify gdb putc functionsTom Tromey1-1/+1
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-8/+8
2022-03-14Replace deprecated_target_wait_hook by observersPatrick Monnerat1-1/+13
2022-02-22Enable async mode on supported targets in target_resume.John Baldwin1-0/+3
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-2/+2
2022-01-26gdb: convert maintenance target-async and target-non-stop settings to callbacksSimon Marchi1-36/+32
2022-01-08Add explicit check for nullptr to target_announce_attachTom Tromey1-1/+1
2022-01-06Use target_announce_detach in more targetsTom Tromey1-6/+7
2022-01-06Introduce target_announce_attachTom Tromey1-0/+18
2022-01-05Use filtered output in terminal_info implementationsTom Tromey1-1/+1
2022-01-05Use filtered output in files_info implementationsTom Tromey1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1