summaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-21/+6
* -Wwrite-strings: More SolarisPedro Alves2017-04-051-3/+3
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi2017-03-231-36/+12
* Remove MAX_REGISTER_SIZE from sol-thread.cAlan Hayward2017-03-231-9/+0
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-6/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth2016-10-251-51/+77
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Push pruning old threads down to the targetPedro Alves2014-10-151-9/+12
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* clean up some target delegation casesTom Tromey2014-07-181-2/+1
* Fix sol-thread.c build failure.Joel Brobecker2014-03-061-3/+6
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* Add target_ops argument to to_get_ada_task_ptidTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-5/+5