- 6d6acc8 Fixed a problem where the target didn't use a by Sean Callanan · 14 years ago
- 4bf80d5 Made Target own a ClangASTSource that will be used by Sean Callanan · 14 years ago
- 1d88596 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 14 years ago
- c7b6506 Added a language parameter to the expression parser, by Sean Callanan · 14 years ago
- f9f7032 warnings: Fix up several const qualified return types. by Daniel Dunbar · 14 years ago
- c6674fd Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 14 years ago
- 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
- aeab25c Add more context information to the stop-hook mechanism by displaying the stop-hook by Johnny Chen · 14 years ago
- 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
- 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
- f327775 Don't look up main to find the default source file till somebody actually asks for it. by Jim Ingham · 14 years ago
- 6cc60e8 Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 14 years ago
- 9d954d8 Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 14 years ago
- 5d04346 Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to by Johnny Chen · 14 years ago
- cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
- edf5037 Add a (bool)end_to_end parameter, default true, to the Target::Remove/Disable/EnableALLWatchpointLocations() by Johnny Chen · 14 years ago
- 87df91b Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 14 years ago
- 879cf77 Remove the Stop Hooks / End Stop Hooks lines before/after running by Jason Molenda · 14 years ago
- f04ee93 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 14 years ago
- c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
- 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
- 86364b4 Add some watchpoint maintenance methods to the Target class. by Johnny Chen · 14 years ago
- 7e589a6 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 14 years ago
- 4d122c4 Adopt the intrusive pointers in: by Greg Clayton · 14 years ago
- ecb623a Add cleanup of watchpoint locations during Target::DeleteCurrentProcess(). by Johnny Chen · 14 years ago
- 3bfdaa2 This patch modifies the expression parser to allow it by Sean Callanan · 14 years ago
- 45e541f Fix a bug where re-use of the same existing target-wise watchpoint did not work correctly. by Johnny Chen · 14 years ago
- 0c40637 Add logging to Target::CreateWatchpointLocation() and fix some bug of using the wrong variable. by Johnny Chen · 14 years ago
- ab9ee76 Add comments. by Johnny Chen · 14 years ago
- 3c53258 Watchpoint WIP: by Johnny Chen · 14 years ago
- 2fd89a0 Get the address and the size of the variable for passing to the Target::CreateWatchpointLocation() method. by Johnny Chen · 14 years ago
- 7313a64 Fix compiler warning. by Johnny Chen · 14 years ago
- e37d605 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 14 years ago
- 887062a Watchpoint WIP: by Johnny Chen · 14 years ago
- b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
- 1d6bad0 Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. by Johnny Chen · 14 years ago
- 9128ee2f Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
- 22c55d1 *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
- aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
- 3418c85 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 14 years ago
- 27b625e Basic support for reading synthetic children by index: by Enrico Granata · 14 years ago
- 73da244 Create the scratch AST context in the accessor function, not by Greg Clayton · 14 years ago
- e716ae0 Fix a copy/paste error in a comment. by Jim Ingham · 14 years ago
- d16e1e5 Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 14 years ago
- c749eb8 Added the ability to see block variables when looking up addresses by Greg Clayton · 14 years ago
- ebf121b Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 14 years ago
- 7b24238 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 14 years ago
- 644247c Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
- 5b52f0c Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 14 years ago
- 5d2fbfe Disable dynamic types being on by default until kinks get worked out when by Greg Clayton · 14 years ago
- f3ef3d2 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 14 years ago
- 6026ca3 Target::EvaluateExpression should suppress stop hooks. by Jim Ingham · 14 years ago
- 48028b6 Make sure you have an executable module before trying to print its name. by Jim Ingham · 14 years ago
- 63697e5 Made expressions that are just casts of pointer by Sean Callanan · 14 years ago
- 2837b76 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
- 969ed3d1 by Caroline Tice · 14 years ago
- 7e14f91 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 14 years ago
- 58b59f9 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 14 years ago
- 385aa28 Did some work on the "register read" command to only show the first register by Greg Clayton · 14 years ago
- 4c20717 General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 14 years ago
- 78a685a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
- 71c21d1 Order of initialization lists. by Stephen Wilson · 14 years ago
- eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- 6035b67 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
- 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- 357132e Added the ability to get the min and max instruction byte size for by Greg Clayton · 14 years ago
- e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- d314e81 Added new platform commands: by Greg Clayton · 14 years ago
- 381e25b Tidy up the stop hook printing when only one thread matches, and there is only one hook. by Jim Ingham · 14 years ago
- ded470d Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
- 9575d84 Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. by Jim Ingham · 14 years ago
- 20bd37f by Caroline Tice · 14 years ago
- e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
- 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
- bfe5f3b Added new target instance settings for execution settings: by Greg Clayton · 14 years ago
- d0a3e12b Destroy the dynamic loader plugin in Process::Finalize. If you wait till the auto_ptr gets deleted in the normal course of things the real process class will have been destroyed already, and it's hard to shut down the dynamic loader without accessing some process pure virtual method. by Jim Ingham · 14 years ago
- 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
- 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
- 25c9870 Removed unneeded header file. by Greg Clayton · 14 years ago
- c3f381b Removed a memory map loading of a file where the mmap contents were just by Greg Clayton · 14 years ago
- aa1c587 Fixed a crasher due to not checking if a shared pointer (m_last_created_breakpoint) by Greg Clayton · 14 years ago
- 6d5e68e Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid by Greg Clayton · 14 years ago
- 92adcac Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
- 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
- db59823 Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
- af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
- 54979cd Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
- 8b2fe6d Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
- a4d7830 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 15 years ago
- 85851dd Added the ability for a process to inherit the current host environment. This by Greg Clayton · 15 years ago
- dbe5450 Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 15 years ago
- 99d0faf Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 15 years ago
- 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
- cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
- 4838131 Improved API logging. by Greg Clayton · 15 years ago
- 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
- 322f529 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 15 years ago
- 307de25 After a recent fix to not set the default architecture to "x86_64", the string value for the default arch was coming out as a value that shouldn't be user visible. Now we don't show any value when it isn't set. by Greg Clayton · 15 years ago
- ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
- 0668d1e Don't set the default architecture to x86_64. Leave it NULL so that it isn't set to anything and so that any single architecture binary will adopt that architecture instead of posting an error stating the binary doesn't contain "x86_64". by Greg Clayton · 15 years ago