summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-087-0/+86
* Added the ability to dereference an Objective-C objectSean Callanan2011-12-083-8/+51
* libEnhancedDisassembly.a is gone from recent LLVM.Peter Collingbourne2011-12-081-1/+0
* Fixed an issue where we are asking to get the decl context for a functionGreg Clayton2011-12-082-20/+43
* <rdar://problem/10544202>Greg Clayton2011-12-084-35/+53
* Get the bit-field offset & size for ObjC ivars that are bitfields.Jim Ingham2011-12-084-5/+41
* Tightened up the variable list to deal withSean Callanan2011-12-081-0/+2
* Added a new class called lldb_private::SymbolFileType which is designed toGreg Clayton2011-12-0813-156/+504
* Removed function information from the symbol tableSean Callanan2011-12-081-52/+3
* Expose the DNBArchMachARM::DBG typedef, specify the type with theJason Molenda2011-12-082-2/+3
* Don't crash due to not checking log shared pointer.Greg Clayton2011-12-081-1/+2
* Fixed a few details of method lookup in Objective-CSean Callanan2011-12-071-1/+10
* Fix <title> on webpage.Eli Friedman2011-12-071-1/+1
* Fixed a potential crasher if the frame is notSean Callanan2011-12-071-1/+1
* Fix assert string to be more informative.Jim Ingham2011-12-071-1/+1
* Modified the script to have the flexibility of specifying the gdb executable ...Johnny Chen2011-12-071-1/+22
* Use the shorter form of the LLDB framework binary path.Jason Molenda2011-12-061-3/+3
* Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes.Johnny Chen2011-12-062-7/+7
* <rdar://problem/10487848>Greg Clayton2011-12-062-3/+11
* Skip over lldb-93.Jason Molenda2011-12-062-16/+16
* As part of the work to make Objective-C type informationSean Callanan2011-12-068-69/+268
* Set a flag on the AST type dump to see Objective-CSean Callanan2011-12-061-1/+5
* Correct typo in method name (AddSymbolFileRepresendation...)Jim Ingham2011-12-063-5/+5
* Sanity check the inputs to SBCommandInterpreter::HandleCompletionJim Ingham2011-12-051-0/+13
* Because we now call StartTagDeclarationDefinition()Sean Callanan2011-12-051-1/+1
* Bumped Xcode project version for lldb-92.Greg Clayton2011-12-052-16/+16
* Fixed the remaining test suite failures after the recent objective C cleanupGreg Clayton2011-12-052-81/+58
* Added the ability for clients to grab a set of symbol table indexes and thenGreg Clayton2011-12-036-120/+128
* Added code to make sure we don't recursively try to find an objective CGreg Clayton2011-12-034-14/+216
* Testcase fixes with the new symbol lookup code forSean Callanan2011-12-038-30/+37
* Added a code for a test to find the real Objective C class definition. I Greg Clayton2011-12-036-0/+110
* Added ClangExternalASTSourceCommon, a local superclassSean Callanan2011-12-037-33/+171
* Remove accidental "else" that was left in in prior checking.Greg Clayton2011-12-031-1/+1
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-037-107/+169
* Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham2011-12-0311-98/+314
* Fixed some extra warnings that show up with the new clang.Greg Clayton2011-12-035-15/+15
* <rdar://problem/10522194>Greg Clayton2011-12-031-19/+47
* Let's also record the compiler version used for compiling the inferior into t...Johnny Chen2011-12-031-0/+3
* <rdar://problem/10410131>Greg Clayton2011-12-021-1/+1
* Modified the Objective-C type map in SymbolFileSymtabSean Callanan2011-12-022-3/+3
* Added support for extracting method information fromSean Callanan2011-12-022-1/+106
* After moving lldb::pid_t to 64 bits, keep a deprecated version around forGreg Clayton2011-12-022-0/+19
* <rdar://problem/10394517>Greg Clayton2011-12-021-2/+9
* "f" should be an alias for "frame select" not "finish" to match the gdb usage.Jim Ingham2011-12-021-1/+6
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-0117-47/+47
* Modified clients of ClangASTImporter to be more robustSean Callanan2011-12-012-1/+60
* Protect a few log->Printf calls with "if (log)"...Jim Ingham2011-12-011-5/+7
* Picked up a new revision of Clang to pull in Objective-CSean Callanan2011-12-016-14/+15
* <rdar://problem/10507811>Greg Clayton2011-12-011-1/+10
* Bumping Xcode project version for lldb-91.Greg Clayton2011-12-012-16/+16
OpenPOWER on IntegriCloud