aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-36/+36
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-06-18Don't write to inferior_ptid in darwin-nat.cPedro Alves1-9/+7
2020-04-23Remove iterate_over_inferiorsTom Tromey1-49/+19
2020-01-23gdb: fix variable shadowing error in darwin-nat.cSimon Marchi1-2/+3
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi1-53/+50
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-1/+1
2019-12-09gdb/darwin-nat.c: Fix template argument for scoped_restore_tmplWataru Ashihara1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-14Fix gdb build on macOSTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-06-11Remove shadowing from darwin-nat.cTom Tromey1-7/+5
2019-05-16Fix darwin-nat.c buildTom Tromey1-1/+1
2019-05-03Remove "struct" from foreach statementsTom Tromey1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-36/+35
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-35/+36
2019-03-13Change pid_to_str to return std::stringTom Tromey1-9/+5
2019-03-05Remove excess calls to gdb_flushTom Tromey1-2/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-7/+3
2018-10-27Cache a copy of the user's shell on macOSTom Tromey1-7/+144
2018-09-30Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves1-32/+0
2018-09-11Darwin: set startup-with-shell to off on Sierra and later.Xavier Roirand1-0/+28
2018-08-02Fix kill issue leading to zombie process on MacOS SierraXavier Roirand1-0/+18
2018-08-02Check results of get_darwin_inferiorTom Tromey1-14/+21
2018-07-05darwin: Silence syscall deprecated declaration warningSimon Marchi1-7/+18
2018-07-04Use exit_inferior in darwin_attach_pidTom Tromey1-2/+1
2018-07-03Remove ptid_equalTom Tromey1-4/+4
2018-07-03Remove ptid_get_tidTom Tromey1-6/+6
2018-07-03Remove ptid_get_pidTom Tromey1-6/+6
2018-07-03Remove pid_to_ptidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-9/+9
2018-07-03Fix crash in "run" on macOS when gdb is not signedTom Tromey1-52/+67
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-1/+3
2018-06-04Fix macOS null pointer dereferencePedro Alves1-3/+1
2018-05-03target_ops: Use bool throughoutPedro Alves1-4/+4
2018-05-03Convert struct target_ops to C++Pedro Alves1-101/+41
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_thread_info hierarchySimon Marchi1-6/+7