llvm-project/lldb/source
Jason Molenda bc464ee614 Change a use of mktemp() to mkstemp() for better security.
We have two more uses of mktemp still in the source base
but they'll take a little more consideration.
clang static analyzer fixit.

llvm-svn: 219983
2014-10-16 23:10:03 +00:00
..
API This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit the debugger 2014-10-14 01:20:07 +00:00
Breakpoint Add a new disassembly-format specification so that the disassembler 2014-10-10 23:07:36 +00:00
Commands Rework the way we pass "run multiple command" options to the various API's that 2014-10-11 00:38:27 +00:00
Core Mechanical change to FastDemangle to make it closer to the lldb 2014-10-15 22:11:15 +00:00
DataFormatters Rework this code so that it does not trigger a compiler warning. NFC 2014-10-16 21:18:58 +00:00
Expression Change a use of mktemp() to mkstemp() for better security. 2014-10-16 23:10:03 +00:00
Host Fix accidental over-checking of args in launcherXPCService. 2014-10-16 02:53:57 +00:00
Interpreter Remove unreachable code. 2014-10-16 08:08:13 +00:00
Plugins Most of this function checks to see if m_process is non-null before 2014-10-16 08:43:27 +00:00
Symbol Remove unreachable code. 2014-10-16 08:05:49 +00:00
Target Fix MemoryHistory plugin to check whether the plugin 2014-10-16 16:59:23 +00:00
Utility Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
CMakeLists.txt Fix the build after the recent plugin additions for 2014-10-11 00:38:55 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00