Sign in
llvm
/
llvm-project
/
lldb
/
HEAD
3d03a8a
[lldb-dap] Migrate stackTrace request to structured types (#173226)
by Sergei Druzhkov
· 3 hours ago
main
master
557e6ea
[lldb/cmake] create staging directory for headers (#173427)
by Jan Palus
· 21 hours ago
36deefc
[lldb] Add Python 3.8 compatibility for lldbtest.py (#173392)
by Ebuka Ezike
· 3 days ago
ac632b0
[lldb] Improve detection of the readline backend (#173379)
by Ebuka Ezike
· 3 days ago
9060b08
[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)
by Ilia Kuklin
· 3 days ago
4c8c637
[lldb][NFC] Remove temp allocation SBCommandReturnObject::PutCString (#173365)
by Ebuka Ezike
· 3 days ago
e2907c9
[lldb][AIX][NFC] Fix clang-format issues (#173337)
by Hemang Gadhavi
· 3 days ago
6be3692
[lldb-dap] refactor monitor thread in tests (#172879)
by Charles Zablit
· 4 days ago
d99913b
[lldb][ObjC][NFC] Use llvm::StringRef::consume_front(char) where possible (#173012)
by Michael Buch
· 4 days ago
89feeea
[lldb-dap] Adjusting the initialize/launch flow to better match the spec. (#171549)
by John Harrison
· 4 days ago
2f398ad
[lldb-dap] Avoid unnecessary allocations when creating variables. (#172661)
by Ebuka Ezike
· 4 days ago
f13d8ae
[lldb-dap][test] Add Python 3.8 compatibility for test suite (#173264)
by Ebuka Ezike
· 4 days ago
ddd60f7
[lldb] Use ReadCStringsFromMemory to speed-up AppleObjCClassDescriptorV2::method_t lookup (#172031)
by Felipe de Azevedo Piovezan
· 4 days ago
34eba35
[lldb][windows] skip TestPlatformProcessLaunchGDBServer.test_launch_with_unusual_process_name (#173250)
by Charles Zablit
· 4 days ago
ff2a4db
[lldb] Add ReadCStrings API to Process (#172026)
by Felipe de Azevedo Piovezan
· 4 days ago
cde04f3
[lldb][AIX] Added Kill() implementation (#169454)
by Dhruv Srivastava
· 5 days ago
25a3f18
[LLDB] Improve error handling in TypeSystemClang::GetChildCompilerTypeAtIndex (#170932)
by Adrian Prantl
· 5 days ago
c210c03
[LLVM][ADT] Make `scope-exit` CTAD-capable (#173131)
by Victor Chernyakin
· 5 days ago
71dd254
[lldb-dap] Migrate restart request to structured types (#172488)
by Sergei Druzhkov
· 6 days ago
e68f62c
[lldb] Recognize MTE faults with EXC_GUARD exception type (#172579)
by Julian Lettner
· 7 days ago
f7f7abe
[lldb][test] Avoid out-of-bounds reads in TestConflictingSymbol.py (#172792)
by Igor Kudrin
· 7 days ago
a7e3d6d
[lldb] Update my email address in maintainers file (#173051)
by David Spickett
· 7 days ago
930be34
[LLDB] Run MSVC STL unordered tests with PDB (#172731)
by nerix
· 7 days ago
0b273e1
[lldb-dap] Do not show warnings on Completions request. (#172917)
by Ebuka Ezike
· 7 days ago
48a771b
[lldb-dap] Document stopOnEntry when attaching. (#172927)
by Ebuka Ezike
· 7 days ago
08bb446
[lldb][API] Make SB-API functions const if possible. (#172687)
by Ebuka Ezike
· 8 days ago
bdb4621
[lldb/test] Fix failure caused by leading zero in TestScriptedFrameProvider.py
by Med Ismail Bennani
· 8 days ago
3e8edea
[lldb] Add priority support to synthetic frame providers (#172848)
by Med Ismail Bennani
· 8 days ago
32ee30c
[lldb-dap] Add missing tablegen dependency to lldb-dap (#172891)
by Dave Lee
· 8 days ago
910bfcf
[lldb-dap][windows] deactivate TestDAP_attach.test_by_name_waitFor on Windows (#172880)
by Charles Zablit
· 8 days ago
0221773
[lldb][windows] only use a ConPTY if needed (#172877)
by Charles Zablit
· 8 days ago
845cba4
[lldb-dap] Do not show memory address on types with no summary (#172670)
by Ebuka Ezike
· 8 days ago
261b63b
[lldb][windows] refactor the version check in @skipIfWindows (#172838)
by Charles Zablit
· 8 days ago
4f37820
[lldb] Fix frame-format string missing space when module is invalid (#172767)
by Med Ismail Bennani
· 8 days ago
6a01774
[lldb] Restrict JITLoaderGDB test to native Linux environments (#172292)
by Stefan Gränitz
· 8 days ago
27bf46f
[LLDB] Run MSVC STL vector tests with PDB (#172726)
by nerix
· 8 days ago
8df6559
[lldb] Use AST nodes as Subscript and BitExtraction arguments in DIL (#169363)
by Ilia Kuklin
· 9 days ago
867178c
[lldb][windows] add Windows Virtual Console support (#168729)
by Charles Zablit
· 9 days ago
8ce215b
[lldb-dap] Bump the version to 0.4.1
by Jonas Devlieghere
· 9 days ago
8d93461
Revert "Make result variables obey their dynamic values in subsequent expressions (#168611)" (#172780)
by Dave Lee
· 9 days ago
46fe6de
[lldb/test] Fix libcxx configuration handling for remote platforms (#172761)
by Med Ismail Bennani
· 9 days ago
23f7545
[lldb] Fix TestIvarProtocols to use +new instead of +alloc (NFC) (#172740)
by Dave Lee
· 9 days ago
f164fd1
[lldb] Prefer exact address match when looking up symbol by address (#172055)
by Augusto Noronha
· 9 days ago
f76ecf3
[lldb][NFCI] Remove unused field in BreakpointResolverName (#172574)
by Alex Langford
· 9 days ago
02e8685
[lldb][ObjC][NFCI] Replace StringLexer with llvm::StringRef (#172466)
by Michael Buch
· 9 days ago
eba428f
[lldb][docs] Fix formatting in troubleshooting guide
by David Spickett
· 10 days ago
be34d73
[lldb][docs] Add register info problems to troubleshooting doc (#171806)
by David Spickett
· 10 days ago
4e17ebf
[lldb] [docs] [sbapi]: fix lldb-forward header name (#172578)
by n2h9
· 10 days ago
32055be
[lldb][ClangASTSource][NFC] Clean up RegisterNamespaceMap (#172520)
by Michael Buch
· 10 days ago
7a93f74
[LLDB] Run MSVC STL atomic tests with PDB (#172349)
by nerix
· 10 days ago
c060cc3
[lldb-dap] Fix Windows build (#172475)
by Sergei Druzhkov
· 10 days ago
2d2d72c
[lldb-dap] Migrate additional requests to stuctured types (#172283)
by Sergei Druzhkov
· 10 days ago
9e0d91a
[lldb][NFCI] Make LookupInfo const (#171901)
by Alex Langford
· 11 days ago
87187dc
[NFC][lldb] fix PseudoTerminal documentation (#172318)
by Charles Zablit
· 11 days ago
2d9fc4d
[lldb][windows] fix a race condition when polling Pipes (#172063)
by Charles Zablit
· 11 days ago
84706b9
[lldb] Respect max packet size limits for MultiMemRead in ProcessGDBRemote (#172022)
by Felipe de Azevedo Piovezan
· 11 days ago
4ecffaa
[lldb][test] Xfail 3 backtrace related tests on Windows on Arm (#172300)
by David Spickett
· 11 days ago
bcbc164
[lldb][AppleObjCDeclVendor] Fix format specifiers when printing log (#172263)
by Michael Buch
· 12 days ago
95910fb
Partially revert "[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166770)" (#172233)
by Raul Tambre
· 12 days ago
63c1d8d
[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166770)
by Raul Tambre
· 12 days ago
9463840
[lldb-dap] Migrate locations request to structured types (#171099)
by Sergei Druzhkov
· 12 days ago
c3c970b
[LLDB][NativePDB] Create typedefs in structs (#169248)
by nerix
· 12 days ago
e7051ed
[lldb] Add unit tests for NonNullSharedPtr (#172173)
by Jonas Devlieghere
· 13 days ago
647ed4f
Revert "[lldb] Still echo the command if we print the error." (#172110)
by Jonas Devlieghere
· 14 days ago
212d670
Revert "[lldb/test] Enable debug info for TestFrameProviderCircularDependency.py"
by Med Ismail Bennani
· 14 days ago
b9968e2
[lldb] Still echo the command if we print the error. (#171931)
by Jonas Devlieghere
· 14 days ago
6ee3ab0
[lldb/test] Enable debug info for TestFrameProviderCircularDependency.py
by Med Ismail Bennani
· 2 weeks ago
2e7e243
[lldb] Add arm32/thumb register layout to Scripted{Frame,Thread} (#172005)
by Med Ismail Bennani
· 2 weeks ago
bdf1aab
[lldb][ClangExpressionParser] Emit more accurate language note for Objective-C++ fallback (#172047)
by Michael Buch
· 2 weeks ago
33023eb
[lldb] fix failing diagnostics test when Unicode is supported (#172038)
by Charles Zablit
· 2 weeks ago
a8fc5ac
[lldb][InstrumentationRuntime] Run sanitizer utility expressions as C (#172019)
by Michael Buch
· 2 weeks ago
e3dd162
[lldb][nfc] Change ProcessGDBRemote::ParseMultiMemReadPacket signature (#172020)
by Felipe de Azevedo Piovezan
· 2 weeks ago
7945ea5
[lldb] improve the heuristics for checking if a terminal supports Unicode (#171832)
by Charles Zablit
· 2 weeks ago
9f2e4ee
[LLDB][NativePDB] Use original struct name when searching for constants (#166845)
by nerix
· 2 weeks ago
705ef03
[LLDB][NFC] Remove redundant target/process checks in SBFrame (#153258)
by Felipe de Azevedo Piovezan
· 2 weeks ago
1bb799f
[lldb-dap] Allow empty memory reference in disassemble arguments (#162517)
by Sergei Druzhkov
· 2 weeks ago
b59a204
Reland [MS][clang] Add support for vector deleting destructors (#170337)
by Mariya Podchishchaeva
· 2 weeks ago
626c245
The C++ dynamic typing tests are failing on Windows, skip for now. (#171922)
by jimingham
· 2 weeks ago
5607ba4
Make result variables obey their dynamic values in subsequent expressions (#168611)
by jimingham
· 2 weeks ago
4f064d8
[lldb] Add WebAssembly platform (#171507)
by Jonas Devlieghere
· 2 weeks ago
62f8e89
[lldb][NFC] Change ObjectFile argument type (#171574)
by Jason Molenda
· 2 weeks ago
657fb1c
[lldb][Formatters] Simplify std::list libc++ formatter matching regex (#147709)
by Michael Buch
· 2 weeks ago
23f6e2d
[lldb][Module] Only log SDK search error once per debugger session (#171820)
by Michael Buch
· 2 weeks ago
afe1bae
[lldb] Correct use_editline check in IOHandlerEditline (#171733)
by Jonas Devlieghere
· 2 weeks ago
75c0ac5
[LLDB] Run MSVC variant test with PDB (#171858)
by nerix
· 2 weeks ago
2d449a3
[lldb][test] Skip all of JSONTransportTest.cpp file on Windows
by David Spickett
· 2 weeks ago
e7be25e
[lldb[test] Fix compiler warning in AdbClientTest.cpp
by David Spickett
· 2 weeks ago
58e572e
[lldb][lldb-dap] Remove unused variable
by David Spickett
· 2 weeks ago
80eeac9
[lldb][test] Fix toolchain-msvc.test for native ARM64 MSVC environment (#171797)
by Omair Javaid
· 2 weeks ago
74a896b
Revert "[lldb] fix failing tests due to CI diagnostics rendering (#171791)
by Charles Zablit
· 2 weeks ago
90c5e27
Add a _regexp-break-add and some more tests for the b alias. (#171236)
by jimingham
· 2 weeks ago
e21a08b
[lldb] fix failing tests due to CI diagnostics rendering (#171685)
by Charles Zablit
· 2 weeks ago
ff7f879
[lldb-dap] Fix running dap_server.py directly for debugging tests. (#167754)
by John Harrison
· 2 weeks ago
0623552
[lldb] Make TestJitBreakPoint.py use LLVM_TOOLS_DIR (#171656)
by Aiden Grossman
· 2 weeks ago
33804a2
[lldb] Stop emitting pointless newline (NFC) (#171531)
by Jonas Devlieghere
· 2 weeks ago
b1b7a89
[lldb] Log when we use fallback register information
by David Spickett
· 2 weeks ago
9af162f
[lldb-dap] enable run-in-terminal test on linux arm. (#171598)
by Ebuka Ezike
· 2 weeks ago
46f7e11
[lldb-dap] enable TestDAP_module on linux (#171584)
by Ebuka Ezike
· 2 weeks ago
26ce70c
[lldb] improve the heuristics for checking if a terminal supports Unicode (#171491)
by Charles Zablit
· 2 weeks ago
5d33440
[lldb] convert jit-loader_rtdyld_elf.test to an API test (#170333)
by Charles Zablit
· 2 weeks ago
Next »