summaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
Commit message (Expand)AuthorAgeFilesLines
* target factories, target open and multiple instances of targetsusers/palves/target_ops-cxxPedro Alves2018-04-181-6/+8
* target_ops: Use bool throughoutPedro Alves2018-04-181-5/+5
* target_ops/C++: Solaris/procfsPedro Alves2018-04-181-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
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* PR 16329: remote debugging broken on Solaris.Pedro Alves2013-12-161-0/+4
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-56/+48
* more add_target removalsTom Tromey2013-08-051-1/+1
* move sparc-sol-thread.c back into sol-thread.c.Joel Brobecker2013-05-101-0/+24
* Avoid duplicating text in sol-thread.c:info_cbJoel Brobecker2013-05-081-12/+8
* Improve output of "maintenance info sol-threads" command.Joel Brobecker2013-05-081-7/+5
* ti.ti_pc vs ti.ti_startfunc copy-pasto in sol-thread.c:info_cbJoel Brobecker2013-05-081-1/+1
* Fix -Wpointer-sign warning in sol-thread.cJoel Brobecker2013-05-061-2/+2
* Fix -Wpointer-sign warning in sol-thread.cJoel Brobecker2013-04-301-3/+3
* Fix build error in sol-thread.c:info_cbJoel Brobecker2013-04-301-8/+10
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* ARI fixes: sprintf rule.Pierre Muller2012-11-201-7/+10
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-6/+6
* sol-thread.c: Remove commented-out code.Joel Brobecker2012-09-271-54/+0
* New unit sparc-sol-thread.c extracted from sol-thread.cJoel Brobecker2012-09-271-28/+0
* sol-thread.c: Remove #if 0-ed code.Joel Brobecker2012-09-271-50/+0
* sol-thread.c: conditionalize some sparc-specific libthread_db functions.Joel Brobecker2012-09-271-0/+4
* Add procfs_find_LDT_entry declaration (procfs.h).Joel Brobecker2012-09-271-1/+0