summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix buffer overflow in aix-thread.c:fill_fprsJoel Brobecker2012-03-131-1/+2
* Add missing prototypes for build in ppx-aix.Joel Brobecker2012-03-121-0/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* Add 'getthrds' declaration check in configure for AIXJoel Brobecker2011-03-171-4/+4
* 2011-01-31 Yao Qi <yao@codesourcery.com>Yao Qi2011-01-301-26/+37
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-9/+13
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* ARI fix: OP eol rule.Pierre Muller2009-10-061-2/+2
* * ui-file.h (ui_file_xstrdup): Mention that the length argumentPedro Alves2009-08-141-2/+1
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-1/+1
* * ada-tasks.c (read_known_tasks_array): Use target_gdbarch insteadUlrich Weigand2009-06-171-1/+1