aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03target_ops: Use bool throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-63/+38
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-08hurd: Add enough auxv support for AT_ENTRY for PIE binariesSamuel Thibault1-0/+58
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-30/+30
2017-11-07Constify add_infoTom Tromey1-5/+5
2017-11-06Simplify child_terminal_inferiorPedro Alves1-7/+0
2017-10-11Constify add_prefix_cmdTom Tromey1-7/+7
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-5/+0
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-1/+7
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-1/+2
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09Hurd: Adjust to changes to "push pruning old threads down to the target"Thomas Schwinge1-0/+2
2016-12-08Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptidSimon Marchi1-8/+4
2016-12-08Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++Thomas Schwinge1-13/+22
2016-12-08Hurd, C++: kern_return_t vs. error_tThomas Schwinge1-33/+33
2016-12-08Hurd, C++: Avoid "const char *" to "char *" castsThomas Schwinge1-11/+28
2016-12-08Hurd, C++: Avoid GNU C nested functionsThomas Schwinge1-9/+11
2016-12-07Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changesThomas Schwinge1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-9/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-11gdb: Make use of 'add_info' to create info sub-commands.Andrew Burgess1-15/+10
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-24[Hurd] Fix deallocation after proc_getprocinfo callSamuel Thibault1-3/+5
2014-09-16Add hardware watchpoint support for x86 GNU Hurd.Samuel Thibault1-0/+11
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves1-2/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-2/+2
2014-05-21Rename "target GNU" -> "target native"Pedro Alves1-4/+0
2014-03-14Rename native-only terminal related functions.Pedro Alves1-3/+3
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_stopTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_initTom Tromey1-1/+1
2014-02-17Fix missing-prototypes warnings in gnu-nat.cYao Qi1-0/+1
2014-02-17Fix -Werror=pointer-sign warningsYao Qi1-2/+2
2014-02-17Fix -Wformat warnings in gnu-nat.cYao Qi1-15/+15
2014-02-16Hurd: Adjust to startup-with-shell changes.Thomas Schwinge1-18/+7
2014-02-16Hurd: New RPC reply stub functions.Thomas Schwinge1-55/+78