aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Use gdb::waitpid more oftenTom de Vries7 days1-1/+2
* gdb: Remove inappropriate commentsCharles Baylis10 days1-1/+1
* gdb: remove get_exec_fileSimon Marchi2024-06-071-0/+3
* gdb: remove unused includes in utils.hSimon Marchi2024-05-301-0/+1
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-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
* gdb: fix call to breakpoint_inserted_here_p in darwin-nat.cSimon Marchi2023-11-281-1/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-1/+1
* gdb: remove regcache's address spaceSimon Marchi2023-11-171-3/+4
* Pass unique_ptr to add_thread_with_infoTom Tromey2023-08-101-1/+2
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-1/+1
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-1/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* Use gdb_printf and gdb_vprintf in more placesTom Tromey2022-03-301-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-30/+30
* gdb/darwin: skip over WIFSTOPPED wait4 statusDominique Quatravaux2022-02-241-6/+25
* gdb/darwin: remove not-so-harmless spurious call to `wait4`Dominique Quatravaux2022-02-191-3/+0
* Reduce use of unfiltered output in Darwin codeTom Tromey2022-01-091-27/+38
* Introduce target_announce_attachTom Tromey2022-01-061-11/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-32/+26
* gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi2021-09-301-1/+1
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-1/+1
* gdb: fix darwin-nat build (again)Simon Marchi2021-09-281-1/+1
* gdb: fix darwin-nat buildSimon Marchi2021-09-281-4/+4
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-1/+1
* Remove unused variable un darwin_nat_target::resumeDominique Quatravaux2021-04-081-2/+0
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-1/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* 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-36/+36
* Make target_wait options use enum flagsTom Tromey2020-09-181-1/+1
* Don't write to inferior_ptid in darwin-nat.cPedro Alves2020-06-181-9/+7
* Remove iterate_over_inferiorsTom Tromey2020-04-231-49/+19
* gdb: fix variable shadowing error in darwin-nat.cSimon Marchi2020-01-231-2/+3
* gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi2020-01-231-53/+50
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-1/+1
* gdb/darwin-nat.c: Fix template argument for scoped_restore_tmplWataru Ashihara2019-12-091-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Fix gdb build on macOSTom Tromey2019-08-141-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Remove shadowing from darwin-nat.cTom Tromey2019-06-111-7/+5
* Fix darwin-nat.c buildTom Tromey2019-05-161-1/+1