OSDN Git Service

android: [openmp] add support for tablegen generated sources
[android-x86/external-llvm-project.git] / lldb / source /
2021-01-26 Jim InghamMake SBDebugger::CreateTargetWithFileAndArch work with...
2021-01-26 Raphael Isemann[lldb][NFC] Another attempt to fix GCC 5.x compilation
2021-01-26 Dave Lee[lldb] Remove unused ThreadPlanStack::GetStackOfKind...
2021-01-26 Richard SmithRevert "Fix SBDebugger::CreateTargetWithFileAndArch...
2021-01-26 Duncan P. N. Exon... ExpressionParser: Migrate to FileEntryRef in ParseInter...
2021-01-25 Pedro Tammela[lldb/Lua] add support for Lua function breakpoint
2021-01-25 Jim InghamFollow on to: f05dc40c31d1883b46b8bb60547087db2f4c03e3
2021-01-25 Jim InghamFix SBDebugger::CreateTargetWithFileAndArch to accept...
2021-01-25 Walter Erquinigo[ThreadPlan] fix exec on Linux
2021-01-25 Muhammad Omair Javaid[LLDB] Define AUXV_AT_HWCAP2 in AuxVector.h
2021-01-25 Muhammad Omair Javaid[LLDB] Remove leftovers and typos from RegisterInfos_ar...
2021-01-25 David Blaikielldb: Add support for printing variables with DW_AT_ran...
2021-01-24 Augusto NoronhaImplement vAttachOrWait
2021-01-22 Jonas Devlieghere[lldb] FixFileSystem::GetExternalPath for VFS API change
2021-01-22 Shafik Yaghmour[LLDB] Fix how ObjCBOOLSummaryProvider deals with BOOL
2021-01-21 Raphael Isemann[lldb][NFC] Fix build with GCC<6
2021-01-21 Raphael Isemann[lldb][import-std-module] Do some basic file checks...
2021-01-21 Jonas Devlieghere[lldb] Upstream eCore_arm_arm64e enum value in ArchSpec
2021-01-21 Jim InghamFix a bug with setting breakpoints on C++11 inline...
2021-01-20 Med Ismail Bennani[lldb/Commands] Align process launch --plugin with...
2021-01-20 Med Ismail Bennani[lldb/Commands] Refactor ProcessLaunchCommandOptions...
2021-01-20 Hans WennborgRevert "Following up on PR48517, fix handling of templa...
2021-01-19 Muhammad Omair Javaid[LLDB] Add support to resize SVE registers at run-time
2021-01-19 Richard Smith[c++20] P1907R1: Support for generalized non-type templ...
2021-01-15 Muhammad Omair JavaidDynamicRegisterInfo calculate offsets in separate function
2021-01-15 Muhammad Omair Javaid[LLDB] Add per-thread register infos shared pointer...
2021-01-14 Joseph Tremoulet[LLDB] MinidumpParser: Prefer executable module even...
2021-01-14 Pavel Labath[lldb] Fix TestPlatformProcessConnect.py
2021-01-14 Augusto NoronhaImplement vAttachWait in lldb-server
2021-01-14 Philip Pfaffe[lldb][wasm] Parse DWO section names
2021-01-10 Pavel Labath[lldb] Fix some bugs in the Pipe class and add tests
2021-01-08 Adrian PrantlDon't take the address of a temporary
2021-01-08 Raphael Isemann[lldb][NFC] Refactor setup code for Clang diagnostics
2021-01-08 Jonas Devlieghere[lldb] Make DoReadMemory a protected method.
2021-01-08 Jonas Devlieghere[lldb] Access the ModuleList through iterators where...
2021-01-07 Luís Marques[LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant...
2021-01-07 David Blaikielldb: Add support for DW_AT_ranges on DW_TAG_subprograms
2021-01-07 David Spickett[lldb][ARM/AArch64] Update disasm flags to latest v8...
2021-01-07 Pedro Tammela[lldb/Lua] add support for multiline scripted breakpoints
2021-01-06 Jonas Devlieghere[lldb] Ad os_signpost support to lldb_private::Timer
2021-01-06 Jorge Gorbe MoyaMake DWARFUnit use the dwo_id from the DWARF5 CU header.
2021-01-05 Jonas Devlieghere[lldb] Add timers to Reproducer::Keep and Reproducer...
2021-01-02 Michał Górny[Process/NetBSD] Copy changes from FreeBSDRemote and...
2020-12-29 Peter CollingbourneCrashReason: Add MTE tag check faults to the list of...
2020-12-23 Jonas Devlieghere[lldb] Simplify ObjectFile::FindPlugin (NFC)
2020-12-23 Jonas Devlieghere[lldb] Refactor and simplify GetCommandSPExact interface
2020-12-23 Jonas Devlieghere[lldb] Don't instrument demangling.
2020-12-22 Arthur EubanksRevert "[LLDB] Unbreak the build after recent clang...
2020-12-22 Andy Yankovsky[lldb] Add SBType::GetEnumerationIntegerType method
2020-12-22 Andy Yankovsky[lldb] Add SBType::IsScopedEnumerationType method
2020-12-22 Jonas Devlieghere[lldb] Abstract scoped timer logic behind LLDB_SCOPED_T...
2020-12-21 Michał Górny[lldb] [Process/FreeBSDRemote] Remove anonymous namespace
2020-12-21 Pavel Labath[lldb] Remove anonymous namespace from NativeRegisterCo...
2020-12-19 Jonas Devlieghere[lldb] Simplify the is_finalized logic in process and...
2020-12-18 David Zarzycki[LLDB] Unbreak the build after recent clang changes
2020-12-17 Michał Górny[lldb] [Process/FreeBSDRemote] Use RegSetKind consisten...
2020-12-17 Michał Górny[lldb] [Process/FreeBSDRemote] Replace GetRegisterSetCo...
2020-12-17 Pavel LabathRevert "[lldb] Make CommandInterpreter's execution...
2020-12-17 Raphael Isemann[lldb] Add std::array to the supported template list...
2020-12-17 Raphael Isemann[lldb] Unify the two CreateTypedef implementations...
2020-12-17 Michał Górny[lldb] [POSIX-DYLD] Update the cached exe path after...
2020-12-17 Michał Górny[lldb] [POSIX-DYLD] Add libraries from initial rendezvo...
2020-12-17 Fangrui SongUse basic_string::find(char) instead of basic_string...
2020-12-16 Jordan Rupprecht[lldb][NFC] Apply performance-faster-string-find (...
2020-12-15 Raphael Isemann[lldb] Fix import-std-module tests after libc++ got...
2020-12-15 Med Ismail Bennani[lldb/API] Expose Target::CreateBreakpoint(..., move_to...
2020-12-15 Med Ismail BennaniRevert "[lldb/API] Expose Target::CreateBreakpoint...
2020-12-15 Med Ismail Bennani[lldb/API] Expose Target::CreateBreakpoint(..., move_to...
2020-12-15 Nico WeberRevert "Lex: Migrate HeaderSearch::LoadedModuleMaps...
2020-12-14 Duncan P. N. Exon... Adapt lldb to a40db5502b2515a6f2f1676b5d7a655ae0f41179
2020-12-13 Michał Górny[lldb] [Process/FreeBSD] Add more 'override' keywords
2020-12-12 Tatyana Krasnukha[lldb] Make CommandInterpreter's execution context...
2020-12-12 Tatyana Krasnukha[lldb] Modernize TargetList for-loops, NFC
2020-12-12 Tatyana Krasnukha[lldb] "target create" shouldn't save target if the...
2020-12-10 Jonas Devlieghere[lldb] Remove single-case switch statement (NFC)
2020-12-10 Raphael Isemann[lldb] Introduce separate scratch ASTs for debug info...
2020-12-10 Jonas Devlieghere[lldb] Deal gracefully with concurrency in the API...
2020-12-10 Raphael Isemann[lldb] Remove assumption from Clang-based data formatte...
2020-12-10 Raphael Isemann[lldb] Fix that symbols.clang-modules-cache-path is...
2020-12-10 Raphael Isemann[lldb] Allow LLDB to automatically retry a failed expre...
2020-12-09 Jason MolendaIgnore DBGArchitecture from dsymForUUID's plist
2020-12-09 Jonas Devlieghere[lldb] Track the API boundary using a thread_local...
2020-12-09 Dave Lee[lldb] Remove unused IsFunctionType is_variadic_ptr...
2020-12-07 Michał GórnyRevert "[lldb] [POSIX-DYLD] Add libraries from initial...
2020-12-07 Pedro Tammela[LLDB] fix error message for one-line breakpoint scripts
2020-12-07 Michał Górny[lldb] [Process/FreeBSDRemote] Implement GetLoadedModul...
2020-12-07 Michał Górny[lldb] [POSIX-DYLD] Add libraries from initial eTakeSna...
2020-12-07 Michał Górny[lldb] [Platform/POSIX] Use gdb-remote plugin when...
2020-12-04 Raphael Isemann[lldb][NFC] Rename TypeSystemClang::GetScratch to Scrat...
2020-12-04 Raphael Isemann[lldb][NFC] Rename TypeSystemClangForExpressions to...
2020-12-03 Jonas Devlieghere[lldb] Use the cpu subtype enum values from llvm::MachO...
2020-12-03 Jonas Devlieghere[lldb] Recognize MachO cpu sub-type 2 as arm64
2020-12-03 Jonas Devlieghere[lldb] Treat remote macOS debugging like any other...
2020-12-03 Jonas Devlieghere[lldb] Return the original path when tilde expansion...
2020-12-02 Raphael Isemann[lldb][NFC] Make DeclOrigin::Valid() const
2020-12-02 Pedro Tammela[LLDB/Python] Fix segfault on Python scripted entrypoints
2020-12-02 Raphael Isemann[lldb] Don't reject empty or unnamed template parameter...
2020-12-02 Fangrui Song[lldb] Fix build after found_decls was removed by 1f40d...
2020-12-01 Muhammad Omair JavaidMake offset field optional in RegisterInfo packet for...
2020-12-01 Muhammad Omair JavaidRegisterInfoPOSIX_arm64 remove unused bytes from g...
next