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