..
API
Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in
2014-11-17 23:06:20 +00:00
Breakpoint
The breakpoint location hit counts were getting incremented in
2014-10-22 01:54:17 +00:00
Core
Complete rewrite of interactive editing support for single- and multi-line input.
2014-11-17 19:06:59 +00:00
DataFormatters
I don't need this ivar. It was probably there from the olden days where dynamic type support was flakey. Remove and save space
2014-11-14 23:38:23 +00:00
Expression
Make the registerEHFrame function do nothing,
2014-10-17 23:02:41 +00:00
Host
Change HostThread::GetNativeThread() to return a derived reference.
2014-11-17 22:42:57 +00:00
Interpreter
Complete rewrite of interactive editing support for single- and multi-line input.
2014-11-17 19:06:59 +00:00
Symbol
Fix up the code in the FuncUnwinders class that
2014-11-18 05:57:42 +00:00
Target
Make the mutex ivar in Unwind recursive so we don't have a thread
2014-11-18 04:57:28 +00:00
Utility
Removed a couple of static helpers in the data formatters, replaced with new general logic in StringLexer
2014-11-14 22:58:11 +00:00
Makefile
Make install on lldb was not installing the header files (probably because the file was copied from clang and not updated)
2013-09-20 13:22:45 +00:00
lldb-defines.h
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
2014-10-20 17:46:43 +00:00
lldb-enumerations.h
Introduce the notion of "type summary options" as flags that can be passed down to individual summary formatters to alter their behavior in a formatter-dependent way
2014-11-06 21:23:20 +00:00
lldb-forward.h
[ProcessWindows] Create a TargetThreadWindows class.
2014-11-17 17:46:43 +00:00
lldb-private-enumerations.h
This checkin is the first step in making the lldb thread stepping mechanism more accessible from
2014-09-29 23:17:18 +00:00
lldb-private-forward.h
Consolidate UnixSignals setting/getting in Process.
2014-08-29 17:35:57 +00:00
lldb-private-interfaces.h
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction
2014-10-10 23:43:03 +00:00
lldb-private-log.h
Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
2014-03-05 10:12:43 +00:00
lldb-private-types.h
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
lldb-private.h
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
2014-11-08 01:41:49 +00:00
lldb-public.h
Removed the "lldb-forward-rtti.h" header file as it was designed to contain
2012-01-30 02:53:15 +00:00
lldb-python.h
Get the python scripting interface working on Windows.
2014-07-10 23:47:42 +00:00
lldb-types.h
Create a process launcher abstraction.
2014-10-14 21:55:08 +00:00
lldb-versioning.h
Fix a few errors found when building lldb with newer versions of clang.
2013-10-05 02:52:22 +00:00