aboutsummaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi1-14/+17
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-2/+2
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-2/+2
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-2/+2
2021-05-27gdb: fix some indentation issuesSimon Marchi1-7/+7
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+3
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-15/+15
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi1-1/+1
2020-10-02gdb: fix some inferior_created observer signaturesSimon Marchi1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-06-18Don't write to inferior_ptid in aix-thread.cPedro Alves1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-7/+17
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-02Change type of debug_aix_thread to boolChristian Biesinger1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-14/+11
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-11/+14
2019-03-13Change pid_to_str to return std::stringTom Tromey1-10/+3
2019-02-26Fix build errors in aix-thread.cgdb-8.3-branchpointSimon Marchi1-7/+0
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-07-03Remove ptid_get_tidTom Tromey1-4/+4
2018-07-03Remove ptid_get_lwpTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-10/+10
2018-07-03Remove pid_to_ptidTom Tromey1-5/+5
2018-07-03Remove ptid_buildTom Tromey1-2/+2
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-2/+2
2018-06-14Fix "beneath" conversion on AIXSergio Durigan Junior1-1/+1
2018-06-07Eliminate find_target_beneathPedro Alves1-19/+10
2018-05-30Remove regcache_raw_collectSimon Marchi1-26/+20
2018-05-30Remove regcache_raw_supplySimon Marchi1-25/+20
2018-05-30Remove regcache_register_statusSimon Marchi1-37/+30
2018-05-30Remove regcache_get_ptidSimon Marchi1-4/+4
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-6/+8
2018-05-03target_ops: Use bool throughoutPedro Alves1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-76/+85
2018-03-19Convert observers to C++Tom Tromey1-3/+3
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-24Create private_thread_info hierarchySimon Marchi1-18/+39
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-14/+14
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-18Remove save_inferior_ptidTom Tromey1-13/+10
2017-04-12Fix build error in aix-thread.cSimon Marchi1-1/+1
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-2/+2