summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
AgeCommit message (Expand)Author
2018-01-08hurd: Add enough auxv support for AT_ENTRY for PIE binariesSamuel Thibault
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-06Simplify child_terminal_inferiorPedro Alves
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-09Hurd: Adjust to changes to "push pruning old threads down to the target"Thomas Schwinge
2016-12-08Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptidSimon Marchi
2016-12-08Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++Thomas Schwinge
2016-12-08Hurd, C++: kern_return_t vs. error_tThomas Schwinge
2016-12-08Hurd, C++: Avoid "const char *" to "char *" castsThomas Schwinge
2016-12-08Hurd, C++: Avoid GNU C nested functionsThomas Schwinge
2016-12-07Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changesThomas Schwinge
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-11gdb: Make use of 'add_info' to create info sub-commands.Andrew Burgess
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-24[Hurd] Fix deallocation after proc_getprocinfo callSamuel Thibault
2014-09-16Add hardware watchpoint support for x86 GNU Hurd.Samuel Thibault
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-08-07Move stdio.h to common-defs.hGary Benson
2014-06-04constify to_attachTom Tromey
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves
2014-05-21Rename "target GNU" -> "target native"Pedro Alves
2014-03-14Rename native-only terminal related functions.Pedro Alves
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey
2014-02-19Add target_ops argument to to_stopTom Tromey
2014-02-19Add target_ops argument to to_terminal_initTom Tromey
2014-02-17Fix missing-prototypes warnings in gnu-nat.cYao Qi
2014-02-17Fix -Werror=pointer-sign warningsYao Qi
2014-02-17Fix -Wformat warnings in gnu-nat.cYao Qi
2014-02-16Hurd: Adjust to startup-with-shell changes.Thomas Schwinge
2014-02-16Hurd: New RPC reply stub functions.Thomas Schwinge
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi