aboutsummaryrefslogtreecommitdiff
path: root/gdb/bsd-uthread.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19gdb: rename struct so_list to shobjSimon Marchi1-2/+2
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi1-4/+4
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi1-6/+6
2023-10-10gdb: remove target_gdbarchSimon Marchi1-7/+8
2023-10-02gdb: remove solib::pspace fieldSimon Marchi1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-04Use registry in gdbarchTom Tromey1-22/+15
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-2/+2
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey1-2/+3
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-3/+6
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi1-1/+1
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-09-14Apply 'const' in more placesTom Tromey1-3/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-8/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-4/+4
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-4/+4
2019-03-13Change pid_to_str to return std::stringTom Tromey1-9/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-3/+2
2018-07-03Remove ptid_get_tidTom Tromey1-9/+9
2018-07-03Remove ptid_get_pidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-2/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+4
2018-06-07Eliminate find_target_beneathPedro Alves1-12/+6
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-8/+8
2018-05-03target_ops: Use bool throughoutPedro Alves1-3/+3
2018-05-03Convert struct target_ops to C++Pedro Alves1-68/+69
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-18Remove save_inferior_ptidTom Tromey1-6/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-2/+2
2017-03-17bsd-uthread: Use ptid from regcache instead of inferior_ptidSimon Marchi1-2/+18
2017-02-23Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1