- ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
- cd73f3e Declare CompareHistoryEvents and IsCurrentHistoryEvent as pure virtual functions by Peter Collingbourne · 13 years ago
- 8e432fa Make the size accessor const. by Greg Clayton · 13 years ago
- 9282e86 Added an llvm::StringRef accessor. by Greg Clayton · 13 years ago
- 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
- 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
- abb53e5 Fix some order-of-initialisation warnings by Peter Collingbourne · 13 years ago
- e426d85 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 13 years ago
- e5ed8e9 Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 13 years ago
- d8662f5 by Caroline Tice · 13 years ago
- 82f0746 lldb-59. by Greg Clayton · 13 years ago
- 860f746 Protect the input reader stack with a recursive mutex. by Greg Clayton · 13 years ago
- 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
- 54b3841 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 13 years ago
- c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
- c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
- 6cf4d2b Change the m_update_state to an int, and only trigger the "on removal" by Jim Ingham · 13 years ago
- 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
- a29381f Fix a tag type mismatch (i.e. class vs. struct) warning. by Charles Davis · 13 years ago
- 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
- 5fba9ee Added the ability to sign extend a Scalar at any bit position for integer types. by Greg Clayton · 13 years ago
- da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
- b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
- 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
- 2370a97 Fix the error message when an expression evaluation is interrupted by a crash/breakpoint hit to by Jim Ingham · 13 years ago
- 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
- 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 13 years ago
- 989816b Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 13 years ago
- fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
- 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
- 3613ae1 Target::EvaluateExpression should suppress stop hooks. by Jim Ingham · 13 years ago
- 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
- 649116c by Caroline Tice · 13 years ago
- b38df1e by Caroline Tice · 13 years ago
- 0ddf806 Fixed a bug in which expression-local variables were by Sean Callanan · 13 years ago
- 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
- 8197496 Added support for reading untyped symbols. Right now by Sean Callanan · 14 years ago
- 696cf5f Made expressions that are just casts of pointer by Sean Callanan · 14 years ago
- 5ddbe21 by Caroline Tice · 14 years ago
- 0039e68 Added the ability to cast pointer types to another type, no matter what the by Greg Clayton · 14 years ago
- 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
- e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
- 4a34808 by Caroline Tice · 14 years ago
- ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 14 years ago
- 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 14 years ago
- 3063c95 Added the start of the CFI row production using the emulate instruction classes. by Greg Clayton · 14 years ago
- 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
- 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 14 years ago
- c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 14 years ago
- 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 14 years ago
- 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 14 years ago
- bdc36bd Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 14 years ago
- 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 14 years ago
- ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 14 years ago
- 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 14 years ago
- dfb2e20 by Caroline Tice · 14 years ago
- 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 14 years ago
- c08770b More iteration on the new option value stuff. We now define an by Greg Clayton · 14 years ago
- e972845 Made the constructors public for all OptionValue classes by Greg Clayton · 14 years ago
- 1cee1e6 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 14 years ago
- 27a8727 Added the ability for arrays and dictionaries to contain only specific by Greg Clayton · 14 years ago
- f91b735 by Caroline Tice · 14 years ago
- d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 14 years ago
- 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 14 years ago
- 6b8d3b5 by Caroline Tice · 14 years ago
- 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 14 years ago
- 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 14 years ago
- abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
- e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
- 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
- 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
- b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
- dbeb3e1 Order of initialization lists. by Stephen Wilson · 14 years ago
- d7d3af7 Fix struct vs. class warning. by Stephen Wilson · 14 years ago
- 1f954f5 by Caroline Tice · 14 years ago
- 0fe5a53 by Caroline Tice · 14 years ago
- ec2d978 Add missing headers. by Stephen Wilson · 14 years ago
- f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- baf01e0 Removed use of NSEC_PER_SEC. by Stephen Wilson · 14 years ago
- af59180 by Caroline Tice · 14 years ago
- ea69d6d by Caroline Tice · 14 years ago
- 080bf61 by Caroline Tice · 14 years ago
- 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
- 2570825 Some OpenBSD patches from Amit Kulkarni. by Greg Clayton · 14 years ago
- 919ee60 Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: by Johnny Chen · 14 years ago
- ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 14 years ago
- 0de3719 Remove unneeded ExecutionContextScope variables. by Jim Ingham · 14 years ago
- b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 14 years ago
- fa3a16a Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 14 years ago
- 5c4b160 Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to its StackFrameList.) by Jim Ingham · 14 years ago
- b5871fe Add a LaunchSimple API that is nicer to use for quick scripts. by Jim Ingham · 14 years ago
- 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- 029bc71 give subclasses access to UnixSignals::m_signals by Stephen Wilson · 14 years ago
- d05b490 by Caroline Tice · 14 years ago
- 17842ec Add a missing include required on Linux by Stephen Wilson · 14 years ago
- 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 14 years ago
- ba083b2 Add a missing include required on Linux by Stephen Wilson · 14 years ago
- 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 14 years ago
- 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 14 years ago
- b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago