aboutsummaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-30Fix sol-thread.c compilation on SolarisRainer Orth1-2/+2
2017-09-26Remove support for Solaris < 10 (PR gdb/22185)Rainer Orth1-52/+22
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-18Remove save_inferior_ptidTom Tromey1-21/+6
2017-04-05-Wwrite-strings: More SolarisPedro Alves1-3/+3
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi1-36/+12
2017-03-23Remove MAX_REGISTER_SIZE from sol-thread.cAlan Hayward1-9/+0
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-6/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth1-51/+77
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-15Push pruning old threads down to the targetPedro Alves1-9/+12
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-18clean up some target delegation casesTom Tromey1-2/+1
2014-03-06Fix sol-thread.c build failure.Joel Brobecker1-3/+6
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-5/+5
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-16PR 16329: remote debugging broken on Solaris.Pedro Alves1-0/+4
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-56/+48
2013-08-05more add_target removalsTom Tromey1-1/+1