summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-3/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-5/+5
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* [GDB, Hurd] Fix build; 'target_waitstatus_to_string' callThomas Schwinge2019-04-041-1/+1
* Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers2019-04-011-8/+2
* Change pid_to_str to return std::stringTom Tromey2019-03-131-14/+11
* Remove excess calls to gdb_flushTom Tromey2019-03-051-3/+0
* [gdb, hurd] Adjust to Hurd "proc" interface changesDavid Michael2019-02-141-3/+5
* [gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' ...Thomas Schwinge2019-02-141-4/+5
* [gdb, hurd] Repair build after "Use thread_info and inferior pointers more th...Thomas Schwinge2019-02-141-1/+1
* [gdb, hurd] Repair build after "Share fork_inferior et al with gdbserver" cha...Thomas Schwinge2019-02-141-0/+1
* [gdb, hurd] Repair build after "Convert struct target_ops to C++" changesThomas Schwinge2019-02-141-1/+1
* [gdb, hurd] Work around conflict between Mach's 'thread_info' function, and G...Thomas Schwinge2019-02-141-3/+6
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* 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