summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add target_ops argument to to_terminal_initTom Tromey2014-02-191-1/+1
* Fix missing-prototypes warnings in gnu-nat.cYao Qi2014-02-171-0/+1
* Fix -Werror=pointer-sign warningsYao Qi2014-02-171-2/+2
* Fix -Wformat warnings in gnu-nat.cYao Qi2014-02-171-15/+15
* Hurd: Adjust to startup-with-shell changes.Thomas Schwinge2014-02-161-18/+7
* Hurd: New RPC reply stub functions.Thomas Schwinge2014-02-161-55/+78
* Update comments to to_xfer_partial implementations.Yao Qi2014-02-111-1/+2
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-7/+12
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-1/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-4/+4
* Remove an empty-body 'if' statementYao Qi2014-01-071-3/+2
* Add qualifier 'const' to argument argsYao Qi2014-01-071-1/+1
* Use void for empty argument list in trace_meYao Qi2014-01-071-1/+1
* Make functions static.Yao Qi2014-01-071-5/+5
* Remove declaration of inf_tid_to_procYao Qi2014-01-071-1/+0