- dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
- 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 13 years ago
- a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
- df19270 When we're unwinding out of frame 0 and we end up with a bogus frame by Jason Molenda · 13 years ago
- 1d8b089 Remove unnecessary #include. by Jim Ingham · 13 years ago
- 115213c Fix a bug where when debugging with .o files, we end up with two symbols for each real OBJC_CLASS_$_whatever, one of which is correctly classified as an ObjCClass symbol, and the other is just a data symbol. This was messing up the ObjC dynamic type detection. by Jim Ingham · 13 years ago
- c548687 <rdar://problem/10584789> by Greg Clayton · 13 years ago
- 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
- 943485c http://llvm.org/bugs/show_bug.cgi?id=11579 by Johnny Chen · 13 years ago
- ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
- 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 13 years ago
- cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 13 years ago
- 21f2e19 This commit is the result of a general audit of by Sean Callanan · 13 years ago
- 9a1f001 Add two new memory region based checks to the Unwinder: by Jason Molenda · 13 years ago
- 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 13 years ago
- e367aa8 Use forward declarations more of the time to save on things that we need to by Greg Clayton · 13 years ago
- 5ed59a7 I have modified the part of the code that finds and by Sean Callanan · 13 years ago
- 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
- bcb0adc Use forward types where possible to avoid having to parse extra DWARF when by Greg Clayton · 13 years ago
- c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
- 1c22627 Fixed a problem where if a frame was present the by Sean Callanan · 13 years ago
- f48de6d Two fixes for file variables: by Sean Callanan · 13 years ago
- d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 13 years ago
- 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 13 years ago
- da81dae Fixed a problem with properties where LLDB was not by Sean Callanan · 13 years ago
- b5c023a Tested a theory on the where when we lookup things in the accelerator tables by Greg Clayton · 13 years ago
- 9d3c618 Move the ARM specific arch picker from PlatformRemoteiOS.cpp to by Jason Molenda · 13 years ago
- 982a6ca Rework how the breakpoint conditions & callbacks are handled. We now iterate over all the locations at the site by Jim Ingham · 13 years ago
- b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
- 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
- 4fdf795 Added the ability to dereference an Objective-C object by Sean Callanan · 13 years ago
- d7088cf Fixed an issue where we are asking to get the decl context for a function by Greg Clayton · 13 years ago
- 514970a Get the bit-field offset & size for ObjC ivars that are bitfields. by Jim Ingham · 13 years ago
- 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
- e2c8a07 Removed function information from the symbol table by Sean Callanan · 13 years ago
- 2e87f6a Don't crash due to not checking log shared pointer. by Greg Clayton · 13 years ago
- 3d8540a Fixed a few details of method lookup in Objective-C by Sean Callanan · 13 years ago
- cb2c77e Fixed a potential crasher if the frame is not by Sean Callanan · 13 years ago
- 9f5c614 Fix assert string to be more informative. by Jim Ingham · 13 years ago
- 0670900 <rdar://problem/10487848> by Greg Clayton · 13 years ago
- e1301a6 As part of the work to make Objective-C type information by Sean Callanan · 13 years ago
- 009a430 Set a flag on the AST type dump to see Objective-C by Sean Callanan · 13 years ago
- 31ad9cc Correct typo in method name (AddSymbolFileRepresendation...) by Jim Ingham · 13 years ago
- 3cbf848 Sanity check the inputs to SBCommandInterpreter::HandleCompletion by Jim Ingham · 13 years ago
- f8e0461 Because we now call StartTagDeclarationDefinition() by Sean Callanan · 13 years ago
- 249f4c4 Fixed the remaining test suite failures after the recent objective C cleanup by Greg Clayton · 13 years ago
- 16d2187 Added the ability for clients to grab a set of symbol table indexes and then by Greg Clayton · 13 years ago
- 7791722 Added code to make sure we don't recursively try to find an objective C by Greg Clayton · 13 years ago
- d0b7cfa Testcase fixes with the new symbol lookup code for by Sean Callanan · 13 years ago
- 2fc7e8d Added ClangExternalASTSourceCommon, a local superclass by Sean Callanan · 13 years ago
- 038f1c0 Remove accidental "else" that was left in in prior checking. by Greg Clayton · 13 years ago
- 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
- ad382c5 Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from by Jim Ingham · 13 years ago
- bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 13 years ago
- a32dc70 <rdar://problem/10522194> by Greg Clayton · 13 years ago
- dd6698d <rdar://problem/10410131> by Greg Clayton · 13 years ago
- 99e2c55 Modified the Objective-C type map in SymbolFileSymtab by Sean Callanan · 13 years ago
- eac5b9b Added support for extracting method information from by Sean Callanan · 13 years ago
- d5b0b44 After moving lldb::pid_t to 64 bits, keep a deprecated version around for by Greg Clayton · 13 years ago
- 4b9cf3d <rdar://problem/10394517> by Greg Clayton · 13 years ago
- 5935525 "f" should be an alias for "frame select" not "finish" to match the gdb usage. by Jim Ingham · 13 years ago
- d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
- dc5fce1 Modified clients of ClangASTImporter to be more robust by Sean Callanan · 13 years ago
- 60526c4 Protect a few log->Printf calls with "if (log)"... by Jim Ingham · 13 years ago
- 0523083 Picked up a new revision of Clang to pull in Objective-C by Sean Callanan · 13 years ago
- c6c3756 <rdar://problem/10507811> by Greg Clayton · 13 years ago
- 8521b84 If we are going to assert due to an unhanded opcode, stuff the opcode value into the CrashReporter string first. by Jim Ingham · 13 years ago
- 21ef5bb Made symbol lookup in the expression parser more robust: by Sean Callanan · 13 years ago
- fa21ffd rdar://problem/10501020 by Johnny Chen · 13 years ago
- 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
- e957039 Make sure that we print out function or symbol information. If we disassembled by Greg Clayton · 13 years ago
- 6c7c390 I broke the test suite (4 failures) with r145459 check-in. by Johnny Chen · 13 years ago
- d2a1143 Turn off the resolver detection till we find a better method to do so. by Jim Ingham · 13 years ago
- d37ffd9 Add a work around to deal with incorrect forward class definitions in by Greg Clayton · 13 years ago
- 9fc1692 Remove possible cut-and-paste code which doesn't belong. by Johnny Chen · 13 years ago
- f332c53 <rdar://problem/10500242> by Greg Clayton · 13 years ago
- 89e7df3 Modified ClangExpressionDeclMap to use existing by Sean Callanan · 13 years ago
- 26e089b Missing return in error handling for "source list". by Jim Ingham · 13 years ago
- d8ff835 Typo in error string. by Jim Ingham · 13 years ago
- 48a202d Patch from Dawn that fixes up linux debugging and a first passs at an by Greg Clayton · 13 years ago
- 1d1f39e <rdar://problem/10429064> by Greg Clayton · 13 years ago
- c23d842 Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm-project?view=rev&revision=145331. by Johnny Chen · 13 years ago
- a3d0447 Changed ClangASTImporter to allow finer-grained by Sean Callanan · 13 years ago
- da52c49 <rdar://problem/10413589> by Greg Clayton · 13 years ago
- df2ac38 Now the linux platform lets it be known that it can't launch processes for by Greg Clayton · 13 years ago
- 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
- 48f4798 Fixed an issue in the DWARFLocationList::Dump() function where default by Greg Clayton · 13 years ago
- c5b3f50 Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20% by Greg Clayton · 13 years ago
- 2eb5122 Got the sizeof(lldb_private::Symbol) down to 64 bytes (from 72 bytes) by not by Greg Clayton · 13 years ago
- 0c496cd 12% allocated memory savings when debugging clang with DWARF in .o files by by Greg Clayton · 13 years ago
- 31feaa8 <rdar://problem/10033754> by Greg Clayton · 13 years ago
- 3e6f2cc Save the arguments for a process launch in the target.run-args so they can by Greg Clayton · 13 years ago
- be9875d Many GDB users always want to display disassembly when they stop by using by Greg Clayton · 13 years ago
- 8391530 Update ProcessMonitor::MonitorCallback signature. by Peter Collingbourne · 13 years ago
- 0a66c05 Update PlatformLinux::Attach signature. by Peter Collingbourne · 13 years ago
- fecc09c Pulled in a new revision of LLVM/Clang and added by Sean Callanan · 13 years ago
- 489575c Further performance improvements in the DWARF parser: by Greg Clayton · 13 years ago
- d9b7985 Ensure that the empty RecordDecl generated for by Sean Callanan · 13 years ago
- 323ce42 Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match by Jim Ingham · 13 years ago
- a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago