summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Assertion pid != 0 failure in AIX.Aditya Kamath2023-05-021-12/+11
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-1/+1
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-3/+3
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-7/+7
* Enable vector instruction debugging for AIXAditya Vidyadhar Kamath2023-03-071-1/+252
* Fix multi-threaded debugging under AIXAditya Vidyadhar Kamath2023-02-171-148/+225
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use checked_static_cast in more placesTom Tromey2022-10-161-1/+1
* Fix-for-multiple-thread-detection-in-AIX.Aditya Vidyadhar Kamath2022-08-091-28/+35
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-14/+14
* gdb: fix {rs6000_nat_target,aix_thread_target}::wait to not use inferior_ptidSimon Marchi2022-07-071-31/+28
* Fix non-pointer type compilation error in aix-thread.cAditya Vidyadhar Kamath2022-05-201-2/+2
* 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