Add some prototypes to fix -Wstrict-prototypes. NFC
[platform/upstream/llvm.git] / lldb /
2022-04-09 Fangrui SongReland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX...
2022-04-09 Jim InghamAdapt the ObjC stepping algorithm to deal with "selecto...
2022-04-08 Adrian PrantlSkip test on earlier clang versions
2022-04-08 Jonas Devlieghere[lldb] XFAIL tests that aren't passing remotely
2022-04-08 Jonas Devlieghere[lldb] Skip more tests that don't make sense to run...
2022-04-08 Jonas Devlieghere[lldb] Skip a bunch of tests that shouldn't run remotely
2022-04-08 Jonas Devlieghere[lldb] Fix TestQuoting when run remotely
2022-04-08 Jonas Devlieghere[lldb] Import Foundation in TestConflictingDefinition.py
2022-04-07 Walter Erquinigo[trace][intel pt] Create a common accessor for live...
2022-04-07 Walter Erquinigo[trace][intel pt] Create a class for the libipt decoder...
2022-04-07 Jonas Devlieghere[lldb] Use getMainExecutable in SBDebugger::PrintStackT...
2022-04-07 Luboš Luňák[lldb][gui] remove the "expand" diamond for variables...
2022-04-07 Luboš Luňák[lldb][gui] handle Ctrl+C to stop a running process
2022-04-07 Jonas Devlieghere[lldb] Add Python bindings to print stack traces on...
2022-04-07 Nico WeberRevert "Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_L...
2022-04-07 Mehdi Chinoune[lldb] Fix building standalone LLDB on Windows.
2022-04-07 Martin Storsjö[lldb] [CMake] Disable GCC's -Wstringop-truncation...
2022-04-07 Jason MolendaCorrect debugserver to write xmm/ymm/zmm reg values
2022-04-07 Fangrui SongReland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX...
2022-04-06 Jonas Devlieghere[lldb] Remove duplicate "warning:"
2022-04-06 Walter Erquinigo[NFC][trace][intelpt] Remove unneeded import
2022-04-06 Martin Storsjö[lldb] Silence GCC/glibc warnings about ignoring the...
2022-04-06 Martin Storsjö[lldb] Silence GCC warnings about missing returns after...
2022-04-06 Martin Storsjö[lldb] Fix detecting warning options for GCC
2022-04-06 Walter Erquinigo[trace][intelpt] Introduce instruction Ids
2022-04-06 Argyrios Kyrtzidis[lldb/source/Utility/DataExtractor.cpp] Update for...
2022-04-05 Jonas Devlieghere[lldb] Update ReadAllRegisterValues in RegisterContextW...
2022-04-05 Greg ClaytonDisable LLDB index cache for .o files with no UUID.
2022-04-05 Jonas Devlieghere[lldb] Add more missing consts in NativeRegisterContexts
2022-04-05 Benjamin Kramer[lldb] Add missing const to NativeRegisterContextLinux_arm
2022-04-05 Jonas Devlieghere[lldb] Add missing const to NativeRegisterContextLinux_...
2022-04-05 Jonas Devlieghere[lldb] Update the NativeRegisterContext to take a Writa...
2022-04-05 Jonas Devlieghere[lldb] Update reinterpret_cast in linux/Host.cpp
2022-04-05 Jonas Devlieghere[lldb] Change CreateMemoryInstance to take a WritableDa...
2022-04-05 Jonas Devlieghere[lldb] Refactor DataBuffer so we can map files as read...
2022-04-05 Jason MolendaRefine memory buffer for importing shared cache objc...
2022-04-05 Walter Erquinigo[lldb-vscode] Implement stderr/stdout on win32 and...
2022-04-05 Jonas Devlieghere[lldb] Improve documentation for some of the platform...
2022-04-05 Jim InghamFix a mistyping introduced with the new container command.
2022-04-05 Jonas Devlieghere[lldb] Fix undefined behavior: left shift of negative...
2022-04-05 Alisamar Husain[lldb][intelpt] Remove `IntelPTInstruction` and move...
2022-04-05 Pavel Labath[lldb] Avoid duplicate vdso modules when opening core...
2022-04-05 Pavel Labath[lldb/linux] Handle main thread exits
2022-04-05 Pavel Labath[lldb] Move host platform implementations into the...
2022-04-05 Luboš Luňák[lldb][gui] make 'step out' step out of the selected...
2022-04-05 Luboš Luňák[lldb][gui] use just '#2' instead of 'frame #2' in...
2022-04-05 Luboš Luňák[lldb][gui] do not show the help window on first gui...
2022-04-04 Jason MolendaAdd DumpBinaryEscaped method to JSONGenerator, avoid...
2022-04-04 Luboš Luňák[lldb] make ConstStringTable use DenseMap rather than...
2022-04-04 Jonas Devlieghere[lldb] Prevent object file plugins from changing the...
2022-04-04 Adrian PrantlPrevent GetAugmentedArchSpec() from attaching "unknown...
2022-04-04 David Spickett[lldb][AArch64] Update disassembler feature list and...
2022-04-03 Luboš Luňák[lldb][gui] underline the current token
2022-04-03 Luboš Luňák[lldb][gui] use symbolic names rather than hardcoded...
2022-04-03 Luboš Luňák[lldb][gui] fix background of syntax-highlighted non...
2022-04-03 Luboš Luňák[lldb][gui] draw highlight for selected line even if...
2022-04-02 Walter Erquinigo[trace][intel pt] Handle better tsc in the decoder
2022-04-02 Jonas Devlieghere[lldb] Remove remaining calls to DataBufferLLVM::GetChars
2022-04-02 Jonas Devlieghere[lldb] Return a DataBuffer from FileSystem::CreateDataB...
2022-04-01 Adrian Prantlclang-format HostInfoBase.cpp
2022-04-01 Adrian PrantlSimplify ArchSpec::IsFullySpecifiedTriple() (NFC)
2022-04-01 Zequan Wu[LLDB] Add require x86 for NativePdb Test.
2022-04-01 Zequan Wu[LLDB][NativePDB] Create inline function decls
2022-04-01 Alisamar Husain[intelpt] Refactor timestamps out of `IntelPTInstruction`
2022-04-01 Muhammad Omair Javaid[LLDB] Fix TestJobControl.py decorators import
2022-04-01 Muhammad Omair Javaid[LLDB] Skip TestJobControl.py AArch64/Arm Linux
2022-04-01 Jason MolendaUpdate callers to SendPacket with std::string's to...
2022-03-31 Zequan WuRevert "[LLDB][NativePDB] Minor fix on inline line...
2022-03-31 Zequan Wu[LLDB][NativePDB] Minor fix on inline line table.
2022-03-31 Jim InghamAdd a setting to not require --overwrite to overwrite...
2022-03-31 Shafik Yaghmour[LLDB] Applying clang-tidy modernize-use-equals-default...
2022-03-31 Shafik Yaghmour[LLDB] Fix NSIndexPathSyntheticFrontEnd::Impl::Clear...
2022-03-30 Jonas Devlieghere[lldb] Change the way we pick a platform for fat binaries
2022-03-30 Martin Storsjö[lldb-vscode] Avoid a -Wunused-but-set-variable warning...
2022-03-30 Pavel LabathRecommit [lldb/test] Make category-skipping logic ...
2022-03-30 Pavel Labath[lldb] Remove vasprintf windows-compat implementation
2022-03-30 Pavel Labath[lldb] Use =default in the ValueList class
2022-03-29 Jonas Devlieghere[lldb] Make ModuleSpecList iterable (NFC)
2022-03-29 Chris BienemanNFC. Fixing warnings from adding DXContainer
2022-03-29 Pavel Labath[lldb] Remove usages of case-insensitive c-string functions
2022-03-28 Benjamin KramerSilence compiler warning after the addition of HLSL...
2022-03-28 Pavel Labath[lldb] Remove some unused functions from PosixApi.h
2022-03-28 Muhammad Omair Javaid[LLDB] Skip TestProcessIOHandlerInterrupt Arm/AArch64...
2022-03-26 Martin Storsjö[lldb] Fix interpreting absolute Windows paths with...
2022-03-26 Martin Storsjö[lldb] Fix building for mingw after changes to sigtstp_...
2022-03-26 Alisamar Husain[intelpt] Refactoring instruction decoding for flexibility
2022-03-26 Fred RissAdopt new dyld SPIs to introspect the shared cache.
2022-03-25 Med Ismail Bennani[lldb/Plugin] Sort the ScriptedProcess' thread list...
2022-03-25 Med Ismail Bennani[lldb/Utility] Make StructuredData::Dictionary::GetKeys...
2022-03-25 Med Ismail Bennani[lldb/crashlog] Parse thread fields and pass it to...
2022-03-25 Jonas Devlieghere[lldb] Conditionalize target_link_libraries on the...
2022-03-25 Jonas Devlieghere[lldb] Add a fuzzer for target creation
2022-03-24 Jason MolendaDon't search for sim SDK path until we know we need it
2022-03-24 Shafik Yaghmour[LLDB] Cleanup for Fixing DWARFExpression handling...
2022-03-24 Jakob Johnson[trace][intelpt] Server side changes for TSC to wall...
2022-03-24 Nikita Popov[lldb] Avoid pointer element type accesses
2022-03-24 Nikita Popov[lldb] Use byval type
2022-03-24 Nikita Popov[lldb] Remove unused Module argument (NFC)
2022-03-24 Jonas Devlieghere[lldb] Test parsing the symtab with indirect symbols...
2022-03-24 Jason MolendaLoad dyld manually with 'main bin spec' userland corefiles
next