index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
Linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup and speedup NativeRegisterContextLinux_arm64
Muhammad Omair Javaid
2019-12-06
4
-160
/
+130
*
[lldb] Fix offset intersection bug between MPX and AVX registers
Guilherme Andrade
2019-10-31
4
-2
/
+16
*
NativeProcessLinux: Remove some register context boilerplate
Pavel Labath
2019-09-02
10
-202
/
+114
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
7
-8
/
+8
*
LLGS: fix tracking execve on linux
Pavel Labath
2019-07-25
1
-6
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
4
-30
/
+23
*
Revert "Revert "Add ReadCStringFromMemory for faster string reads""
Antonio Afonso
2019-07-23
1
-1
/
+1
*
Revert "Revert "Implement xfer:libraries-svr4:read packet""
Antonio Afonso
2019-07-23
1
-1
/
+1
*
Don't check the validity of newly contructed data buffers
Pavel Labath
2019-07-01
5
-35
/
+0
*
Revert "Implement xfer:libraries-svr4:read packet"
Pavel Labath
2019-07-01
1
-1
/
+1
*
Remove null checks of results of new expressions
Pavel Labath
2019-07-01
5
-26
/
+0
*
Revert "Add ReadCStringFromMemory for faster string reads"
Antonio Afonso
2019-06-25
1
-1
/
+1
*
[lldb] [Process] Introduce common helpers to split/recombine YMM data
Michal Gorny
2019-06-21
1
-30
/
+8
*
Add ReadCStringFromMemory for faster string reads
Antonio Afonso
2019-06-18
1
-1
/
+1
*
Implement xfer:libraries-svr4:read packet
Antonio Afonso
2019-06-18
1
-1
/
+1
*
Implement GetSharedLibraryInfoAddress
Antonio Afonso
2019-06-14
2
-29
/
+3
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
2
-0
/
+19
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-7
/
+7
*
Simplify Triple::ppc64{,le} checks with Triple::isPPC64()
Fangrui Song
2019-05-16
1
-1
/
+1
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-10
/
+2
*
[lldb] Use local definition of get_cpuid_count
Joseph Tremoulet
2019-04-24
1
-1
/
+18
*
[Process] Fix linux arm64 single step compilation failure
Alex Langford
2019-04-16
1
-0
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
10
-46
/
+0
*
[Linux/x86] Fix writing of non-gpr registers on newer processors
Pavel Labath
2019-04-01
2
-51
/
+71
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-4
/
+8
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
3
-8
/
+8
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-19
/
+19
*
Fix incorrect log messages in NativeProcessLinux (pr40588)
Pavel Labath
2019-02-07
1
-4
/
+4
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
Remove /proc/pid/maps parsing code from NativeProcessLinux
Pavel Labath
2018-12-15
1
-101
/
+18
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
3
-9
/
+0
*
NativeProcessProtocol: Simplify breakpoint setting code
Pavel Labath
2018-11-04
1
-1
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+6
*
Pull FixupBreakpointPCAsNeeded into base class
Pavel Labath
2018-10-03
2
-77
/
+1
*
Pull GetSoftwareBreakpointPCOffset into base class
Pavel Labath
2018-09-30
2
-43
/
+2
*
NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class
Pavel Labath
2018-09-13
2
-12
/
+0
*
Speculative fix for NetBSD bot for r341758
Pavel Labath
2018-09-09
1
-2
/
+2
*
Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-09
2
-66
/
+13
*
Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-08
2
-14
/
+68
*
Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode
Pavel Labath
2018-09-05
2
-68
/
+14
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
9
-10
/
+10
*
Remove more dead code from NativeProcessLinux
Alex Langford
2018-06-08
1
-14
/
+0
*
Delete dead code in NativeProcessLinux
Alex Langford
2018-06-08
1
-149
/
+0
*
Typo fixes.
Bruce Mitchener
2018-05-29
4
-6
/
+6
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
2
-5
/
+1
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
9
-193
/
+170
*
Fix linux s390x build (pr36694)
Pavel Labath
2018-03-13
1
-1
/
+1
*
[LLDB][PPC64] Fixed issues with expedited registers
Pavel Labath
2018-03-06
1
-0
/
+4
[next]