summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add target_ops argument to to_get_ada_task_ptidTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_extra_thread_infoTom Tromey2014-02-191-1/+2
* Update comments to to_xfer_partial implementations.Yao Qi2014-02-111-3/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-5/+5
* target: allow decr_pc_after_break to be defined by the targetMarkus Metzger2014-01-161-1/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* Cast to uintptr_t when calling ptrace32 on aixYao Qi2014-01-071-15/+15
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* Fix syntax error in aix-thread.c:sync_threadlistsJoel Brobecker2013-10-041-1/+1
* Remove unnecessary cast in aix-thread.c:ptrace32.Joel Brobecker2013-10-041-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-17/+11
* 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>Ulrich Weigand2013-08-071-20/+37
* more add_target removalsTom Tromey2013-08-051-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* aix-thread: Fix getthrds declaration and call.Joel Brobecker2012-12-061-2/+2
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-2/+2
* gdb/Pedro Alves2012-05-241-1/+1
* gdb/Pedro Alves2012-05-241-3/+3
* Minor cleanup in aix-thread.c:supply_fprs.Joel Brobecker2012-03-131-3/+5