projects
/
platform
/
upstream
/
llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[clang][dataflow] Rename member to make it clear that it isn't stable
[platform/upstream/llvm.git]
/
lldb
/
2022-08-03
Walter Erquinigo
[NFC][trace] format source files
tree
|
commitdiff
2022-08-03
Walter Erquinigo
fix f9b4ea0ce9efb4132a75551c40b2efc049e5b9f7
tree
|
commitdiff
2022-08-02
Jakob Johnson
[trace] Add SBTraceCursor bindings
tree
|
commitdiff
2022-08-02
Jason Molenda
[NFC] Remove no-op code from x86AssemblyInspectionEngin...
tree
|
commitdiff
2022-08-02
Jonas Devlieghere
Revert "[lldb][modules] Disable Clang Modules in source...
tree
|
commitdiff
2022-08-02
Slava Gurevich
[LLDB][NFC] Fix incorrect return status Some functions...
tree
|
commitdiff
2022-08-02
Jakob Johnson
[LLDB] Add SBInstruction::GetControlFlowKind()
tree
|
commitdiff
2022-08-02
Jason Molenda
Inline my uuid_is_null() implementation in a header...
tree
|
commitdiff
2022-08-02
Jason Molenda
Allow firmware binaries to be specified only by load...
tree
|
commitdiff
2022-08-02
Jason Molenda
Revert "Allow firmware binaries to be specified only...
tree
|
commitdiff
2022-08-02
Jason Molenda
Allow firmware binaries to be specified only by load...
tree
|
commitdiff
2022-08-02
Slava Gurevich
[LLDB][NFC] Fix LLDB_WATCH_TYPE_IS_VALID macro
tree
|
commitdiff
2022-08-02
Slava Gurevich
[LLDB][Reliability] Remove dead code.
tree
|
commitdiff
2022-08-02
Pavel Labath
[lldb] Create an enum to specify the kind of ArchSpec...
tree
|
commitdiff
2022-08-02
Muhammad Omair Javaid
[LLDB] Skip buildbot failures AArch64/Windows
tree
|
commitdiff
2022-08-02
Martin Storsjö
[lldb] Silence a GCC warning about missing returns...
tree
|
commitdiff
2022-08-02
Emmmer
[LLDB][RISCV] Add riscv register enums
tree
|
commitdiff
2022-08-01
Slava Gurevich
[LLDB][NFC][Correctness] Fix bad null check
tree
|
commitdiff
2022-08-01
Jakob Johnson
[trace] Replace TraceCursorUP with TraceCursorSP
tree
|
commitdiff
2022-08-01
Jakob Johnson
[trace][intelpt] Update TraceIntelPTBundleSaver.cpp...
tree
|
commitdiff
2022-08-01
Michał Górny
[lldb] [llgs] Support resuming multiple processes via...
tree
|
commitdiff
2022-08-01
Michał Górny
[lldb] [test] Fix test_c_both_nonstop flakiness
tree
|
commitdiff
2022-08-01
Pavel Labath
[lldb] Fix flakyness in TestProcessList
tree
|
commitdiff
2022-07-30
Emmmer
[LLDB][RISCV] Add DWARF Registers
tree
|
commitdiff
2022-07-29
Slava Gurevich
[LLDB][NFC][Reliability] Fixes for int overflow and...
tree
|
commitdiff
2022-07-28
Slava Gurevich
[LLDB] Fix missing return value in SBBreakpointLocation...
tree
|
commitdiff
2022-07-28
Greg Clayton
Cache the value for absolute path in FileSpec.
tree
|
commitdiff
2022-07-28
Greg Clayton
[NFC] Improve FileSpec internal APIs and usage in prepa...
tree
|
commitdiff
2022-07-27
Jonas Devlieghere
[lldb] Read from the Rosetta shared cache with Xcode 14
tree
|
commitdiff
2022-07-27
Jim Ingham
Call WatchpointList::RemoveAll in Target::Destroy.
tree
|
commitdiff
2022-07-27
Arthur Eubanks
[lldb][NFC] Pass ParsedDWARFTypeAttributes as const...
tree
|
commitdiff
2022-07-27
Slava Gurevich
[LLDB][NFC] Fix possible resource leak
tree
|
commitdiff
2022-07-27
Jonas Devlieghere
[DebugInfo] Teach LLVM and LLDB about ptrauth in DWARF
tree
|
commitdiff
2022-07-27
Slava Gurevich
[LLDB][NFC][Reliability] Fix uninitialized variables...
tree
|
commitdiff
2022-07-27
Pavel Labath
[lldb] Always use APFloat for FP dumping
tree
|
commitdiff
2022-07-27
Jakob Johnson
[trace] Add instruction control flow kind to JSON trace...
tree
|
commitdiff
2022-07-27
Matheus Izvekov
[clang] Implement ElaboratedType sugaring for types...
tree
|
commitdiff
2022-07-26
Jakob Johnson
Add string conversion for InstructionControlFlowKind...
tree
|
commitdiff
2022-07-26
Argyrios Kyrtzidis
[lldb/ClangExpressionParser] Fix compiler error due...
tree
|
commitdiff
2022-07-26
Augusto Noronha
[lldb] Disable TestStackFromStdModule.py
tree
|
commitdiff
2022-07-26
Walter Erquinigo
Move GetControlFlowKind's logic to DisassemblerLLVMC.cpp
tree
|
commitdiff
2022-07-26
Walter Erquinigo
[trace][intel pt] Introduce wall clock time for each...
tree
|
commitdiff
2022-07-26
Jim Ingham
StackFrame::GetValueObjectForFrameVariable holds the...
tree
|
commitdiff
2022-07-26
Michael Buch
[LLDB][ClangExpression] Prevent nullptr namespace map...
tree
|
commitdiff
2022-07-26
David Spickett
[lldb][ARM] Use portable printf tokens for 64 bit types
tree
|
commitdiff
2022-07-26
David Spickett
[lldb][ARM] Add tests for vpush/vpop D registers
tree
|
commitdiff
2022-07-26
David Spickett
[lldb][ARM] Misc improvements to TestEmulations
tree
|
commitdiff
2022-07-26
David Spickett
[lldb][ARM] Print mismatched registers in emulation...
tree
|
commitdiff
2022-07-26
David Spickett
[LLDB][ARM] Generalise adding register state in emulati...
tree
|
commitdiff
2022-07-26
David Spickett
[lldb][AArch64] Add support for memory tags in core...
tree
|
commitdiff
2022-07-26
Slava Gurevich
[LLDB][Reliability] Fix register value unpacking
tree
|
commitdiff
2022-07-26
Slava Gurevich
[LLDB][NFC][Reliability] Fix uninitialized variables...
tree
|
commitdiff
2022-07-26
Slava Gurevich
Revert "[LLDB][NFC][Reliability] Fix uninitialized...
tree
|
commitdiff
2022-07-25
Slava Gurevich
[LLDB][NFC][Reliability] Fix uninitialized variables...
tree
|
commitdiff
2022-07-25
Michał Górny
[lldb] [gdb-remote] Refactor killing process and move...
tree
|
commitdiff
2022-07-25
Jonas Devlieghere
[lldb] Make compiler-rt an optional LLDB test dependency
tree
|
commitdiff
2022-07-25
David Spickett
[lldb][AArch64] Use macro for unused var without assert...
tree
|
commitdiff
2022-07-25
Dmitri Gribenko
[lldb][AArch64] Fix an unused variable warning in relea...
tree
|
commitdiff
2022-07-25
David Spickett
[lldb][AArch64] Add UnpackTagsFromCoreFileSegment to...
tree
|
commitdiff
2022-07-25
David Spickett
[lldb][ARM/AArch64] Use sys/uio.h instead of socket...
tree
|
commitdiff
2022-07-24
Kazu Hirata
Use llvm::less_first and llvm::less_second (NFC)
tree
|
commitdiff
2022-07-24
Kazu Hirata
[lldb] Remove redundant member initialization (NFC)
tree
|
commitdiff
2022-07-24
Kazu Hirata
[lldb] Use nullptr instead of NULL (NFC)
tree
|
commitdiff
2022-07-24
Kazu Hirata
[lldb] Use true instead of 0 (NFC)
tree
|
commitdiff
2022-07-23
Augusto Noronha
[lldb] Adapt lldb tests to changes in 71cdb8c6f144
tree
|
commitdiff
2022-07-23
Nico Weber
Revert "[NFC] Improve FileSpec internal APIs and usage...
tree
|
commitdiff
2022-07-23
Dmitri Gribenko
Use the range-based overload of llvm::sort where possible
tree
|
commitdiff
2022-07-22
Augusto Noronha
[lldb] Remote accidental logs left in TestGuiExpandThre...
tree
|
commitdiff
2022-07-22
Augusto Noronha
[lldb] Disable TestGuiExpandThreadsTree
tree
|
commitdiff
2022-07-22
Med Ismail Bennani
Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"
tree
|
commitdiff
2022-07-22
Chelsea Cassanova
[lldb/Fuzzer] Add fuzzer for expression evaluator
tree
|
commitdiff
2022-07-22
Greg Clayton
Cache the value for absolute path in FileSpec.
tree
|
commitdiff
2022-07-22
Greg Clayton
Fix buildbot breakage after https://reviews.llvm.org...
tree
|
commitdiff
2022-07-22
Greg Clayton
Fix buildbot breakage after https://reviews.llvm.org...
tree
|
commitdiff
2022-07-22
Greg Clayton
[NFC] Improve FileSpec internal APIs and usage in prepa...
tree
|
commitdiff
2022-07-22
David Spickett
[lldb][ARM] Invert emulation test assert message
tree
|
commitdiff
2022-07-22
Andy Yankovsky
[lldb] Handle jumping to the end in DW_OP_skip/DW_OP_bra
tree
|
commitdiff
2022-07-22
Michael Buch
[LLDB][ClangExpression] Allow expression evaluation...
tree
|
commitdiff
2022-07-22
Michael Buch
[LLDB][Expression] Allow instantiation of IR Entity...
tree
|
commitdiff
2022-07-22
Michael Buch
[LLDB][NFC] Create variable for hardcoded alignment...
tree
|
commitdiff
2022-07-22
Slava Gurevich
[LLDB][Reliability] Fix accessing invalid iterator
tree
|
commitdiff
2022-07-21
Jorge Gorbe Moya
[lldb][NFCI] Refactor regex filtering logic in CommandO...
tree
|
commitdiff
2022-07-21
Michał Górny
[lldb] [gdb-remote] Fix process ID after following...
tree
|
commitdiff
2022-07-21
Pavel Labath
[lldb/test] Fix flakyness in TestNonStop.test_stdio
tree
|
commitdiff
2022-07-21
Michael Buch
[LLDB][ClangExpression] Fix initialization of static...
tree
|
commitdiff
2022-07-21
Michael Buch
[LLDB][DataFormatter] Add support for std::__map_const_...
tree
|
commitdiff
2022-07-20
Slava Gurevich
[LLDB][NFC][Reliability] Fix uninitialized variables...
tree
|
commitdiff
2022-07-20
Kazu Hirata
Use llvm::is_contained (NFC)
tree
|
commitdiff
2022-07-19
Zequan Wu
[LLDB][NativePDB] Add MSInheritanceAttr when creating...
tree
|
commitdiff
2022-07-19
Jason Molenda
Update docs to note lzfse open source implementation
tree
|
commitdiff
2022-07-19
Jim Ingham
Revert "Make hit point counts reliable for architecture...
tree
|
commitdiff
2022-07-19
Jim Ingham
Revert "This is a followup to https://reviews.llvm...
tree
|
commitdiff
2022-07-18
Jim Ingham
This is a followup to https://reviews.llvm.org/D129814
tree
|
commitdiff
2022-07-18
Jim Ingham
When the module path for `command script import` is...
tree
|
commitdiff
2022-07-18
Jim Ingham
Make hit point counts reliable for architectures that...
tree
|
commitdiff
2022-07-17
Kazu Hirata
Remove redundant return statements (NFC)
tree
|
commitdiff
2022-07-16
Kazu Hirata
Use value instead of getValue (NFC)
tree
|
commitdiff
2022-07-15
Michał Górny
[lldb] [llgs] Improve stdio forwarding in multiprocess...
tree
|
commitdiff
2022-07-15
Michał Górny
[lldb] [test] Skip test_leave_nonstop on Windows
tree
|
commitdiff
2022-07-15
Michał Górny
[lldb] [llgs] Fix disabling non-stop mode
tree
|
commitdiff
next