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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add $vAttach support to llgs.
Todd Fiala
2014-07-29
2
-0
/
+45
*
Teach LLDB about Windows processes.
Zachary Turner
2014-07-28
4
-0
/
+322
*
Add debug asserts / sanity checks to
Jason Molenda
2014-07-24
1
-0
/
+19
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-1
/
+11
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
4
-6
/
+6
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
2
-42
/
+68
*
linux process: silence GCC switch coverage warning
Saleem Abdulrasool
2014-07-20
1
-0
/
+2
*
Modify the EFI KDP debugging to not use any dynamic loader since it does manu...
Greg Clayton
2014-07-16
1
-1
/
+35
*
Modified gdb-remote tests to run with automatically-chosen ports.
Todd Fiala
2014-07-14
1
-3
/
+17
*
lldb needs to support DW_op_piece masks for values in subregister and also to...
Greg Clayton
2014-07-12
1
-0
/
+2
*
Fix a type mismatch in NativeProcessLinux that shows up in 32-bit builds.
Todd Fiala
2014-07-10
1
-1
/
+1
*
Fixes for broken Debian build - g++ 4.7 support.
Todd Fiala
2014-07-10
1
-5
/
+5
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
4
-7
/
+7
*
Fix typos.
Bruce Mitchener
2014-07-08
4
-4
/
+4
*
lldb - problem with some PTRACE_* constants in NativeProcessLinux.cpp file
Todd Fiala
2014-07-02
1
-1
/
+15
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-7
/
+7
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
26
-32
/
+32
*
Fix typos.
Bruce Mitchener
2014-07-01
5
-16
/
+16
*
This creates a valid Python API for Windows, pending some issues. The changes...
Deepak Panickal
2014-07-01
1
-1
/
+1
*
Use native ::pid_t in Linux ProcessMonitor (local debugging).
Todd Fiala
2014-07-01
1
-14
/
+19
*
Fix Windows build after llgs upstream.
Zachary Turner
2014-07-01
1
-0
/
+2
*
Fixup Windows build breaks for the llgs upstream.
Todd Fiala
2014-06-30
7
-55
/
+41
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
32
-159
/
+8926
*
Factored out Linux proc file reading into separate class.
Todd Fiala
2014-06-30
3
-0
/
+140
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
5
-22
/
+28
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-4
/
+4
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
5
-1
/
+55
*
Temporarily roll back the parts of r211241 where I fixed a
Jason Molenda
2014-06-23
2
-2
/
+2
*
lldb: deal with non-portable PTRACE-related constants
Todd Fiala
2014-06-23
1
-0
/
+20
*
Remove useless call
Sylvestre Ledru
2014-06-21
1
-1
/
+0
*
Fix a gdbremote bug in _M/_m stub support detection.
Todd Fiala
2014-06-21
1
-2
/
+6
*
Fixed the "log enable gdb-remote packets" to support dumping the binary memor...
Greg Clayton
2014-06-20
1
-3
/
+42
*
Add a lock in the UnwindTable class so two Targets won't try
Jason Molenda
2014-06-18
2
-2
/
+2
*
Avoid crashing on invalid or unreadable ELF core
Ed Maste
2014-06-17
1
-1
/
+2
*
Move x86-specific struct user code for Linux ProcessMonitor behind #define gu...
Todd Fiala
2014-06-16
1
-0
/
+4
*
Properly terminated POSIX register sets with LLDB_INVALID_REGNUM.
Todd Fiala
2014-06-14
1
-11
/
+17
*
Add a check that we found an ABI plugin before calling a method on it.
Jason Molenda
2014-06-13
1
-1
/
+1
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-10
/
+4
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
6
-0
/
+93
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-1
/
+2
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-1
/
+1
*
Avoid passing null signal name for Log %s argument
Ed Maste
2014-05-28
1
-3
/
+7
*
Change ProcessKDP::DoReadMemory() to break up large memory
Jason Molenda
2014-05-21
1
-1
/
+25
*
Add support for gdb remote $X stop notification.
Todd Fiala
2014-05-19
1
-0
/
+1
*
Refactored RegisterInfoInterface into its own header.
Todd Fiala
2014-05-16
17
-37
/
+57
*
lldb: gdb remote support always falls back to $qC when no $qProcessInfo.
Todd Fiala
2014-05-14
1
-15
/
+12
*
Change ProcessElfCore::CreateInstance() to check if the ELF magic bytes
Jason Molenda
2014-05-07
1
-1
/
+1
*
Modify debugserver to follow gdb remote $qC protocol definition.
Todd Fiala
2014-05-07
2
-6
/
+52
*
Change ProcessGDBRemote::DoReadMemory to use the x packet to read
Jason Molenda
2014-05-06
2
-4
/
+154
*
Add GetxPacketSupported to test if the 'x' packet is supported.
Jason Molenda
2014-05-06
2
-0
/
+24
[next]