summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Variable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] If linkages names are missing, use decl context to get qualified names.Siva Chandra2015-03-241-4/+5
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+3
* Modified LLDB to be able to lookup global variables by address.Greg Clayton2015-01-151-0/+3
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+3
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-12/+12
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* <rdar://problem/14822563> - Do not attempt to use a null VariableList or cras...Enrico Granata2013-12-211-0/+7
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-7/+7
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-7/+7
* Handle the case where completing variables in a frame Jason Molenda2013-10-091-4/+7
* Huge change to clean up types.Greg Clayton2013-07-111-27/+9
* Patch from Yacine Belkadi that fixes a typo in an error message.Greg Clayton2013-05-201-1/+1
* Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariab...Greg Clayton2013-05-201-4/+4
* A first pass at auto completion for variables and their children. This is cur...Greg Clayton2013-05-141-0/+391
* <rdar://problem/13384801>Greg Clayton2013-04-031-3/+4
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-6/+8
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-4/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Added a new class called lldb_private::SymbolFileType which is designed toGreg Clayton2011-12-081-6/+18
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-021-4/+19
* Added the ability to see block variables when looking up addressesGreg Clayton2011-07-111-0/+70
* Allow the built in ValueObject summary providers for C stringsGreg Clayton2011-07-101-0/+26
* Fixed the global and static variables to always be in scope.Greg Clayton2011-07-091-2/+2
* Added the ability to see global variables with a variable expression path soGreg Clayton2011-07-081-0/+163
* lldb-59.Greg Clayton2011-05-301-24/+40
* Just like functions can have a basename and a mangled/demangled name, variableGreg Clayton2010-11-141-9/+31
* Fixed C++ class clang type creation and display by making sure we omit Greg Clayton2010-10-131-1/+1
* Fixed a missing newline when dumping mixed disassembly.Greg Clayton2010-09-151-1/+2
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-3/+5
* Fixed the implementation of "bool Block::Contains (const Block *block) const"Greg Clayton2010-09-141-4/+4
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-5/+27
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-5/+5
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-1/+2
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-211-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+167
OpenPOWER on IntegriCloud