summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObject.cpp
AgeCommit message (Expand)Author
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham
2011-12-10Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPo...Jim Ingham
2011-12-08Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham
2011-12-02<rdar://problem/10410131>Greg Clayton
2011-10-31warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton
2011-10-05Stop empty C strings in summaries from showing "<data not available>" when aGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-20Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda
2011-09-09Renaming a bulk of method calls from Get() to something more descriptiveEnrico Granata
2011-09-06Refactoring of Get() methods in FormatManager/FormatCategory to have explicat...Enrico Granata
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-09-02Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton
2011-08-23Improved the user-friendliness of errors shown by the summary feature in cert...Enrico Granata
2011-08-22More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton
2011-08-19- Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata
2011-08-18Second round of code cleanups:Enrico Granata
2011-08-17First round of code cleanups:Enrico Granata
2011-08-12Make ValueObject::SetValueFromCString work correctly.Jim Ingham
2011-08-12We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton
2011-08-12Added an error message when the user tries to add a filter when a synthetic p...Enrico Granata
2011-08-12Giving a warning to the user the first time children are truncated by the new...Enrico Granata
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata
2011-08-11Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata
2011-08-09Move the handling of breakpoint conditions from the Private event loop to the...Jim Ingham
2011-08-09Basic support for reading synthetic children by index:Enrico Granata
2011-08-04fixed a potential memory leak ; small improvement in the formatters lookup al...Enrico Granata
2011-08-04New formatting symbol %# can be used in summary strings to get the "count of ...Enrico Granata
2011-08-04APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata
2011-08-03Fixed an issue where the KVO swizzled type would be returned as the dynamic t...Enrico Granata
2011-08-02bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as ...Enrico Granata
2011-08-02Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata
2011-07-29Moved some functionality from ValueObject to ClangASTType.Greg Clayton
2011-07-29Public API changes:Enrico Granata
2011-07-24Python synthetic children:Enrico Granata
2011-07-22some editing of data visualization error messages to make them more meaningfulEnrico Granata
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata
2011-07-19Applied Matt Johnson patch to ValueObject and FormatManagerEnrico Granata
2011-07-19Patch by Matt Johnson to silence G++ warnings!Johnny Chen
2011-07-19Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata
2011-07-16Some descriptive text for the Python script feature:Enrico Granata
2011-07-15System-wide summaries:Enrico Granata
2011-07-15Python summary strings:Enrico Granata
2011-07-12smarter summary strings:Enrico Granata
2011-07-12named summaries:Enrico Granata
2011-07-10Allow the built in ValueObject summary providers for C stringsGreg Clayton
2011-07-09Fixed the global and static variables to always be in scope.Greg Clayton
2011-07-09Limit the character array summary to 512 bytes.Greg Clayton
2011-07-08final fix for the global constructors issueEnrico Granata