summaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix sol-thread.c compilation on 32-bit SolarisRainer Orth2022-11-201-10/+10
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-21/+21
* Unify vprintf functionsTom Tromey2022-03-291-1/+1
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-1/+1
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-3/+3
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* Remove the exec_bfd macroTom Tromey2020-10-291-3/+3
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Solaris, target_wait(), don't rely on inferior_ptidPedro Alves2020-06-221-20/+10
* Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]Rainer Orth2020-05-181-32/+0
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-8/+20
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-14/+10
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-3/+2
* Fix Solaris buildPedro Alves2018-11-261-8/+9
* Fix -Wshadow=local warning in sol_thread_target::waitTom Tromey2018-10-051-2/+2
* More Solaris procfs cleanupRainer Orth2018-09-201-6/+5
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_tid_pTom Tromey2018-07-031-8/+8
* Remove ptid_lwp_pTom Tromey2018-07-031-1/+1
* Remove ptid_get_tidTom Tromey2018-07-031-10/+10
* Remove ptid_get_lwpTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-25/+25
* Remove pid_to_ptidTom Tromey2018-07-031-7/+7
* Remove ptid_buildTom Tromey2018-07-031-8/+8
* Eliminate find_target_beneathPedro Alves2018-06-071-22/+10
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-6/+8
* target_ops: Use bool throughoutPedro Alves2018-05-031-5/+5
* Convert struct target_ops to C++Pedro Alves2018-05-031-80/+85
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix sol-thread.c compilation on SolarisRainer Orth2017-11-301-2/+2
* Remove support for Solaris < 10 (PR gdb/22185)Rainer Orth2017-09-261-52/+22