aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-5/+5
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-04[GDB, Hurd] Fix build; 'target_waitstatus_to_string' callThomas Schwinge1-1/+1
2019-04-01Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers1-8/+2
2019-03-13Change pid_to_str to return std::stringTom Tromey1-14/+11
2019-03-05Remove excess calls to gdb_flushTom Tromey1-3/+0
2019-02-14[gdb, hurd] Adjust to Hurd "proc" interface changesDavid Michael1-3/+5
2019-02-14[gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' ...Thomas Schwinge1-4/+5
2019-02-14[gdb, hurd] Repair build after "Use thread_info and inferior pointers more th...Thomas Schwinge1-1/+1
2019-02-14[gdb, hurd] Repair build after "Share fork_inferior et al with gdbserver" cha...Thomas Schwinge1-0/+1
2019-02-14[gdb, hurd] Repair build after "Convert struct target_ops to C++" changesThomas Schwinge1-1/+1
2019-02-14[gdb, hurd] Work around conflict between Mach's 'thread_info' function, and G...Thomas Schwinge1-3/+6
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_equalTom Tromey1-4/+4
2018-07-03Remove ptid_get_lwpTom Tromey1-7/+7
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-2/+2
2018-07-03Remove ptid_buildTom Tromey1-5/+5
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