summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove regcache_get_ptidSimon Marchi2018-05-301-4/+4
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-6/+8
* target_ops: Use bool throughoutPedro Alves2018-05-031-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-76/+85
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create private_thread_info hierarchySimon Marchi2017-11-241-18/+39
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-14/+14
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-13/+10
* Fix build error in aix-thread.cSimon Marchi2017-04-121-1/+1
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-2/+2
* aix-thread: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-131-7/+7
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-10/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix AIX gdb build with C++ compilerPedro Alves2016-04-211-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-4/+4
* garbage collect target_decr_pc_after_breakPedro Alves2015-03-041-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-16/+16
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* fix regressions with target-asyncTom Tromey2014-03-121-8/+6
* start change to progspace independenceTom Tromey2014-02-261-2/+3
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-6/+8
* change minsym representationTom Tromey2014-02-261-2/+2