summaryrefslogtreecommitdiff
path: root/gdb/bsd-uthread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* 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
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-251-1/+1
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Apply 'const' in more placesTom Tromey2020-09-141-3/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-8/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-4/+4
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-4/+4
* Change pid_to_str to return std::stringTom Tromey2019-03-131-9/+4
* 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
* Remove ptid_get_tidTom Tromey2018-07-031-9/+9
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* Remove ptid_buildTom Tromey2018-07-031-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+4
* Eliminate find_target_beneathPedro Alves2018-06-071-12/+6
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-8/+8
* target_ops: Use bool throughoutPedro Alves2018-05-031-3/+3
* Convert struct target_ops to C++Pedro Alves2018-05-031-68/+69
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-6/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-2/+2
* bsd-uthread: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-171-2/+18
* Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi2017-02-231-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-5/+12
* New common function "startswith"Gary Benson2015-03-061-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-2/+4
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-1/+1
* bsd-uthread.c: Don't install a to_xfer_partial methodPedro Alves2014-02-261-16/+0
* Add target_ops argument to to_extra_thread_infoTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* Update comments to to_xfer_partial implementations.Yao Qi2014-02-111-2/+3
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-3/+3
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1