aboutsummaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-13aix-thread: Use ptid from regcache instead of inferior_ptidSimon Marchi1-7/+7
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-10/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-21Fix AIX gdb build with C++ compilerPedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-4/+4
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-16/+16
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-03-12fix regressions with target-asyncTom Tromey1-8/+6
2014-02-26start change to progspace independenceTom Tromey1-2/+3
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-6/+8
2014-02-26change minsym representationTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey1-1/+2
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi1-3/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-5/+5
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-1/+1
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-07Cast to uintptr_t when calling ptrace32 on aixYao Qi1-15/+15
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1