Sign in
llvm
/
llvm-project
/
lldb
/
HEAD
a510da8
[lldb] Add missing includes to some tests (#201804)
by Nikolas Klauser
· 2 hours ago
main
master
5ffd350
[lldb][Windows] skip TestDAP_attachCommands.py and TestDAP_launch_extra_launch_commands.py (#201796)
by Charles Zablit
· 3 hours ago
bde1485
[lldb][NFC] Don't use C++20 designated initializer (#201075)
by Raphael Isemann
· 6 hours ago
a08042d
[lldb][test] Increase polling in TestInterruptThreadNames.py (#201554)
by Raphael Isemann
· 6 hours ago
7a173df
[lldb][test] Assume clang supports -gmodules (#201333)
by Raphael Isemann
· 6 hours ago
d187143
[lldb][test] Increase polling frequency in ProcessAttach (#201532)
by Raphael Isemann
· 6 hours ago
a1ec9dc
[lldb][test] Make TestInterruptThreadNames not depend on debug info (#201553)
by Raphael Isemann
· 6 hours ago
17052c5
[libc++] Drop transitive includes by default (#195509)
by Nikolas Klauser
· 6 hours ago
717cdc2
[lldb][docs] Convert top-level RST docs to Markdown (NFC) (#201674)
by Jonas Devlieghere
· 17 hours ago
ff9cc69
[clang] Reland: fix getTemplateInstantiationArgs (#201373)
by Matheus Izvekov
· 19 hours ago
b8640e2
[lldb][docs] Convert use/ RST docs to Markdown (NFC) (#201467)
by Jonas Devlieghere
· 20 hours ago
48af56a
[lldb] xfail tests for arm64e caused by compiler bugs (#201454)
by Alex Langford
· 20 hours ago
8462a63
[lldb] Build liblldb exports from script-interpreter imports (#201392)
by Jonas Devlieghere
· 21 hours ago
bf34c6c
[lldb][RISCV] Handle subsets of CSRs in RV32 core dump images (#142932)
by Ayush Sahay
· 21 hours ago
cb54b8e
[lldb][Windows] Suspend new threads when stopped (#201558)
by Charles Zablit
· 24 hours ago
5ec1222
[lldb-dap][Windows] skip TestDAP_restart_console (#201587)
by Charles Zablit
· 24 hours ago
3788239
[lldb] Use batched memory reads in ClassDescriptorV2::relative_list_entry_t (#201284)
by Felipe de Azevedo Piovezan
· 29 hours ago
00ae811
[lldb] Use MemoryCache in Process::ReadRangesFromMemory (#201166)
by Felipe de Azevedo Piovezan
· 30 hours ago
47f55bd
[lldb/test] Add _excluded_variant_combinations hook in lldbtest (#201459)
by Med Ismail Bennani
· 2 days ago
80a7f3d
[lldb][docs] Convert resources/ RST docs to Markdown (NFC) (#201442)
by Jonas Devlieghere
· 2 days ago
7cf0b8d
[lldb] Use the right MinGW name for the Python DLLs (#201325)
by Martin Storsjö
· 2 days ago
f6f0475
[lldb] Add PARTIAL_SOURCES_INTENDED to HostTests to fix build (#201361)
by Arseniy Obolenskiy
· 2 days ago
12bdc51
[lldb-server] Add breakpoint support to accelerator plugin protocol (#200584)
by satyanarayana reddy janga
· 2 days ago
c3bf4a1
[LLDB] Add assignment to DIL. (#190223)
by cmtice
· 2 days ago
a616a35
[lldb][docs] Convert simple RST pages to Markdown (NFC) (#201256)
by Jonas Devlieghere
· 2 days ago
9785e69
[lldb] Preserve FIFO order for equal time MainLoop callbacks (#199056)
by Charles Zablit
· 2 days ago
356658c
[lldb][windows] explicitly load python3.dll in PythonRuntimeLoader (#201399)
by Charles Zablit
· 2 days ago
e87bdc6
[lldb/test] Fix TestExpeditedThreadPCs on remote-darwin targets (#201275)
by Med Ismail Bennani
· 2 days ago
5ca5bdc
[lldb][test] Always call quit when tearing down pexpect tests (#201100)
by Raphael Isemann
· 2 days ago
5ca802b
[lldb] Enable MyST colon_fence and deflist extensions (NFC) (#201250)
by Jonas Devlieghere
· 2 days ago
d5fe011
[lldb] Stop hard-linking libpython into the dynamic Python plugin (#200530)
by Jonas Devlieghere
· 3 days ago
8506ffd
[lldb] Add PythonRuntimeLoader for runtime libpython lookup (NFC) (#200524)
by Jonas Devlieghere
· 3 days ago
e07b6af
[lldb][debugserver] Arguments to kill(2) are reversed (#201226)
by Jason Molenda
· 3 days ago
bddf8e4
[lldb] Have TestRunLocker run both styles of launch (#200978)
by Jason Molenda
· 3 days ago
bc06d8a
[lldb] Add lldb-mcp to LLVM_DISTRIBUTION_COMPONENTS (#201225)
by Jonas Devlieghere
· 3 days ago
da9e2cb
[lldb][test] Make delayed-definition-die-searching CU-layout agnostic (#201206)
by Jonas Devlieghere
· 3 days ago
cd12a3a
[LLDB] Add always-on logging for "settings set" (#201185)
by Adrian Prantl
· 3 days ago
fb0ee8e
[lldb] Skip TestQemuLaunch.py on arm64e (#200969)
by Alex Langford
· 3 days ago
404bf19
[lldb] Skip simulator platform tests on arm64e (#200505)
by Alex Langford
· 3 days ago
7f83221
[lldb][windows] return false in default branch of RegisterContextWindows_*::WriteRegister (#200885)
by Charles Zablit
· 3 days ago
b3be0c1
[lldb] Fix Symbol static_assert for 32 bit Windows (#201130)
by Dave Lee
· 3 days ago
20a6023
Revert "[AArch64] Fix definition of system register move instructions" (#201137)
by Lukacma
· 3 days ago
e25b6f9
[lldb][NFC] Factor out helper code from MemoryCache (#201120)
by Felipe de Azevedo Piovezan
· 3 days ago
be6217d
[lldb] Add bitwise shift operators and fix literals' sign in DIL (#192506)
by Ilia Kuklin
· 3 days ago
79449ae
[lldb][Windows] Use LazyImport for WaitForDebugEventEx (#201118)
by Nerixyz
· 3 days ago
6fb4dae
[lldb][Windows] Register MSVCRTCFrameRecognizer from DynamicLoaderWindowsDYLD (#201097)
by Charles Zablit
· 3 days ago
c1aa527
[lldb][Windows] Support OutputDebugString (#196395)
by Nerixyz
· 3 days ago
70baaf2
Revert "[clang] fix getTemplateInstantiationArgs" (#201093)
by Hans Wennborg
· 3 days ago
cab92c8
[lldb][windows] copy vcpkg runtime dlls (#200416)
by Charles Zablit
· 3 days ago
cc9614d
[lldb][Windows] Default-initialize PseudoConsole Kernel32 members (#200880)
by Charles Zablit
· 3 days ago
5b31eb8
[lldb][windows] Close pipe HANDLE if _open_osfhandle fails (#200882)
by Charles Zablit
· 3 days ago
ac0d425
[lldb][test] Disable part of TestThreadJump.py on WoA (#201074)
by David Spickett
· 3 days ago
b4de424
[lldb][NFCI] Cleanup AppleObjCClassDescriptorV2::ivar_t API (#201042)
by Felipe de Azevedo Piovezan
· 3 days ago
88fa41f
[clang] fix getTemplateInstantiationArgs (#199528)
by Matheus Izvekov
· 4 days ago
c74847d
[lldb] Skip libc++ category tests on Darwin when no in-tree libc++ is built (#199262)
by Med Ismail Bennani
· 4 days ago
ed2f09a
[lldb/test] Fix variant double-expansion in LLDBTestCaseFactory (#200943)
by Med Ismail Bennani
· 4 days ago
a11a79a
[lldb] Add static_assert to catch increases to size of Symbol (#200919)
by Dave Lee
· 4 days ago
8ff9059
[lldb] Remove unused DenseMapInfo::getTombstoneKey (#200635)
by Fangrui Song
· 4 days ago
77607bd
[lldb] Strip objc superclass pointer in trampoline handler (#200490)
by Alex Langford
· 4 days ago
40d3b5e
[lldb] Fix TestBranchIslands.py for arm64e (#200498)
by Alex Langford
· 4 days ago
588820d
[lldb] Skip minidump case in TestDynamicValue.py for arm64e (#200047)
by Alex Langford
· 4 days ago
7cf09c5
[lldb-dap] Mark source deemphasize if path doesn't exist (#194702)
by Sergei Druzhkov
· 4 days ago
5f33d03
[lldb-dap] Use SetTarget for launch and attach commands (#200133)
by Sergei Druzhkov
· 4 days ago
5b5926f
[lldb-dap] Cleanup InstructionBreakpoint (#200228)
by Sergei Druzhkov
· 4 days ago
18737d7
[LLDB] Detect cycles during Type resolution (#200304)
by Adrian Prantl
· 4 days ago
5562255
[lldb][Windows] Use captured error in ConnectionGenericFile::Read (#200803)
by Charles Zablit
· 4 days ago
356426c
[NFC][lldb][windows] cleanup ProcessLauncherWindows result check (#200804)
by Charles Zablit
· 4 days ago
8b66d4b
[NFC][lldb][windows] break down NativeProcessWindows::OnDebugException (#200832)
by Charles Zablit
· 4 days ago
4ef1a62
[lldb][windows] refactor null handling in DynamicLoaderWindowsDYLD (#200821)
by Charles Zablit
· 4 days ago
c442530
[lldb][Windows] Don't kill lldb when a thread fails to stop (#200805)
by Charles Zablit
· 4 days ago
92c6ca8
[NFC][lldb][windows] follow styling guidelines for hProcess (#200812)
by Charles Zablit
· 4 days ago
c7b4429
[NFC][lldb][windows] simplify NativeProcessWindows::FindSoftwareBreakpoint (#200820)
by Charles Zablit
· 4 days ago
c767fad
[NFC][lldb][windows] Simplify PlatformWindows::ConnectRemote (#200823)
by Charles Zablit
· 4 days ago
f9fee4a
[lldb][windows] fix late null check (#200822)
by Charles Zablit
· 4 days ago
3783b4b
[lldb][windows] bound ReadProcessMemory (#200230)
by Charles Zablit
· 4 days ago
f6ffe9a
[lldb] Reduce size of Mangled class (#200181)
by Raphael Isemann
· 4 days ago
c0ce1de
[lldb][lldb-server][Darwin] Error when gdbserver mode is requested (#199654)
by David Spickett
· 4 days ago
17140b0
[lldb] Strip pointer metadata in ReadMemoryRanges (#200398)
by Felipe de Azevedo Piovezan
· 4 days ago
52ff58d
[lldb] Fix CommandInterpreter::GetExecutionContext (#199922)
by Pavel Labath
· 4 days ago
91abcc7
[lldb] Fix up comment placement (NFC) (#200671)
by Dave Lee
· 5 days ago
0e93544
[lldb][Windows] Cache thread context in NativeRegisterContextWindows_arm64 (#197385)
by Ayush Sahay
· 6 days ago
06bfbf5
[lldb/test] Trim @expectedFailureAll(remote=True) decorators (#200529)
by Med Ismail Bennani
· 6 days ago
27e54a3
[LLDB] Simplify the hint when po-ing an object with no object descrip… (#200499)
by Adrian Prantl
· 7 days ago
616a251
[lldb] Fix copy-paste typo in Symbol::operator= (#200528)
by Dave Lee
· 7 days ago
55964c5
[lldb][Darwin] Correct jGetLoadedDynamicLibrariesInfos typeo & fallback (#200515)
by Jason Molenda
· 7 days ago
f92f7e3
[lldb-server] Add accelerator plugin infrastructure for debugging hardware accelerators like gpus (#198907)
by satyanarayana reddy janga
· 7 days ago
01c7ad6
[lldb] Halve the size of indexes in DemangledNameInfo (NFC) (#200506)
by Dave Lee
· 7 days ago
1e436bc
[lldb][test] Link test binaries with -random_uuid (#199385)
by Dave Lee
· 7 days ago
6184d33
[lldb] Tighten TestObjcMethods test case for arm64e (#200262)
by Alex Langford
· 7 days ago
13d158f
[LLDB] Skip test with older versions of clang (#200456)
by Adrian Prantl
· 7 days ago
bb6671c
[lldb][windows] fix scope_exit warning (#200439)
by Charles Zablit
· 7 days ago
5dfdc05
[lldb] Avoid trie prefix recompuation (NFC) (#200026)
by Dave Lee
· 7 days ago
160caaf
[lldb][windows] enumerate volumes via FindFirstVolumeW (#200231)
by Charles Zablit
· 7 days ago
e6ed12f
[lldb] Make PTY initialization idempotent (#197717)
by Charles Zablit
· 7 days ago
0a72861
[lldb][windows] fix command source hitting EOF (#194950)
by Charles Zablit
· 7 days ago
2009132
[lldb][windows] allow longer paths than MAX_PATH in GetFileNameByLoadAddress (#200225)
by Charles Zablit
· 7 days ago
0066ede
[lldb] Treat `__this` from CodeView/PDB as captured `this` (#200271)
by Nerixyz
· 7 days ago
dfba64a
[lldb][NFCI] Cleanup AppleObjCClassDescriptorV2::class_ro_t API (#200213)
by Felipe de Azevedo Piovezan
· 7 days ago
2934d5a
[lldb] Make TestSBModule a no-SHARED_BUILD_TESTCASE (#188265)
by Pavel Labath
· 7 days ago
9ba80de
[lldb] Improve frame variable handling of recognizer arguments (#200084)
by Dave Lee
· 8 days ago
Next »