summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-01Remove unnecessary returns and unused variables in AIX.Aditya Vidyadhar Kamath
2023-11-22Fix AIX thr!= NULL assertion failure during fork.Aditya Vidyadhar Kamath
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi
2023-08-11Fix AIX build break.Aditya Vidyadhar Kamath
2023-08-10Pass unique_ptr to add_thread_with_infoTom Tromey
2023-07-14Introduce scoped_restore_current_inferior_for_memoryTom Tromey
2023-05-02Fix Assertion pid != 0 failure in AIX.Aditya Kamath
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi
2023-03-07Enable vector instruction debugging for AIXAditya Vidyadhar Kamath
2023-02-17Fix multi-threaded debugging under AIXAditya Vidyadhar Kamath
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-16Use checked_static_cast in more placesTom Tromey
2022-08-09Fix-for-multiple-thread-detection-in-AIX.Aditya Vidyadhar Kamath
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-07-07gdb: fix {rs6000_nat_target,aix_thread_target}::wait to not use inferior_ptidSimon Marchi
2022-05-20Fix non-pointer type compilation error in aix-thread.cAditya Vidyadhar Kamath
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-05-27gdb: fix some indentation issuesSimon Marchi
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-03-23gdb: remove push_target free functionsSimon Marchi
2021-03-23gdb: remove unpush_target free functionSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi
2020-10-02gdb: fix some inferior_created observer signaturesSimon Marchi
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-06-18Don't write to inferior_ptid in aix-thread.cPedro Alves
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-02Change type of debug_aix_thread to boolChristian Biesinger
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-02-26Fix build errors in aix-thread.cSimon Marchi
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves
2018-07-03Remove ptid_get_tidTom Tromey
2018-07-03Remove ptid_get_lwpTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey