Sign in
llvm
/
llvm-project
/
lldb
/
HEAD
4ba9835
[lldb][NFC] Fix the SPI prototypes in HostInfoMacOSX.mm
by Jason Molenda
· 3 hours ago
main
master
c68274e
Make StopInfoMachException return the right data. (#180088)
by jimingham
· 10 hours ago
bde469b
Cleanup the use of m_is_secondary_thread from PR #179799. (#180255)
by jimingham
· 10 hours ago
2ab60ab
[lldb][test] TestTemplateDiagnosticHint.py: XFAIL on Windows
by Michael Buch
· 11 hours ago
4df9a3c
[lldb-dap] Add validation for RunInTerminal client capability (#180213)
by Ebuka Ezike
· 11 hours ago
2313dca
[lldb] Refactor JSONTransport own MainLoop read handle. (#179564)
by John Harrison
· 11 hours ago
dbb89b1
Revert "[lldb-dap] fix executable substitution in tests (#179685)" (#180241)
by Charles Zablit
· 12 hours ago
8d14323
[lldb][ClangUserExpression] Emit workaround hint when trying to call function templates (#179916)
by Michael Buch
· 13 hours ago
127fba2
[lldb][FreeBSD] Remove MIPS64 unit tests (#180207)
by David Spickett
· 14 hours ago
ccf25be
[lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587)
by Minsoo Choo
· 15 hours ago
4e01546
[lldb][Process] Remove mips64 POSIX support (#179987)
by Minsoo Choo
· 16 hours ago
20fe869
[lldb-dap] Remove end line and column from disassemble response (#180037)
by Ebuka Ezike
· 17 hours ago
219f36e
[lldb] Remove --debug/-d option from lldb (#179978)
by David Spickett
· 20 hours ago
7c2229c
[lldb] Add a new way of loading files from a shared cache (#179881)
by Jason Molenda
· 27 hours ago
ceb6cb3
Disable TestCancelAttach.py for linux -> linux remote (#180092)
by jimingham
· 28 hours ago
b633552
[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)
by Jason Molenda
· 30 hours ago
242cd8c
Fix the modal private state thread we use for running expressions on the private state thread (#179799)
by jimingham
· 30 hours ago
d730011
[lldb-dap][NFC] Create helper function DAP::ProcessIsNotStopped (#180056)
by Ebuka Ezike
· 30 hours ago
f78d79d
[lldb-dap] Split the launch IO redirection tests. (#179974)
by Ebuka Ezike
· 31 hours ago
878b369
[lldb] Broadcast `eBroadcastBitStackChanged` when frame providers change (#171482)
by Adrian Vogelsgesang
· 33 hours ago
81663cf
[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)
by Alex Langford
· 34 hours ago
6a36747
Prevents a potential lock inversion in StatusLine when shutting down. (#179789)
by jimingham
· 35 hours ago
f6dfbdb
[lldb-dap] Improving stability of TestDAP_launch_commands. (#179783)
by John Harrison
· 2 days ago
7a1eef3
[lldb] Remove mips64 support for FreeBSD (#179582)
by Minsoo Choo
· 2 days ago
340d896
[lldb] [Process/Utility] Update code url for FreeBSD in comments (#178556)
by Minsoo Choo
· 2 days ago
78caef9
[lldb][docs] Add FreeBSD kernel debugging information (#179597)
by Minsoo Choo
· 2 days ago
75c9f3e
[lldb-dap] Allow evaluate requests without a frame context (#179667)
by Ebuka Ezike
· 2 days ago
66bdf35
[lldb-dap] Fix flaky TestDAP_stopped_events.py (#179689)
by Ebuka Ezike
· 2 days ago
99f0df7
[lldb][ClangUserExpression][NFC] Move diagnostic fixup into helper function
by Michael Buch
· 2 days ago
4ceb50a
[lldb] [Process/FreeBSDKernel] List threads in correct order (#178306)
by Minsoo Choo
· 2 days ago
e823429
[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)
by Michael Buch
· 2 days ago
3532bbe
[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation option (#177926)
by Michael Buch
· 2 days ago
47bdcf0
[lldb][Expression] Make __lldb_expr function qualifiers match source context (#177922)
by Michael Buch
· 2 days ago
1076cd6
[lldb][Expression] Add API to set/get language-specific expression options (#179208)
by Michael Buch
· 2 days ago
f4ae1a2
[lldb][test] Add SBExpressionOptions parameter to expect_expr (#177920)
by Michael Buch
· 2 days ago
548bfb5
[lldb-dap] fix executable substitution in tests (#179685)
by Charles Zablit
· 2 days ago
f74b875
[lldb]Send statistics in initialized event (#178978)
by GeorgeHuyubo
· 3 days ago
e91607e
[lldb] Add missing include guard in FormatterBytecode.h (#179528)
by Dave Lee
· 3 days ago
573ce19
[lldb][TypeSystemClang] Don't treat float vector types as floating point types (#179213)
by Michael Buch
· 3 days ago
e3e9c62
[lldb-dap] Fix DAP_launch_io.py Test (#179295)
by Ebuka Ezike
· 3 days ago
d1c55ee
[lldb-dap] Migrating 'stopped' event to structured types. (#176273)
by John Harrison
· 4 days ago
3a02ea3
[lldb] Move FormatterBytecode.{h,def} to include/ (#179355)
by Dave Lee
· 4 days ago
208f9fc
[lldb-dap] Add ASan report (#178858)
by Sergei Druzhkov
· 4 days ago
c143b2a
[lldb-dap][NFC] Reuse PrettyPrint instead of pp (#179337)
by Sergei Druzhkov
· 4 days ago
adfa1b0
[lldb][CompilerType] Remove CompilerType::IsFloat (#179212)
by Michael Buch
· 4 days ago
e665bbb
[lldb][TypeSystemClang] Remove mostly unused is_complex output parameter to IsFloatingPointType (#178906)
by Michael Buch
· 4 days ago
1a4e181
[lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904)
by Michael Buch
· 4 days ago
88049f7
[lldb] Fix variable access in old SBFrames after inferior function calls (#178823)
by Med Ismail Bennani
· 4 days ago
923b2f4
Reapply "[lldb] Add FP conversion instructions to IR interpreter" (#179022)
by Igor Kudrin
· 4 days ago
48a14fd
[lldb][NFC] Remove unused method Module::SetUUID (#178803)
by Alex Langford
· 4 days ago
f3c41e6
[lldb-dap] Check the process state before thread or frame validation. (#179202)
by Ebuka Ezike
· 4 days ago
4747068
[lldb] [Process/FreeBSDKernel] Select paniced thread automatically (#178069)
by Minsoo Choo
· 6 days ago
916cc9b
Restore unintentionally changed files
by Igor Kudrin
· 7 days ago
dcc5b82
lldb-dap: Stop using replicated variable ids (#124232)
by Anthony Eid
· 7 days ago
f1426d0
Revert "[lldb] Add FP conversion instructions to IR interpreter (#175292)"
by Igor Kudrin
· 7 days ago
c1c6484
[lldb] Add FP conversion instructions to IR interpreter (#175292)
by Igor Kudrin
· 7 days ago
0bc807a
[lldb] Increment max-children-depth to 5 (#178717)
by Dave Lee
· 8 days ago
0de2ce2
[lldb] Fix typos in property descriptions. (#178757)
by Ryan Mansfield
· 8 days ago
967440f
[lldb] Fix SBBreakpointName::SetEnabled to propagate changes to breakpoints (#178734)
by Ebuka Ezike
· 8 days ago
4febc7a
[lldb] Clean up #includes. NFC.
by Benjamin Kramer
· 8 days ago
0459060
[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)
by Aman LaChapelle
· 8 days ago
7c07c29
[lldb] Fix another typeo. No idea how this compiled for me.
by Jason Molenda
· 8 days ago
44ef096
[lldb] Add explicit namespace qualifiers for two SP types,
by Jason Molenda
· 8 days ago
47964f7
[lldb] Fix a compile error that came up with some compilers
by Jason Molenda
· 8 days ago
1ad67eb
[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)
by Jason Molenda
· 8 days ago
03e1555
[lldb-dap] Improve DetectReplMode (#178740)
by Ebuka Ezike
· 8 days ago
ecfcc11
[lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api (#177676)
by n2h9
· 8 days ago
949ba4e
[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#178574)
by Aman LaChapelle
· 8 days ago
20dd38f
[LLDB][Statistics] Add coreFile to Target stats (#161448)
by Jacob Lalonde
· 8 days ago
812aef6
[lldb] Move ValueImpl and ValueLocker to ValueObject, NFC. (#178573)
by Aman LaChapelle
· 8 days ago
a0b02cd
[lldb-dap] NFC Renaming files for consistency. (#178560)
by John Harrison
· 9 days ago
2970dc4
[lldb][windows] fix unchecked Expected<T> (#178681)
by Charles Zablit
· 9 days ago
5e36b7e
[lldb] [Process/FreeBSD] [Process/FreeBSDKernel] Run clang-format (#178676)
by Minsoo Choo
· 9 days ago
ea47f75
[lldb][SymbolFileDWARF][NFC] Call base class implementation of GetTypeSystemForLanguage (#178667)
by Michael Buch
· 9 days ago
e3d0209
[lldb-dap] Conditionally check UBSan stack trace on Darwin only (#178655)
by Ebuka Ezike
· 9 days ago
0a43ac2
[lldb-dap][windows] allow STDIN to be a console (#178642)
by Charles Zablit
· 9 days ago
c6623ac
[lldb] Refactor command option printing (#178208)
by David Spickett
· 9 days ago
61ae443
Revert "[lldb-dap][windows] allow STDIN to be a console (#178409)" (#178641)
by Charles Zablit
· 9 days ago
c88a0e1
[lldb] Fix UbSan decorator (#177964)
by Ebuka Ezike
· 9 days ago
7b38ef1
[lldb-dap][windows] allow STDIN to be a console (#178409)
by Charles Zablit
· 9 days ago
45816cc
[lldb][test] Add tests for formatting of command option descriptions (#178235)
by David Spickett
· 9 days ago
a4feb47
[lldb] Fix memory monitor shutdown on Linux using eventfd (#178083)
by Ebuka Ezike
· 9 days ago
5a0a60a
Add support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)
by Greg Clayton
· 9 days ago
353ed89
[lldb] Add the ability to load ELF core file executables and shared libraries from memory (#177289)
by Greg Clayton
· 9 days ago
f6317b5
[lldb-dap] Adding more details to 'exceptionInfo'. (#176465)
by John Harrison
· 9 days ago
e22c3c2
Revert "[lldb][windows] fix an invalid cast from a file descriptor to a HANDLE (#178238)" (#178532)
by Charles Zablit
· 9 days ago
e7d99bb
[lldb-dap] Improve test performance by removing negative assertions. (#178041)
by John Harrison
· 9 days ago
2685427
[lldb-dap] Fix debugger initialisation order in DAP::InitializeDebugger (#178022)
by Ebuka Ezike
· 10 days ago
f224d2b
[lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#166455)
by Vladimir Gorsunov
· 10 days ago
0bd8cc5
[lldb][windows] fix an invalid cast from a file descriptor to a HANDLE (#178238)
by Charles Zablit
· 10 days ago
efcadaa
[lldb] Make "help format" test more strict (#178216)
by David Spickett
· 10 days ago
6b23f88
[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)
by Alex Langford
· 10 days ago
0031655
[lldb][NFC] Remove ObjectFile::ResolveSymbolForAddress (#177479)
by Alex Langford
· 10 days ago
43c07c8
[lldb] Fix unchecked llvm::Expected in ObjectFileWasm (#178299)
by Jonas Devlieghere
· 10 days ago
ed874de
[lldb] Enable locate module callback for main executable in launch mode (#176266)
by GeorgeHuyubo
· 10 days ago
970f105
[lldb][UserExpression] Delay deletion of failed user expression (#177921)
by Michael Buch
· 11 days ago
17bde88
[lldb-dap][NFC] Use a lambda instead of std::bind. (#178023)
by Ebuka Ezike
· 11 days ago
b528579
[lldb] Fix Python stderr redirection in test (#177970)
by Ebuka Ezike
· 11 days ago
17f67f7
[lldb] Add MSVC STL std::*_ordering summary providers (#175070)
by Sergei Druzhkov
· 11 days ago
bafbbc5
[lldb][windows] fix ProcessSaveCoreTestCase.test_save_core_to_nonwritable_dir (#178016)
by Charles Zablit
· 11 days ago
Next »