llvm-project/lldb/source
Stephane Sezer 1852a78416 Fix a check in the objc trampoline handler
Summary:
The function FunctionCaller::WriteFunctionArguments returns false on
errors, so they should check for the false return value.

Change by Walter Erquinigo <a20012251@gmail.com>

Reviewers: jingham, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D22278

llvm-svn: 275287
2016-07-13 17:34:26 +00:00
..
API Add an API to unwind from a hand-called expression. 2016-07-08 02:12:05 +00:00
Breakpoint Centralize the way symbol and functions are looked up by making a Module::LookupInfo class that does all of the heavy lifting. 2016-07-13 17:12:24 +00:00
Commands Added support for thread local variables on all Apple OS variants. 2016-07-01 17:17:23 +00:00
Core Centralize the way symbol and functions are looked up by making a Module::LookupInfo class that does all of the heavy lifting. 2016-07-13 17:12:24 +00:00
DataFormatters remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Expression Add an "experimental" setting to disable injecting local variables into expressions. 2016-07-07 18:25:48 +00:00
Host Add logging to Linux Host::GetProcessAndStatInfo. 2016-07-12 18:14:27 +00:00
Initialization Remove platform plugins from lldb-server 2016-06-29 13:58:27 +00:00
Interpreter Fix an issue where one could not define a Python command with the same name as an existing alias (or rather, one could but the results of invoking the command were far from satisfactory) 2016-07-11 17:36:55 +00:00
Plugins Fix a check in the objc trampoline handler 2016-07-13 17:34:26 +00:00
Symbol Add "support" for DW_CFA_GNU_args_size to the unwinder 2016-07-13 10:55:24 +00:00
Target Fix a race on process exit 2016-07-12 09:37:55 +00:00
Utility Skip leading spaces when decoding hex values 2016-05-24 18:19:45 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00