summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-157-49/+4
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-0/+16
* Modify "settings list" so you can specify a particular instance setting name,Caroline Tice2010-09-151-0/+8
* Fixed a missing newline when dumping mixed disassembly.Greg Clayton2010-09-152-3/+3
* Remove all visible uses of "[DEFAULT]" instance name.Caroline Tice2010-09-151-2/+8
* Clear the section list when a our current process is destroyed.Greg Clayton2010-09-142-0/+82
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-1416-47/+47
* Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.Jim Ingham2010-09-142-7/+23
* Added code to support use of "this" and "self" inSean Callanan2010-09-142-10/+28
* Fixed the implementation of "bool Block::Contains (const Block *block) const"Greg Clayton2010-09-141-0/+11
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-146-41/+44
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-136-9/+103
* Added the summary values for function pointers so we can show where theyGreg Clayton2010-09-132-0/+7
* Fixed a crash that would happen when using "frame variables" on any struct,Greg Clayton2010-09-121-1/+1
* Bug #: 8408441Greg Clayton2010-09-121-0/+7
* Remove Host::ResolveExecutableLocation (very recent addition); replace use ofCaroline Tice2010-09-121-3/+0
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-112-10/+58
* Fixed some comments.Johnny Chen2010-09-112-2/+2
* Move the "Object Description" into the ValueObject, and the add an API toJim Ingham2010-09-103-1/+10
* Added some missing API for address resolving within a module, and lookingGreg Clayton2010-09-104-1/+87
* Added the capability to specify a one-liner Python script as the callbackJohnny Chen2010-09-102-0/+15
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-1015-254/+598
* If the file the user specifies can't be found in the current directory,Caroline Tice2010-09-103-0/+21
* Move the ProcessPlugins enum definition from lldb-enumerations.h to Caroline Tice2010-09-092-7/+9
* Make API calls for setting/getting user settable variables static.Caroline Tice2010-09-091-4/+7
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-094-6/+12
* eliminate some clang warnings.Chris Lattner2010-09-082-2/+2
* Make sure creating a pending instance doesn't also trigger creating a live in...Caroline Tice2010-09-084-8/+8
* Add a user settings controller to Thread. Then added a step-avoid-regexp set...Jim Ingham2010-09-081-1/+110
* The functions that return the static ConstString names of the settings should...Jim Ingham2010-09-082-9/+9
* Remove the Flags member in lldb_private::Module in favor of bitfield booleanGreg Clayton2010-09-071-13/+29
* Move common code from GetSettingsController in Process & Debugger into static...Jim Ingham2010-09-071-0/+9
* Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse moreGreg Clayton2010-09-071-1/+1
* Added Symtab::FindSymbolByID() in preparation for enabling the minimalGreg Clayton2010-09-071-1/+2
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-075-6/+64
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-0414-186/+673
* Improved name demangling performance by 20% on darwin.Greg Clayton2010-09-031-1/+5
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-036-6/+34
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-026-18/+19
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-027-25/+33
* Added code to run pointer validation checks inSean Callanan2010-09-021-0/+20
* Fixed a comment.Sean Callanan2010-09-011-2/+2
* Added support for dynamic sanity checking inSean Callanan2010-09-012-0/+153
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-314-0/+21
* Add a "lldb host" logging channel, and put logging in the Host::OpenInExterna...Jim Ingham2010-08-311-0/+1
* Removed documentation for a non-existent functionSean Callanan2010-08-301-4/+0
* Fixed a bug where the parser-specific members ofSean Callanan2010-08-301-0/+8
* Fixed a bug where ClangExpressionVariableList wasSean Callanan2010-08-301-23/+38
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-303-0/+26
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-306-73/+133
OpenPOWER on IntegriCloud