aboutsummaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-01Remove unnecessary returns and unused variables in AIX.Aditya Vidyadhar Kamath1-9/+3
2023-11-22Fix AIX thr!= NULL assertion failure during fork.Aditya Vidyadhar Kamath1-8/+20
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+3
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-4/+3
2023-08-11Fix AIX build break.Aditya Vidyadhar Kamath1-4/+2
2023-08-10Pass unique_ptr to add_thread_with_infoTom Tromey1-1/+1
2023-07-14Introduce scoped_restore_current_inferior_for_memoryTom Tromey1-14/+4
2023-05-02Fix Assertion pid != 0 failure in AIX.Aditya Kamath1-12/+11
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-1/+1
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-3/+3
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-7/+7
2023-03-07Enable vector instruction debugging for AIXAditya Vidyadhar Kamath1-1/+252
2023-02-17Fix multi-threaded debugging under AIXAditya Vidyadhar Kamath1-148/+225
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-16Use checked_static_cast in more placesTom Tromey1-1/+1
2022-08-09Fix-for-multiple-thread-detection-in-AIX.Aditya Vidyadhar Kamath1-28/+35
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-14/+14
2022-07-07gdb: fix {rs6000_nat_target,aix_thread_target}::wait to not use inferior_ptidSimon Marchi1-31/+28
2022-05-20Fix non-pointer type compilation error in aix-thread.cAditya Vidyadhar Kamath1-2/+2
2022-04-11gdb: remove symbol value macrosSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-49/+49
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