aboutsummaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-12/+8
2023-10-10gdb: remove target_gdbarchSimon Marchi1-6/+7
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-2/+1
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-20Fix sol-thread.c compilation on 32-bit SolarisRainer Orth1-10/+10
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-21/+21
2022-03-29Unify vprintf functionsTom Tromey1-1/+1
2022-03-29Remove some uses of printf_unfilteredTom 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-1/+1
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-3/+3
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-2/+2
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-29Remove the exec_bfd macroTom Tromey1-3/+3
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-06-22Solaris, target_wait(), don't rely on inferior_ptidPedro Alves1-20/+10
2020-05-18Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]Rainer Orth1-32/+0
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-8/+20
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-14/+10
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-11-26Fix Solaris buildPedro Alves1-8/+9
2018-10-05Fix -Wshadow=local warning in sol_thread_target::waitTom Tromey1-2/+2
2018-09-20More Solaris procfs cleanupRainer Orth1-6/+5
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-07-03Remove ptid_tid_pTom Tromey1-8/+8
2018-07-03Remove ptid_lwp_pTom Tromey1-1/+1
2018-07-03Remove ptid_get_tidTom Tromey1-10/+10
2018-07-03Remove ptid_get_lwpTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-25/+25
2018-07-03Remove pid_to_ptidTom Tromey1-7/+7
2018-07-03Remove ptid_buildTom Tromey1-8/+8
2018-06-07Eliminate find_target_beneathPedro Alves1-22/+10
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-6/+8
2018-05-03target_ops: Use bool throughoutPedro Alves1-5/+5
2018-05-03Convert struct target_ops to C++Pedro Alves1-80/+85
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+2
2018-01-19Remove args from target detachSimon Marchi1-2/+2