summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2011-09-14Add logging to Target::CreateWatchpointLocation() and fix some bug of using t...Johnny Chen
2011-09-14Add comments.Johnny Chen
2011-09-13Watchpoint WIP:Johnny Chen
2011-09-13Get the address and the size of the variable for passing to the Target::Creat...Johnny Chen
2011-09-13Fix compiler warning.Johnny Chen
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham
2011-09-12Watchpoint WIP:Johnny Chen
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham
2011-09-06Add a data type WatchpointLocationList to the repository. A Target contains ...Johnny Chen
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-08-10While tracking down memory consumption issue a few things were needed: the Greg Clayton
2011-08-09Basic support for reading synthetic children by index:Enrico Granata
2011-08-03Create the scratch AST context in the accessor function, notGreg Clayton
2011-08-03Fix a copy/paste error in a comment.Jim Ingham
2011-07-12Added the ability to _not_ skip the prologue when settings breakpoints Greg Clayton
2011-07-11Added the ability to see block variables when looking up addressesGreg Clayton
2011-07-09Fixed some const issues with args to some lldb_private::Target functions.Greg Clayton
2011-07-08Added the start of the darwin dynamic loader plug-in. It isn't hooked up toGreg Clayton
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-06-02Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham
2011-05-30Disable dynamic types being on by default until kinks get worked out whenGreg Clayton
2011-05-22Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton
2011-05-12Target::EvaluateExpression should suppress stop hooks.Jim Ingham
2011-05-12Make sure you have an executable module before trying to print its name.Jim Ingham
2011-05-07Made expressions that are just casts of pointer Sean Callanan
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham
2011-05-02This patch captures and serializes all output being written by theCaroline Tice
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham
2011-04-22Did some work on the "register read" command to only show the first registerGreg Clayton
2011-04-19General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-04-11Order of initialization lists.Stephen Wilson
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-26Added the ability to get the min and max instruction byte size for Greg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-23Added new platform commands:Greg Clayton
2011-03-22Tidy up the stop hook printing when only one thread matches, and there is onl...Jim Ingham
2011-03-19Added more platform support. There are now some new commands:Greg Clayton
2011-03-11Add a first pass at a "stop hook" mechanism. This allows you to add commands...Jim Ingham
2011-03-10The UserSettings controllers must be initialized & terminated in theCaroline Tice
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-02-18Added new target instance settings for execution settings:Greg Clayton
2011-02-16Destroy the dynamic loader plugin in Process::Finalize. If you wait till the...Jim Ingham
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton