Sign in
llvm
/
llvm-project
/
lldb
/
HEAD
f336c9a
[lldb][AArch64][Linux] Add function to get regset dependencies (#212476)
by David Spickett
· 2 hours ago
main
master
06b8a6d
[lldb][test] Give each inline test its own function object (#215400)
by Augusto Noronha
· 20 hours ago
461c335
[lldb][Windows] Derive the loader one-thread timeout from settings (#215593)
by Charles Zablit
· 20 hours ago
fa139ee
[lldb/test] Retry the remote platform connection in dotest (#215425)
by Med Ismail Bennani
· 21 hours ago
3feecd8
[lldb][Windows] Fix races in the DebuggerThread exception handshake (#213075)
by Charles Zablit
· 21 hours ago
4bedc83
[lldb] Use `GetValueAsUnsigned` for pointers in an `lldb.value` (#215580)
by Nerixyz
· 21 hours ago
02fe69b
[lldb][NFC] Use Python3's importlib.reload directly (#215271)
by David Spickett
· 21 hours ago
84c6c99
[lldb][NFC] Fix unused variables in RegisterContextPOSIXCore_riscv32 (#215569)
by Raphael Isemann
· 22 hours ago
0c78061
[lldb] Add operator `sizeof` to DIL (#211772)
by Ilia Kuklin
· 22 hours ago
149c146
[lldb] Add GetSizeType to TypeSystemClang to retrieve `size_t` (#211654)
by Ilia Kuklin
· 22 hours ago
bed8477
[lldb] Refactor RegisterTypeBuilder (#213897)
by David Spickett
· 23 hours ago
b274f89
[lldb][Windows] Expose each thread's TEB address as extended thread info (#213301)
by Charles Zablit
· 23 hours ago
78562a3
[lldb][Windows] Dump thread stacks before lit's timeout kills a test (#213239)
by Charles Zablit
· 24 hours ago
e8fbea1
[lldb] Convert lang tests to use require decorator (#213466)
by Charles Zablit
· 26 hours ago
16ec391
[lldb] Convert commands tests to use require decorator (#213465)
by Charles Zablit
· 26 hours ago
919f622
[lldb] Convert functionalities test to use require decorator (#213464)
by Charles Zablit
· 26 hours ago
97d6b4d
[NFC][lldb][Windows] Move ConPTYUtils to Host/Windows (#215348)
by Charles Zablit
· 26 hours ago
a6b6def
[lldb][Windows] Fix x86_64 default unwind plan (#210076)
by Charles Zablit
· 26 hours ago
ede12ba
[lldb-dap][Windows] Retry call to CreateToolhelp32Snapshot (#215342)
by Charles Zablit
· 26 hours ago
e0f7e7f
[lldb] Print "version -v" keys in alphabetical order (#215305)
by David Spickett
· 26 hours ago
d3168c9
[lldb] Use StringRef when creating Listeners (#214863)
by Alex Langford
· 2 days ago
3fe5471
[lldb] Fix misaligned pointer UB in DataExtractor::GetU16/U32/U64 array reads (#213038)
by Yao Qi
· 2 days ago
81babab
[lldb] Replace ConstString in Platform::GetFullNameForDylib (#214874)
by Alex Langford
· 2 days ago
5901628
[lldb] Fix incorrect formatv format strings in logging (#215024)
by Jonas Devlieghere
· 2 days ago
0540abd
[lldb] Fix incorrect Python property bindings in SBExtensions. (#215283)
by Ebuka Ezike
· 2 days ago
97624ce
[lldb] Fix MSVC warnings about missing return values (#215313)
by Nerixyz
· 2 days ago
49e8c57
[lldb] Remove Python 2 code in crashlog.py (#215265)
by David Spickett
· 2 days ago
bc937cc
[lldb][test][LUA] Remove Python2 workaround (#215279)
by David Spickett
· 2 days ago
85988ef
[lldb-dap] Convert test to use the require decorator (#213462)
by Charles Zablit
· 2 days ago
3905b09
[lldb] Remove Python 2 compatibility in PythonDataObjects.cpp (#215268)
by David Spickett
· 2 days ago
b1181e6
[lldb][test] Remove Python <= 3.6 workaround (#215262)
by David Spickett
· 2 days ago
1e96b6d
[lldb][test] Mark some tests as requiring Clang (#214197)
by David Spickett
· 2 days ago
45686d0
[lldb] Correct architecture comparison for Arm (#214771)
by Ebuka Ezike
· 2 days ago
5f4a5fa
[lldb][AArch64] Detect type for many registers with a single function (#214734)
by David Spickett
· 2 days ago
c8f2265
[lldb][AArch64] Remove size from type detector entries (#214733)
by David Spickett
· 2 days ago
68beb5c
[lldb][AArch64] Use unique_ptr instead of statics in RegisterTypeDetector (#214515)
by David Spickett
· 2 days ago
b23be51
[lldb] Add a class comment for Materializer. NFC. (#214889)
by Lang Hames
· 3 days ago
02f6d73
[docs] Prefer colon fences to delineate blocks containing markup (#214921)
by Reid Kleckner
· 4 days ago
9fc95b4
[lldb] Remove duplicate declarations after merge (#214949)
by Nerixyz
· 4 days ago
f6dc250
[lldb] Allow multiple ABI runtimes for C++ (#212015)
by Nerixyz
· 4 days ago
979327b
[lldb] Move dynamic type cache to common ABI runtime (#212014)
by Nerixyz
· 4 days ago
995ca3b
[lldb] Download to a unique temporary path in the SymStore locator (#214632)
by Jonas Devlieghere
· 5 days ago
b3db0f1
[lldb] Report a corefile whose only image is a platform binary (#214634)
by Jonas Devlieghere
· 5 days ago
3246286
[lldb] Add AddressSpaceInfo and ProcessAddress utility classes (#206370)
by satyanarayana reddy janga
· 5 days ago
c9cf7cd
[lldb] Pass a Target to Platform::GetSharedModule (#214633)
by Jonas Devlieghere
· 5 days ago
b7abdf3
[lldb] Let callers of GetSharedModule skip symbol locating (NFC) (#214829)
by Jonas Devlieghere
· 5 days ago
1d10b57
[lldb] Don't resolve dynamic type info if no named type exists (#214828)
by Nerixyz
· 5 days ago
0b85666
Reapply "[lldb] Remove ConstString from FileSpec" (#211927) (#214599)
by Alex Langford
· 5 days ago
c7b3e52
[lldb] Address post-commit feedback on DynamicLoader binary loading (NFC) (#214635)
by Jonas Devlieghere
· 5 days ago
afbf9d5
[lldb] Extract type lookup by name from Itanium ABI (#212013)
by Nerixyz
· 5 days ago
8a494de
[lldb][minidump] Skip the new minidump tests on ARM (#214766)
by Leandro Lupori
· 5 days ago
52bb37a
[lldb][NFC] Don't use LLDB.h in multiple-targets/debuggers tests (#210981)
by Raphael Isemann
· 5 days ago
2506d3f
[lldb] Remove Python 2 operators from lldb.value (#214296)
by Nerixyz
· 5 days ago
855c1e1
[lldb] Add tests for `lldb.value` (#214295)
by Nerixyz
· 5 days ago
9fe8aa8
[lldb][Windows] Fix value API tests (#214237)
by Nerixyz
· 5 days ago
754e61b
[lldb][Python] Enable type annotations for most types (#213463)
by Nerixyz
· 5 days ago
4ab840a
[lldb] Make RegisterFlagsDetector into RegisterTypesDetector (#213892)
by David Spickett
· 5 days ago
1100ebc
[lldb][Windows] Document thread timeout variable (#213655)
by Charles Zablit
· 5 days ago
ad21f79
[lldb][X86] Fix *BSD build on GCC workaround change (#214514)
by aokblast
· 5 days ago
c24acd4
[lldb] Fix the lazy initialization of Module's global collections (NFC) (#214630)
by Jonas Devlieghere
· 5 days ago
5391cd9
[lldb][test] Skip the frame 0 expedite test with an out-of-tree debugserver (#214448)
by Yao Qi
· 6 days ago
8b591b9
[Clang][SPIRV] Add __spirv_event_t builtin type (#207077)
by elizabethandrews
· 6 days ago
0d1e837
[lldb] Use the standard GDB remote thread for a non-Wasm process (#214380)
by Jonas Devlieghere
· 6 days ago
c2399e1
[lldb] Split DynamicLoader binary loading into locate and load (NFCI) (#214372)
by Jonas Devlieghere
· 6 days ago
1fdd4c2
[NFC] Add missing <cmath> and <limits> includes across llvm, mlir, lldb, flang, and bolt (#214410)
by Kyungtak Woo
· 6 days ago
dc46d8f
[lldb-dap] Merge parent and user defined env when spawning server. (#213679)
by Ebuka Ezike
· 6 days ago
16c5aa9
[lldb] Convert uses of RegisterTypeFlags into RegisterType (#213886)
by David Spickett
· 6 days ago
0bb975e
[lldb][test] Improve error for C++ compiler detection and improve docs (#214199)
by David Spickett
· 6 days ago
8fe86fb
Revert "[Modules] Handle decl attributes on deserialization the same as during parsing. (#208348)" (#214407)
by Chuanqi Xu
· 6 days ago
3332d35
[lldb][elf-core] Populate memory region names from NT_FILE (#212666)
by Chen Li
· 7 days ago
16ee302
[lldb][API test] TestRunLocker is flakey, fix (#203429)
by Jason Molenda
· 7 days ago
2dfe6ab
[lldb] Rename some register type classes (#213684)
by David Spickett
· 7 days ago
10dde35
[lldb][Python] Fix SBProcessInfoList subscript and iterator (#214038)
by Nerixyz
· 7 days ago
09a28d6
[lldb] Clear stale error in Target::ReadMemory on file-cache fallback (#213451)
by Yao Qi
· 7 days ago
9896fc9
[lldb] Step past a prologue the pc is inside (#213555)
by Jonas Devlieghere
· 8 days ago
859e0eb
[Support][Driver][LLDB] Guard WIN32_LEAN_AND_MEAN definitions with #ifndef (#213045)
by David Young
· 8 days ago
4d2814c
[lldb] Disable TestProcessSaveCoreMinidumpSizeMismatch on Windows hosts (#214044)
by Dmitry Vasilyev
· 8 days ago
03edca6
[lldb][Python] Inline `lldb_iter` for better type inference (#214000)
by Nerixyz
· 8 days ago
53ab2ae
[lldb][test] Skip the API tests a WebAssembly target cannot support (#213788)
by Jonas Devlieghere
· 8 days ago
4d0b891
[LLDB] Serve unknown type symbols through `qSymbol` for non-MachO targets (#200134)
by Aurore Poirier
· 8 days ago
676ab11
[lldb][debugserver] Expedite the stopped frame's stack memory in jThreadsInfo (#212706)
by Yao Qi
· 8 days ago
8fc0c7c
[lldb][Mach-O] Fix load-command loops spinning on cmdsize = 0 (#205134)
by Yao Qi
· 8 days ago
34c3479
[lldb/Interpreter] Remove Interpreter's layering dependency on API (#213754)
by Med Ismail Bennani
· 8 days ago
cf6aaad
[lldb-dap] Migrate setDataBreakpoint and Locations test (#213269)
by Ebuka Ezike
· 9 days ago
c779aeb
[lldb-dap] Migrate extended stackTrace and source test (#213234)
by Ebuka Ezike
· 9 days ago
79ff8e7
[lldb][minidump] write the memory after an unreadable page when saving minidump (#212641)
by satyanarayana reddy janga
· 9 days ago
d3933d3
[lldb] Identify a WebAssembly module by its build id (#213554)
by Jonas Devlieghere
· 9 days ago
91f48ef
[lldb][test] Pick correct frontend depending on test language (#212848)
by Raul Tambre
· 9 days ago
fcd7738
[lldb][bytecode] Improve testing of bytecode section loading (#212568)
by Dave Lee
· 9 days ago
f644907
[lldb][DIL] Validate bitfield extraction ranges (#213055)
by Yao Qi
· 9 days ago
443f85b
[lldb][test] Give a directly created lldb-dap session the init commands (#213553)
by Jonas Devlieghere
· 9 days ago
6d029e8
[lldb] Introduce RegisterType base class for all register type classes (#196960)
by David Spickett
· 9 days ago
9a9eec2
[lldb] Convert all the tests to use require decorator (#213467)
by Charles Zablit
· 9 days ago
092b7fd
[lldb][lldb-server] Update the expected gdbserver's architecture (#210946)
by Ebuka Ezike
· 9 days ago
be08810
[lldb] Fix test_case_insensitivity's register value for canonical/PAC constraints (#213605)
by Med Ismail Bennani
· 9 days ago
8bb5950
[lldb] Skip flaky test_circular_dependency_evaluate_expression_in_get_frame (#213610)
by Med Ismail Bennani
· 9 days ago
84345d3
[lldb][test] Recognize a Wasm trap as a crash (#213551)
by Jonas Devlieghere
· 10 days ago
7d1610d
[lldb] Fix typo in SBUnixSignals.get_unix_signals_list (#213527)
by Nerixyz
· 10 days ago
ecd308f
[lldb] std::move unique_ptrs, rather than calling .release. (#213525)
by Lang Hames
· 10 days ago
e8dcf96
[lldb] Reimplement PythonCallable::GetArgInfo without executing Python code (#213378)
by Med Ismail Bennani
· 11 days ago
Next »