summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove symbol value macrosSimon Marchi2022-04-111-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-49/+49
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi2021-11-151-14/+17
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-2/+2
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-2/+2
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-2/+2
* gdb: fix some indentation issuesSimon Marchi2021-05-271-7/+7
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-2/+3
* 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-15/+15
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-251-1/+1
* gdb: fix some inferior_created observer signaturesSimon Marchi2020-10-021-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Don't write to inferior_ptid in aix-thread.cPedro Alves2020-06-181-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-7/+17
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change type of debug_aix_thread to boolChristian Biesinger2019-12-021-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-14/+11
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-11/+14
* Change pid_to_str to return std::stringTom Tromey2019-03-131-10/+3
* Fix build errors in aix-thread.cgdb-8.3-branchpointSimon Marchi2019-02-261-7/+0
* 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-4/+4
* Remove ptid_get_lwpTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-10/+10
* Remove pid_to_ptidTom Tromey2018-07-031-5/+5
* Remove ptid_buildTom Tromey2018-07-031-2/+2
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-2/+2
* Fix "beneath" conversion on AIXSergio Durigan Junior2018-06-141-1/+1
* Eliminate find_target_beneathPedro Alves2018-06-071-19/+10
* Remove regcache_raw_collectSimon Marchi2018-05-301-26/+20
* Remove regcache_raw_supplySimon Marchi2018-05-301-25/+20
* Remove regcache_register_statusSimon Marchi2018-05-301-37/+30
* Remove regcache_get_ptidSimon Marchi2018-05-301-4/+4
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-6/+8
* target_ops: Use bool throughoutPedro Alves2018-05-031-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-76/+85
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* 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
* Create private_thread_info hierarchySimon Marchi2017-11-241-18/+39
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-14/+14
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-13/+10