- 55d0a21 [lldb] Fix off by one in array index check in Objective C runtime plugin (#118995) by David Spickett · 7 months ago
- a1b7763 Rename GetLanguageInfo to GetLanguageSpecificData (#117012) by Adrian Prantl · 7 months ago
- 0b3ce09 [lldb] Add an API to derive language-specific runtime information (#116904) by Adrian Prantl · 7 months ago
- 1e229e8 [lldb][ObjC] Fix method list entry offset calculation (#115571) by Michael Buch · 7 months ago
- af08f0f [lldb] Move ValueObject into its own library (NFC) (#113393) by Jonas Devlieghere · 8 months ago
- 3a62bd5 [lldb][libc++] Hide all libc++ implementation details from stacktraces (#108870) by Adrian Vogelsgesang · 8 months ago
- 800d2bb [lldb] Fix a variety of LLDB_LOG format strings by Jonas Devlieghere · 8 months ago
- a8b6da7 [lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745) by Youngsuk Kim · 9 months ago
- 6248c1b [lldb] Better matching of types in anonymous namespaces (#102111) by Pavel Labath · 10 months ago
- ae1f04b [lldb] Turn lldb_private::Status into a value type. (#106163) by Adrian Prantl · 10 months ago
- 6e388c2 [lldb] Add frame recognizers for libc++ `std::invoke` (#105695) by Adrian Vogelsgesang · 10 months ago
- a3ab4c6 [lldb] Support non-default libc++ ABI namespace by Petr Hosek · 10 months ago
- 56d6e9b Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#104523)"" by Adrian Prantl · 10 months ago
- cb95277 Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#104523)" by Dmitri Gribenko · 10 months ago
- 3f2c865 [lldb] Extend frame recognizers to hide frames from backtraces (#104523) by Adrian Prantl · 10 months ago
- f11be5d [lldb][TypeSystemClang] Pass ClangASTMetadata around by value (#102161) by Michael Buch · 11 months ago
- 89dd755 [lldb] Make LanguageRuntime::GetTypeBitSize return an optional (NFC) (#96013) by Jonas Devlieghere · 12 months ago
- aa7e367 Factor out expression result error strings. by Adrian Prantl · 1 year ago
- 1744a33 Refactor GetObjectDescription() to return llvm::Expected (NFC) by Adrian Prantl · 1 year ago
- 2dafb96 [lldb] Add missing semicolon (NFC) by Jonas Devlieghere · 1 year, 1 month ago
- 3e3f372 [lldb] Remove lldbassert in AppleObjCTypeEncodingParser (#93332) by Jonas Devlieghere · 1 year, 1 month ago
- 00124c3 LLVM_FALLTHROUGH => [[fallthrough]]. NFC by Fangrui Song · 1 year, 2 months ago
- 2885e51 [NFC][Clang] Improve const correctness for IdentifierInfo (#79365) by Bill Wendling · 1 year, 2 months ago
- e8077ca [lldb] [ObjC runtime] Don't cast to signed when left shifting (#86605) by Jason Molenda · 1 year, 3 months ago
- 783ae8d Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected (#84219) by Adrian Prantl · 1 year, 3 months ago
- a617ab0 Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected (#84219)" by Florian Mayer · 1 year, 3 months ago
- 1f54c73 Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected (#84219) by Adrian Prantl · 1 year, 3 months ago
- bcbae9c Start to clean up the process of defining command arguments. (#83097) by jimingham · 1 year, 4 months ago
- 0c6a673 [lldb] Use `LLVM_FALLTHROUGH` to avoid a compiler error when building with MSVC. by Alexandre Ganea · 1 year, 6 months ago
- 473e4f8 [lldb] Use StringRef::{starts,ends}_with (NFC) by Kazu Hirata · 1 year, 6 months ago
- 43161dd [lldb] Make only one function that needs to be implemented when searching for types (#74786) by Greg Clayton · 1 year, 6 months ago
- 36ef3cd [lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845) by Jason Molenda · 1 year, 7 months ago
- a662d35 Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)" by David Spickett · 1 year, 7 months ago
- bc26973 [lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845) by Jason Molenda · 1 year, 7 months ago
- a3ba3d4 [LLDB] Display artificial __promise and __coro_frame variables. (#71928) by Haojian Wu · 1 year, 7 months ago
- 3c91443 Strip authentication bits from vtable load address (#71128) by Jason Molenda · 1 year, 8 months ago
- 4791966 [clang][NFC] Refactor `TagTypeKind` (#71160) by Vlad Serebrennikov · 1 year, 8 months ago
- 119d5ec [lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) cast by David Spickett · 1 year, 8 months ago
- 7cae603 [clang][NFC] Refactor `ObjCMethodDecl::ImplementationControl` by Vlad Serebrennikov · 1 year, 8 months ago
- 35df0ef Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67599) by Greg Clayton · 1 year, 8 months ago
- 10981e4 [lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (not `bool`) (#69991) by Pete Lawrence · 1 year, 8 months ago
- 89500dd [lldb] Fix performance regression after adding GNUstep ObjC runtime by Stefan Gränitz · 1 year, 10 months ago
- 7d61fe2 [lldb] Sink StreamFile into lldbHost by Alex Langford · 1 year, 11 months ago
- bf60183 [lldb][NFCI] Remove MappedHash.h by Alex Langford · 1 year, 11 months ago
- 82368f9 Few linter fixes by David Blaikie · 1 year, 11 months ago
- 01e0df4 [lldb] Identify Swift-implemented ObjC classes by Dave Lee · 2 years ago
- f24eaf2 [lldb] Fix incorrect uses of LLDB_LOG_ERROR by Jonas Devlieghere · 2 years ago
- 065529a [lldb] Increase the maximum number of classes we can read from shared cache by Alex Langford · 2 years ago
- 5fad11e [lldb] Use LLDB_LOGF for printf format strings in AppleObjCDeclVendor.cpp by Dave Lee · 2 years ago
- fb7365b [lldb] Adjust for changes in objc runtime by Alex Langford · 2 years ago
- c88c370 [lldb] Default can_create to true in GetChildAtIndex (NFC) by Dave Lee · 2 years, 1 month ago
- 09d7cd2 [lldb] Default can_create to true in GetChildMemberWithName (NFC) by Dave Lee · 2 years, 1 month ago
- 82b8e59 [lldb] Take StringRef name in GetChildMemberWithName (NFC) by Dave Lee · 2 years, 1 month ago
- 8c5cdcd [lldb] Add support for negative integer to {SB,}StructuredData by Med Ismail Bennani · 2 years, 1 month ago
- ba8160a [lldb][NFCI] Move ThreadSafeDenseMap to Utility by Alex Langford · 2 years, 1 month ago
- 1bd60fa [lldb][gnustep] Add minimal GNUstepObjCRuntime plugin for LanguageTypeObjC on non-Apple platforms by Stefan Gränitz · 2 years, 1 month ago
- a149a09 [lldb] Remove unused g_objc_Tagged_ISA constants (NFC) by Dave Lee · 2 years, 2 months ago
- 6b9b4d0 Make sure SelectMostRelevantFrame happens only when returning to the user. by Jim Ingham · 2 years, 2 months ago
- 3c6756f [lldb][NFC] Update syntax description for language cplusplus demangle by Alex Langford · 2 years, 2 months ago
- e3b97b3 Revert "[lldb] Move UnixSignals creation into Platform plugins" by Alex Langford · 2 years, 3 months ago
- 7622aa9 [lldb] Move UnixSignals creation into Platform plugins by Alex Langford · 2 years, 3 months ago
- 962a818 Don't produce a dynamic value if there was an error creating it. by Jim Ingham · 2 years, 3 months ago
- a4811e1 Revert "[lldb] Ignore libcxx std::ranges global variables in frame var" by Michael Buch · 2 years, 4 months ago
- b628dd9 Revert "[lldb] Build fix: variable name typo" by Michael Buch · 2 years, 4 months ago
- 09a0de9 [lldb] Build fix: variable name typo by Michael Buch · 2 years, 4 months ago
- 72cc99f [lldb] Ignore libcxx std::ranges global variables in frame var by Michael Buch · 2 years, 4 months ago
- fbe077f Remove Renderscript LLDB by Yi Kong · 2 years, 4 months ago
- 50269fa [LLDB][NFC] Fix a incorrect use of shared_ptr in RenderScriptRuntime.cpp by Shivam Gupta · 2 years, 4 months ago
- aa5e8b4 [lldb] Use lldbassert in BuildObjCObjectPointerType by Jonas Devlieghere · 2 years, 5 months ago
- ce06778 Move from llvm::makeArrayRef to ArrayRef deduction guides - last part by serge-sans-paille · 2 years, 5 months ago
- e5d2dcc Return a shared_ptr from ScratchTypeSystemClang::GetForTarget() by Adrian Prantl · 2 years, 5 months ago
- 12822bd [lldb] Remove remaining uses of llvm::Optional (NFC) by Kazu Hirata · 2 years, 5 months ago
- 895a072 [lldb] Use std::optional instead of llvm::Optional (NFC) by Kazu Hirata · 2 years, 5 months ago
- 7ea5fb8 [lldb] Add #include <optional> (NFC) by Kazu Hirata · 2 years, 5 months ago
- caa443b [NFC] Cleanup: Remove Function::getBasicBlockList() when not required. by Vasileios Porpodas · 2 years, 6 months ago
- 211739c Launch state discoverable in Darwin, use for SafeToCallFunctions by Jason Molenda · 2 years, 6 months ago
- ff0ed90 Don't include None.h (NFC) by Kazu Hirata · 2 years, 6 months ago
- c3c3376 [lldb] Use std::nullopt instead of None (NFC) by Kazu Hirata · 2 years, 7 months ago
- e4e5e96 Remove a useless temporary of a base class type. by Alexander Kornienko · 2 years, 7 months ago
- e56ded3 [lldb] Convert Optional<llvm::Reloc::Model> to std::optional by Fangrui Song · 2 years, 7 months ago
- 8392a92 Make CompilerType safe by Adrian Prantl · 2 years, 7 months ago
- 403a8f8 [lldb] Use std::size instead of llvm::array_lengthof by Joe Loser · 2 years, 10 months ago
- 847025b [lldb] Add more dylib paths for exception breakpoints by Felipe de Azevedo Piovezan · 2 years, 10 months ago
- 5e6271b Remove redundant initialization of Optional (NFC) by Kazu Hirata · 2 years, 10 months ago
- 850671f LLVM_NODISCARD => [[nodiscard]]. NFC by Fangrui Song · 2 years, 11 months ago
- e6abed9 [lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC by Fangrui Song · 2 years, 11 months ago
- 578bd48 [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. by Greg Clayton · 2 years, 11 months ago
- 25e59ec Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute." and follow-ups by Nico Weber · 2 years, 11 months ago
- 727f0e2 [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. by Greg Clayton · 2 years, 11 months ago
- 98ecec9 [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan by Slava Gurevich · 2 years, 11 months ago
- bfac807 Have CommandObjectParsed check for "commands that take no arguments". by Jim Ingham · 3 years ago
- 7a7f468 [lldb] Fix up Objective-C ISA pointers by Jonas Devlieghere · 3 years ago
- e361d76 [lldb] Fix off-by-one error in the AppleObjCRuntimeV2 utility function by Jonas Devlieghere · 3 years ago
- 003f390 [lldb] Return the correct utility function in AppleObjCRuntimeV2 by Jonas Devlieghere · 3 years ago
- 3e0ce95 [lldb] Add a setting to specify the preferred dynamic class info extractor o by Jonas Devlieghere · 3 years ago
- e166b65 [lldb] Instantiate lazily named classes on macOS Ventura. by Jonas Devlieghere · 3 years ago
- 306f1e1 Don't use Optional::getValue (NFC) by Kazu Hirata · 3 years ago
- 183c153 Don't use Optional::hasValue (NFC) by Kazu Hirata · 3 years ago
- 2c79385 [lldb] Use value_or instead of getValueOr (NFC) by Kazu Hirata · 3 years ago
- fb397f5 [lldb] Use objc_getRealizedClassList_trylock on macOS Ventura and later by Jonas Devlieghere · 3 years ago