llvm-project/lldb/source
Todd Fiala 571768caa6 Candidate fix for bug 18592.
This reverts Host.cpp LaunchProcess spawn behavior on FreeBSD to be
like Linux (and unlike OS X) with regards to how default signal
handlers and setup on the spawned process. FreeBSD does not reset
default signal handlers on the spawned process after this change.

llvm-svn: 199908
2014-01-23 17:07:54 +00:00
..
API Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
Breakpoint Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect 2014-01-10 23:46:59 +00:00
Commands The default timeout for EvaluateExpressionOptions is not 0, so if no timeout is provided, we have to set the option timeout to 0 by hand. 2014-01-17 20:09:23 +00:00
Core If a user specifies a format option to frame variable or expression, that format should prevail over whatever format(s) a summary specifies 2014-01-23 01:21:18 +00:00
DataFormatters If a user specifies a format option to frame variable or expression, that format should prevail over whatever format(s) a summary specifies 2014-01-23 01:21:18 +00:00
Expression Better logging for the IRExecutionUnit so that 2014-01-21 00:54:48 +00:00
Host Candidate fix for bug 18592. 2014-01-23 17:07:54 +00:00
Interpreter Add a new-line 2013-12-21 08:24:28 +00:00
Plugins Add support for Haswell on x86_64. 2014-01-22 23:42:03 +00:00
Symbol Build fix following clang r199686 2014-01-20 21:14:57 +00:00
Target Rename Platform::GetFile (3-arg version) to GetFileWithUUID 2014-01-17 18:18:31 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00