Popular repositories Loading
-
-
llvm-project
llvm-project PublicForked from llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at…
LLVM
-
gala
gala PublicForked from sivachandra/gala
An adapter package which enables GDB Python API in LLDB
Python
904 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
July 2025
Created 11 commits in 1 repository
Created a pull request in llvm/llvm-project that received 32 comments
[BinaryFormat] Add "SFrame" structures and constants
This patch defines the structures and constants used by the SFrame unwind info format supported by GNU binutils. For more information about the for…
Opened 7 other pull requests in 1 repository
llvm/llvm-project
1
open
6
merged
-
[Object] Parsing and dumping of SFrame FDEs
This contribution was made on Jul 21
-
[elf] Add support for {SHT,PT}_GNU_SFRAME constants
This contribution was made on Jul 15
-
[support] Add packed_endian_specific_integral::value()
This contribution was made on Jul 10
-
[support] Make ScopedPrinter compatible with bitmask enums
This contribution was made on Jul 8
-
[Object] Beginnings of SFrame parser and dumper
This contribution was made on Jul 7
-
[Support] Add signed operations to DataExtractor
This contribution was made on Jul 7
-
[lldb] Add linux test for the three-arg version of getProcFile
This contribution was made on Jul 1
Reviewed 63 pull requests in 1 repository
llvm/llvm-project
25 pull requests
-
[lldb] refactor PlatformAndroid
This contribution was made on Jul 25
-
[Object] Parsing and dumping of SFrame FDEs
This contribution was made on Jul 25
-
[lldb][test] Fix running TestWithLimitDebugInfo.py on Windows
This contribution was made on Jul 25
-
[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels
This contribution was made on Jul 25
-
[lldb][windows] use Windows APIs to print to the console
This contribution was made on Jul 25
-
[lldb] Zero extend APInt when piece size is bigger than the bitwidth
This contribution was made on Jul 25
-
[LLDB][NativePDB] Allow type lookup in namespaces
This contribution was made on Jul 25
-
[lldb] Allow building using Mingw-w64 on Windows.
This contribution was made on Jul 24
-
[lldb][docs] Add section on testing with QEMU user
This contribution was made on Jul 16
-
[lldb] Print children-count warning for dwim-print and expr
This contribution was made on Jul 16
-
[Object] Beginnings of SFrame parser and dumper
This contribution was made on Jul 16
-
[lldb] Fix a crash in lldb-server during RemoveSoftwareBreakpoint()
This contribution was made on Jul 16
-
[LLDB] Switch to using DIL as default implementation for 'frame var'.
This contribution was made on Jul 15
-
[LLDB] Add formatters for MSVC STL std::(forward_)list
This contribution was made on Jul 14
-
[lldb][test] TestProcessSaveCoreMinidump: Rename duplicate test-case
This contribution was made on Jul 14
-
[BinaryFormat] Add "SFrame" structures and constants
This contribution was made on Jul 14
-
[lldb] Update JSONTransport to use MainLoop for reading.
This contribution was made on Jul 14
-
[lldb-dap] persistent assembly breakpoints
This contribution was made on Jul 14
-
[lldb] Update the String table offset based on the DWARF format
This contribution was made on Jul 14
-
[lldb] Document the SBDebugger public interface
This contribution was made on Jul 11
-
[LLDB] Check comp_unit before accessing it in DIL
This contribution was made on Jul 10
-
[lldb][test] Merge MSVC STL std::(u8)string tests into generic directory
This contribution was made on Jul 9
-
[lldb][test] Move std::ranges::ref_view from libcxx to generic directory
This contribution was made on Jul 9
-
[lldb][test] Move std::function from libcxx to generic directory
This contribution was made on Jul 9
-
[lldb][test] Move std::initializer_list from libcxx to generic directory
This contribution was made on Jul 9
- Some pull request reviews not shown.
Created an issue in llvm/llvm-project that received 2 comments
LLDB crashes evaluating a no_unique_address structure with tail padding
(Note you need to have assertions enabled for this to crash. With assertions disabled this seems to work, but presumably the assertion is there for…