summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_equalTom Tromey2018-07-031-4/+4
* Remove ptid_get_lwpTom Tromey2018-07-031-7/+7
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Remove pid_to_ptidTom Tromey2018-07-031-2/+2
* Remove ptid_buildTom Tromey2018-07-031-5/+5
* target_ops: Use bool throughoutPedro Alves2018-05-031-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-63/+38
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-1/+1
* hurd: Add enough auxv support for AT_ENTRY for PIE binariesSamuel Thibault2018-01-081-0/+58
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-30/+30
* Constify add_infoTom Tromey2017-11-071-5/+5
* Simplify child_terminal_inferiorPedro Alves2017-11-061-7/+0
* Constify add_prefix_cmdTom Tromey2017-10-111-7/+7
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-5/+0
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-1/+7
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-1/+2
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-201-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Hurd: Adjust to changes to "push pruning old threads down to the target"Thomas Schwinge2016-12-091-0/+2
* Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptidSimon Marchi2016-12-081-8/+4
* Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++Thomas Schwinge2016-12-081-13/+22
* Hurd, C++: kern_return_t vs. error_tThomas Schwinge2016-12-081-33/+33
* Hurd, C++: Avoid "const char *" to "char *" castsThomas Schwinge2016-12-081-11/+28
* Hurd, C++: Avoid GNU C nested functionsThomas Schwinge2016-12-081-9/+11
* Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changesThomas Schwinge2016-12-071-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-9/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Make use of 'add_info' to create info sub-commands.Andrew Burgess2015-11-111-15/+10
* gdb: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* [Hurd] Fix deallocation after proc_getprocinfo callSamuel Thibault2014-11-241-3/+5
* Add hardware watchpoint support for x86 GNU Hurd.Samuel Thibault2014-09-161-0/+11
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* 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
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* constify to_attachTom Tromey2014-06-041-1/+1
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-211-2/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-2/+2
* Rename "target GNU" -> "target native"Pedro Alves2014-05-211-4/+0
* Rename native-only terminal related functions.Pedro Alves2014-03-141-3/+3
* Add target_ops argument to to_find_memory_regionsTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_stopTom Tromey2014-02-191-1/+1