aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: add overloads of gdb_tilde_expandAndrew Burgess2024-06-271-1/+1
* gdb: remove get_exec_fileSimon Marchi2024-06-071-11/+5
* gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi2024-06-071-1/+1
* gdb: define type aliases for `fork_inferior()` callbacksSimon Marchi2024-05-161-9/+6
* gdb: fix include for gdb_signal in target/waitstatus.hSimon Marchi2024-04-191-0/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-12/+7
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-231-9/+6
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-23/+23
* Avoid double free in startup_inferiorKamil Rytarowski2020-09-101-1/+4
* gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi2020-01-231-2/+3
* Multi-target supportPedro Alves2020-01-101-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-2/+2
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-2/+2
* Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning ...Sergio Durigan Junior2019-08-301-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-7/+7
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-6/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Unify shell-finding logicTom Tromey2018-10-271-19/+2
* Make variable in get_startup_shell non-staticTom Tromey2018-09-141-3/+1
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-0/+23
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-4/+4
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-3/+1
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-0/+595