summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol
Commit message (Expand)AuthorAgeFilesLines
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-062-2/+2
* Fix the infinite recursion crash reported by Antoine Missout:Johnny Chen2010-11-051-0/+5
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-042-2/+2
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-042-16/+17
* Fixed cases where we were translating "long long" types to use the "long"Greg Clayton2010-11-021-39/+27
* These two casts are up casts, no need to use dynamic_cast.Johnny Chen2010-10-291-1/+1
* Updated LLVM to latest version as of 10/28 atSean Callanan2010-10-291-2/+3
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-98/+44
* Explicatory comment for folks that may not beSean Callanan2010-10-281-0/+1
* Logging fixes. Added a simple class to handleSean Callanan2010-10-281-2/+25
* Don't include the ":" character when building the selector identifiersGreg Clayton2010-10-271-5/+5
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-272-92/+169
* Removed an inappropriate function lookup path.Sean Callanan2010-10-272-23/+14
* Add an unwind log Printf to note when an eh_frame section isJason Molenda2010-10-261-0/+7
* Check in the native lldb unwinder. Jason Molenda2010-10-253-10/+58
* Fixes to Objective-C built-in type handling.Sean Callanan2010-10-251-6/+50
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-202-2/+2
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-142-59/+169
* Fixed C++ class clang type creation and display by making sure we omit Greg Clayton2010-10-131-1/+1
* Modified the "breakpoint set --name NAME" to be the auto breakpoint set Greg Clayton2010-10-121-7/+27
* Fixed the Objective C method prototypes to be correct (the selectors weren'tGreg Clayton2010-10-122-6/+15
* Fixed an issue where objc types weren't ever getting fully resolved (beyondGreg Clayton2010-10-113-9/+18
* Added the ability to get error strings back from failed Greg Clayton2010-10-101-11/+47
* Added mutex protection to the Symtab class.Greg Clayton2010-10-081-56/+204
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-2/+19
* One final patch for all of this class constructor, destructor, and conversionGreg Clayton2010-10-021-7/+6
* Get the declaration names for C++ ctors, dtors, and operators from theGreg Clayton2010-10-011-17/+220
* Fixed an issue where if a method funciton was asked to be parsed beforeGreg Clayton2010-10-013-61/+79
* Added correct C++ method declarations for destructors and for conversionGreg Clayton2010-10-011-23/+53
* Make C++ constructors and destructors correctly within the clang types weGreg Clayton2010-10-011-9/+29
* Fixed handling of signed short types in expressions.Sean Callanan2010-10-011-1/+1
* Fixed an issue where byte sizes were not able to be calculated for forwardGreg Clayton2010-09-301-82/+89
* Cleaned up a unused member variable in Debugger.Greg Clayton2010-09-302-84/+110
* Updated LLVM to: --revision '{2010-09-28T19:30}'Greg Clayton2010-09-291-88/+23
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-295-129/+183
* Fix from Jean-Daniel. Thanks.Johnny Chen2010-09-281-1/+1
* Made 'frame variable' printing of unsigned types more readable, like gdb.Johnny Chen2010-09-241-5/+5
* Added the ability to create an objective C method for an objective C Greg Clayton2010-09-241-36/+194
* Updated to latest LLVM. Major LLVM changes:Sean Callanan2010-09-232-13/+14
* Added motheds to C++ classes as we parse them to keep clang happy.Greg Clayton2010-09-232-22/+27
* Added some comments explaining why we currently have to manually set CXXRecor...Greg Clayton2010-09-221-1/+36
* Fixed CXXRecordDecl declaration settings for whether a class in a POD typeGreg Clayton2010-09-221-6/+18
* Fixed an issue with the clang type creation code for C++ classes where we wou...Greg Clayton2010-09-211-1/+26
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-5/+40
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+11
* Bug #: 8447030Greg Clayton2010-09-181-1/+1
* Re-committed AddMethodToCXXRecordType, now thatSean Callanan2010-09-171-0/+51
* Added a static function to get the void type forSean Callanan2010-09-171-2/+12
* Reverted r114125, r114124, and r114123 as it broke the test suite - segfaultsJohnny Chen2010-09-161-53/+2
* Added AddMethodToCXXRecordType. This is not yetSean Callanan2010-09-161-2/+53
OpenPOWER on IntegriCloud