Fix PR win32/24284: tcp_auto_retry doesn't work in MinGW
[external/binutils.git] / gdb / darwin-nat.c
2019-08-14 Tom TromeyFix gdb build on macOS
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-11 Tom TromeyRemove shadowing from darwin-nat.c
2019-05-16 Tom TromeyFix darwin-nat.c build
2019-05-04 Tom TromeyRemove "struct" from foreach statements
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-27 Tom TromeyCache a copy of the user's shell on macOS
2018-09-30 Pedro AlvesDarwin: Remove unused variables [-Werror=unused-variable]
2018-09-11 Xavier RoirandDarwin: set startup-with-shell to off on Sierra and...
2018-08-02 Xavier RoirandFix kill issue leading to zombie process on MacOS Sierra
2018-08-02 Tom TromeyCheck results of get_darwin_inferior
2018-07-06 Simon Marchidarwin: Silence syscall deprecated declaration warning
2018-07-04 Tom TromeyUse exit_inferior in darwin_attach_pid
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-07-03 Tom TromeyFix crash in "run" on macOS when gdb is not signed
2018-06-25 Pedro Alvesgdb: Fix build on several hosts/ports
2018-06-04 Pedro AlvesFix macOS null pointer dereference
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-01-31 Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24 Simon MarchiCreate private_thread_info hierarchy
2017-11-24 Simon MarchiCreate private_inferior class hierarchy
2017-11-21 Simon MarchiFix build failure in darwin-nat.c
2017-11-02 Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-30 Simon Marchidarwin-nat: Remove gdb.h include
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-06-27 Simon Marchidarwin: Do not add a dummy thread
2017-06-13 Simon Marchidarwin-nat: Add missing include
2017-06-07 Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-04-12 Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05 Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-02-20 Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-09 Tristan Gingolddarwin-nat.c: handle Darwin 16 (aka Sierra).
2016-09-19 Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-07-01 Pedro AlvesFactor out "Detaching from program" message printing
2016-04-20 Pedro AlvesFix host signal vs gdb signal mixup in gdb/darwin-nat.c
2016-04-20 Pedro Alvesgdb/darwin-nat.c: Fix "cast to pointer from integer...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-23 Tristan Gingolddarwin-nat: disable sstep cache.
2015-11-23 Tristan Gingoldsolib-darwin: support PIE for spawned processes.
2015-11-23 Tristan Gingolddarwin-nat: rewrite darwin_read_write_inferior
2015-08-07 Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-03-04 Pedro Alvesgarbage collect target_decr_pc_after_break
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-26 Pedro AlvesAdd ATTRIBUTE_PRINTF attributes, and fix fallout
2015-01-12 James Clarke[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15 Simon MarchiIntroduce utility function find_inferior_ptid
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-06-04 Tom Tromeyconstify to_attach
2014-05-21 Pedro AlvesNative targets: Add inf-child.c:inf_child_mourn_inferio...
2014-05-21 Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-05-21 Pedro AlvesRename "target darwin-child" -> "target native"
2014-04-09 Tristan Gingolddarwin: fix thinko (free thread port after threads...
2014-04-07 Joel BrobeckerFix ARI warning in darwin-nat.c::darwin_decode_message
2014-04-01 Tristan Gingolddarwin-nat: avoid crash while debugging gdb.
2014-03-24 Tristan Gingolddarwin-nat.c: fix dump of messages on x86_64.
2014-03-21 Hui ZhuFix internal warning when "gdb -p xxx"
2014-02-20 Stan Shebsdarwin-nat.c (darwin_xfer_partial): Fix return type.
2014-02-19 Tom TromeyAdd target_ops argument to to_supports_multi_process
2014-02-19 Tom TromeyAdd target_ops argument to to_get_ada_task_ptid
2014-02-19 Tom TromeyAdd target_ops argument to to_pid_to_exec_file
2014-02-19 Tom TromeyAdd target_ops argument to to_stop
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16 Markus Metzgertarget: allow decr_pc_after_break to be defined by...
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-08 Tom Tromeyconstify to_detach
2013-10-25 Pedro AlvesFix up a couple oddities in GDB's signal names and...
2013-08-27 Pedro Alvesdarwin-nat.c: Don't install a deprecated_xfer_memory...
2013-07-01 Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-06-07 Pedro AlvesFix formating in copyright headers.
2013-05-10 Tom Tromey2013-05-10 Joel Brobecker <brobecker@adacore.com>
2013-05-06 Joel Brobeckerdarwin: warning resuming inferior after attach
2013-05-06 Joel Brobeckerdarwin-nat: Print all hex values with 0x prefix.
2013-05-06 Joel Brobeckerdarwin-nat.c: Do not use gdb_assert on system call...
2013-05-01 Joel BrobeckerFix various -Wpointer-sign warnings in darwin-nat.c
2013-01-07 Joel BrobeckerFix build failure on darwin due to darwin_read_dyld_inf...
next