llvm-project/lldb/source
Jason Molenda 2fc43a3821 Args::StringToGenericRegister will now accept "lr" as
another way to indicate that this register is a generic
Return Address register (in addition to "ra") - this is
used primarily by OperatingSystem plugins.

Correctly annotate the UnwindPlan created by EmulateInstructionARM64
to indicate that it was not sourced from a compiler and it
is valid at every instruction.
<rdar://problem/16639754> 

llvm-svn: 208390
2014-05-09 04:09:48 +00:00
..
API Allow clients to control the exact path that is used to launch processes by adding new calls to SBLaunchInfo. 2014-05-07 20:16:06 +00:00
Breakpoint Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
Commands lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline. 2014-05-08 16:59:00 +00:00
Core "process kill" and "process detach" were causing double prompts or prompts that would overwrite each other. Fixed now. 2014-05-08 23:04:39 +00:00
DataFormatters Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
Expression Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
Host "process kill" and "process detach" were causing double prompts or prompts that would overwrite each other. Fixed now. 2014-05-08 23:04:39 +00:00
Interpreter Args::StringToGenericRegister will now accept "lr" as 2014-05-09 04:09:48 +00:00
Plugins Args::StringToGenericRegister will now accept "lr" as 2014-05-09 04:09:48 +00:00
Symbol Track recent changes in clang internals 2014-05-03 15:05:45 +00:00
Target Change ProcessGDBRemote::DoReadMemory to use the x packet to read 2014-05-06 04:34:52 +00:00
Utility Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
CMakeLists.txt lldb arm64 import. 2014-03-29 18:54:20 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00