[AArch64][compiler-rt] Strip PAC from the link register.
[platform/upstream/llvm.git] / lldb /
2021-03-14 Pavel Labath[lldb] Move PlatformPOSIX::ConnectToWaitingProcesses...
2021-03-13 Jason MolendaDon't load kexts/kernels without dSYMs present
2021-03-12 Dave Lee[lldb] Remove unused StackFrame::TrackGlobalVariable
2021-03-11 Raphael Isemann[lldb] Fix the man page build
2021-03-11 Raphael Isemann[lldb] Add missing debugserver dependency to check...
2021-03-11 Pavel Labath[lldb] Remove implicit_const_form_support.test
2021-03-10 Jan Kratochvil[nfc] [lldb] Remove variable ranges_base in DWARFUnit...
2021-03-10 Dave Lee[lldb] Ignore linkage diagnostic for LLDBSwigPythonBrea...
2021-03-10 Vedant Kumar[lldb/Platform] Skip very slow xcrun queries for simula...
2021-03-10 Dave Lee[lldb] Fix PushPlan to set subplan to private
2021-03-10 Michał Górny[lldb] [test] Update XFAILs for FreeBSD/aarch64
2021-03-10 Michał Górny[lldb] [Process/FreeBSD] Introduce aarch64 hw break...
2021-03-10 Jason MolendaLog in SetPrivateState when unwind logging enabled
2021-03-09 Jordan Rupprecht[lldb][gui] Fix uninitialized variable in SourceFileWin...
2021-03-09 Jonas Devlieghere[lldb] Update crashlog script for JSON changes
2021-03-09 Jonas Devlieghere[lldb] Propagate XDG_CACHE_HOME environment variable...
2021-03-09 Jonas Devlieghere[lldb] Use lit.with_system_environment to propagate...
2021-03-09 Pavel Labath[lldb] Fix a bug in D96779 (shared lib directory logic)
2021-03-09 Stefan Gränitz[lldb][JITLoaderGDB] Test debug support in JITLink
2021-03-09 Jan Kratochvil[lldb] Fix DWARF-5 DW_FORM_implicit_const (used by...
2021-03-09 Dave Lee[lldb] Remove duplicated ThreadPlanStepOverBreakpoint...
2021-03-08 Jan Kratochvil[nfc] [lldb] Removed unused operator== for DWARFAbbrevi...
2021-03-08 Jan Kratochvil[nfc] [lldb] [testsuite] Cleanup of recently added...
2021-03-08 Raphael Isemann[lldb][NFC] Code style fixes for ClangModulesDeclVendor
2021-03-08 Jan Kratochvil[nfc] [lldb] Remove unused function DWARFAttribute...
2021-03-08 Andy Yankovsky[lldb] Fix error message in IRInterpreter
2021-03-08 Raphael Isemann[lldb][NFC] std::set -> DenseSet in ClangModulesDeclVendor
2021-03-05 Med Ismail Bennani[lldb/API] Add CommandInterpreter::{Get,Set}PrintErrors...
2021-03-05 Med Ismail Bennani[lldb/Interpreter] Add `interpreter.repeat-previous...
2021-03-05 Dave Lee[lldb] Rename QueueFundamentalPlan to QueueBasePlan...
2021-03-04 Med Ismail Bennani[lldb/Interpreter] Make OptionGroupPythonClassWithDict...
2021-03-04 Pavel Labath[lldb] Apply gdb-remote timeout to platform connections...
2021-03-04 Jonas Devlieghere[debugserver] Fix more compiler warnings on arm64
2021-03-04 Jason MolendaLanguageRuntime for 0th frame unwind, simplify getting...
2021-03-03 Raphael Isemann[lldb][NFC] Delete unused AddressResolverName
2021-03-03 Andy Yankovsky[lldb] Fix handling of `DW_AT_decl_file` according...
2021-03-03 Jonas Devlieghere[lldb] Inline objc_opt->version >= 14 to avoid dealing...
2021-03-03 Jonas Devlieghere[lldb] Add more logging to __lldb_apple_objc_v2_get_dyn...
2021-03-03 Jonas Devlieghere[lldb] Extend Python convenience variable table with...
2021-03-03 Neal (nealsid)Migrate to llvm::unique_function instead of static...
2021-03-02 Adrian PrantlPromote scalars to load addresses when dereferencing...
2021-03-02 Jan Kratochvil[nfc] [lldb] DWARFDebugInfoEntry::Extract(): reindent
2021-03-02 Jan Kratochvil[lldb] DWARFDebugInfoEntry::Extract(): Print an error...
2021-03-02 Jan Kratochvil[lldb] Support DWARF-5 DW_FORM_line_strp (used by GCC)
2021-03-02 Muhammad Omair JavaidSupport GDB remote g packet partial read
2021-03-02 Raphael Isemann[lldb] Add missing include to Cloneable.h
2021-03-02 Pavel Labath[lldb] Remote leftover _llgs from TestGdbRemoteConnecti...
2021-03-02 Kazu Hirata[lldb] Fix typos in documentation (NFC)
2021-03-01 Yuanfang Chen[Diagnose] Unify MCContext and LLVMContext diagnosing
2021-03-01 Med Ismail Bennani[lldb] Revert ScriptedProcess patches
2021-03-01 Jonas Devlieghere[lldb] Add scoped timer to HostInfoMacOSX::GetXcodeSDKPath
2021-03-01 Stella Stamenova[mlir][lldb] Fix several gcc warnings in mlir and lldb
2021-03-01 Med Ismail Bennani[lldb/Plugins] Fix SWIGPythonBridge build issue
2021-03-01 Med Ismail Bennani[lldb/Plugins] Add ScriptedProcess Process Plugin
2021-03-01 Med Ismail Bennani[lldb/bindings] Add Python ScriptedProcess base class...
2021-03-01 Med Ismail Bennani[lldb/Interpreter] Add ScriptInterpreter Wrapper for...
2021-03-01 Med Ismail Bennani[lldb/Commands] Add command options for ScriptedProcess...
2021-03-01 Med Ismail Bennani[lldb/Commands] Fix short option collision for `process...
2021-03-01 Jan KratochvilRevert "[lldb] Fix handling of `DW_AT_decl_file` accord...
2021-03-01 Shoaib Meenai[lldb] Remove XPCServices symlinking
2021-03-01 David BlaikieFix virtual-dtor warning a different way, since a virtu...
2021-03-01 David BlaikieFix a warning about named return value not being moved...
2021-03-01 Michał Górny[lldb] [test] Skip AVX lldb-server test on non-x86...
2021-03-01 Michał Górny[lldb] [test] Workaround symlink-related test failures
2021-03-01 Michał Górny[lldb] Rename NativeRegisterContext{Watchpoint => DBReg...
2021-03-01 Andy Yankovsky[lldb] Fix handling of `DW_AT_decl_file` according...
2021-03-01 Benjamin Kramer[lldb/Interpreter] Pacify -Wnon-virtual-dtor
2021-02-28 Tatyana Krasnukha[lldb/Target] Remove outdated code
2021-02-28 Tatyana Krasnukha[lldb/Interpreter] Fix deep copying for OptionValue...
2021-02-28 Tatyana Krasnukha[lldb] OptionValueProperties::Get[Set]PropertyAtIndexAs...
2021-02-28 Tatyana Krasnukha[lldb][NFC] Make OptionValueArgs::GetArgs constant
2021-02-28 Tatyana Krasnukha[lldb/Interpreter][NFC] Remove explicit default initial...
2021-02-28 Tatyana Krasnukha[lldb/Interpreter][NFC] Replace default constructors...
2021-02-28 Tatyana Krasnukha[lldb/Interpreter][NFC] Remove more deleted const char...
2021-02-26 Dave Lee[lldb] Add deref support to libc++ unique_ptr synthetic
2021-02-25 Med Ismail Bennani[lldb/Core] Change large function threshold variable...
2021-02-25 Raphael Isemann[lldb][NFC] Document ClangASTImporter
2021-02-25 Raphael Isemann[lldb][NFC] Remove some obsolete comments in ClangASTIm...
2021-02-25 Raphael Isemann[lldb] Let ClangASTImporter assert that the target...
2021-02-25 Harmen StoppelsPrefer /usr/bin/env xxx over /usr/bin/xxx where xxx...
2021-02-25 Jonas Devlieghere[debugserver] Fix logic to extract app bundle from...
2021-02-24 Jonas Devlieghere[lldb] Support debugging utility functions
2021-02-24 Raphael Isemann[lldb] Prevent double new lines behind errors/warning...
2021-02-24 Raphael Isemann[lldb][NFC] Move trivial ValueObject getters/setters...
2021-02-24 Raphael Isemann[lldb][NFC] Rename the second ValueObjectManager to...
2021-02-24 Raphael Isemann[lldb] Add asserts that prevent construction of cycles...
2021-02-23 Jorge Gorbe MoyaDefer the decision whether to use the CU or TU index...
2021-02-23 Dave Lee[lldb] Add deref support and tests to shared_ptr synthetic
2021-02-23 Michał Górny[lldb] [test] Un-XFAIL TestBuiltinTrap on FreeBSD/aarch64
2021-02-23 Michał Górny[lldb] [test] Un-XFAIL a test that no longer fail on...
2021-02-23 Raphael Isemann[lldb][NFC] Remove unused ValueObject::LogValueObject...
2021-02-23 Raphael Isemann[lldb][NFC] Clean up ValueObject comments
2021-02-23 Raphael Isemann[lldb][NFC] Give CompilerType's IsArrayType/IsVectorTyp...
2021-02-23 Raphael Isemann[lldb][NFC] Don't inherit from UserID in ValueObject
2021-02-23 Raphael Isemann[lldb][NFC] Cleanup ValueObject construction code
2021-02-23 Richard Howell[lldb] add check for libcxx runtime
2021-02-23 Jonas Devlieghere[lldb] Reinstate support for LLDB_VERSION_STRING
2021-02-22 Shafik YaghmourModify TypePrinter to differentiate between anonymous...
2021-02-21 António AfonsoRevert "[lldb-vscode] Emit the breakpoint changed event...
2021-02-21 Michał Górny[lldb] [docs] Update platform support status
next