aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi1-1/+1
2021-11-22gdb: more compile fixes for gnu-nat.cJan (janneke) Nieuwenhuizen1-16/+17
2021-11-22gnu-nat.c: fix calls to add_info_aliasAndrea Monaco1-7/+9
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi1-1/+1
2021-11-03gdb: fix gnu-nat buildSimon Marchi1-3/+3
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-22/+16
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-22/+32
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-6/+6
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-2/+3
2021-03-23gdb: remove push_target free functionsSimon Marchi1-3/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23hurd: Fix getting VM_MIN/MAX_ADDRESSSamuel Thibault1-0/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-06-18Don't write to inferior_ptid in gnu-nat.cPedro Alves1-8/+7
2020-06-01hurd: Add shared mig declarationsSamuel Thibault1-6/+2
2020-05-31gnu-nat: Move local functions inside gnu_nat_target classSamuel Thibault1-82/+52
2020-05-30hurd: fix pushing target on inferior creationSamuel Thibault1-2/+3
2020-05-30hurd: add gnu_target pointer to fix thread API callsSamuel Thibault1-6/+8
2020-05-30hurd: remove unused variablesSamuel Thibault1-2/+0
2020-05-30hurd: add missing includeSamuel Thibault1-0/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-3/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
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