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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't search for module resources at all if the setting is set to "false".
Greg Clayton
2014-08-18
2
-4
/
+6
*
Fix an issue with source file groupings in the CMake build.
Zachary Turner
2014-08-18
1
-1
/
+1
*
add missing break. Fix CID 1229446 & 1203680
Sylvestre Ledru
2014-08-18
1
-3
/
+5
*
Fix the missleading indentation. Fix CID 1096332
Sylvestre Ledru
2014-08-18
1
-1
/
+1
*
Fix the missleading indentation. Fix CID 1096300
Sylvestre Ledru
2014-08-18
1
-3
/
+3
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
7
-8
/
+94
*
Enable the data formatter for std::vector<bool> on libc++ again. In recent cl...
Enrico Granata
2014-08-16
1
-0
/
+2
*
When attempting to print function names with arguments in frame formatting, a...
Enrico Granata
2014-08-16
1
-1
/
+23
*
In order for the debug script filename to be valid as a module name, LLDB doe...
Enrico Granata
2014-08-16
5
-7
/
+40
*
In the CMake build, convert lldbHost to be a single static library.
Zachary Turner
2014-08-15
8
-85
/
+66
*
Add functions to ClangASTContext to get integer types of a given byte size
Enrico Granata
2014-08-15
1
-0
/
+57
*
Try to fix the Make build
Zachary Turner
2014-08-15
2
-0
/
+17
*
Remove another of the llvm given warnings from the list of
Eric Christopher
2014-08-15
1
-3
/
+4
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
25
-592
/
+677
*
Missed a few places where we need to report unreadable executables.
Greg Clayton
2014-08-15
6
-24
/
+66
*
Don't crash when specifying a core file that isn't readable.
Greg Clayton
2014-08-15
4
-9
/
+58
*
Fix a thinko in the process list formatting.
Jim Ingham
2014-08-15
1
-6
/
+15
*
Fix typo in error message.
Eric Christopher
2014-08-14
1
-1
/
+1
*
fix the _regexp-break command to allow quotes around the name:
Greg Clayton
2014-08-14
1
-1
/
+1
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
12
-189
/
+183
*
Don't enable STDIN for cases where we are supplying lines to be run in the em...
Greg Clayton
2014-08-14
1
-2
/
+2
*
gcc_esp_i386 and gcc_ebp_i386 had their values backwards for
Jason Molenda
2014-08-13
1
-2
/
+10
*
Fixed launching in shell on haswell enabled Macs to work more than once when ...
Greg Clayton
2014-08-12
1
-1
/
+3
*
llgs: corrected Linux signal reception notification for SIGABRT, SIGSEGV and ...
Todd Fiala
2014-08-12
1
-81
/
+84
*
Fix iohandler prompt race condition.
Todd Fiala
2014-08-12
4
-3
/
+49
*
Fix incorrect Linux i386 register info initialization on x86_64.
Todd Fiala
2014-08-12
1
-1
/
+1
*
Fetching the parent frame may fail, handle that case. Patch from Tong Shen.
Jim Ingham
2014-08-11
2
-3
/
+8
*
Remove a few uses of LLDB_DISABLE_POSIX.
Zachary Turner
2014-08-11
4
-21
/
+0
*
Patch to enable LLDB to extract value bytes from DWARF block forms and udata/...
Enrico Granata
2014-08-11
2
-5
/
+52
*
Fix some typos:
Sylvestre Ledru
2014-08-11
3
-4
/
+4
*
Windows: update for LLVM API change
Saleem Abdulrasool
2014-08-09
1
-1
/
+0
*
Host: remove unused function
Saleem Abdulrasool
2014-08-09
1
-21
/
+0
*
Implement some common file operations on Windows.
Zachary Turner
2014-08-09
2
-60
/
+111
*
Fix a bug where SetFilePermissions was calling MakeDirectory.
Zachary Turner
2014-08-09
1
-1
/
+1
*
Fix bug causing FileSpec::GetPath() to crash with a null dest.
Zachary Turner
2014-08-08
1
-0
/
+3
*
Fix some python shutdown / ordering issues.
Zachary Turner
2014-08-08
1
-1
/
+5
*
Add an option to suppress the persistent result variable when running Evaluat...
Jim Ingham
2014-08-08
1
-0
/
+13
*
Fix a thinko in the memory allocator that was causing us to strand an allocat...
Jim Ingham
2014-08-08
1
-7
/
+9
*
Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...
Jim Ingham
2014-08-08
1
-12
/
+4
*
Disable the command pipe in ConnectionFileDescriptor for Windows.
Zachary Turner
2014-08-07
1
-1
/
+8
*
Revert "Fix the build broken as a result of deleting jit from LLVM."
Zachary Turner
2014-08-07
2
-1
/
+4
*
r215124 missed a few Mac OS X only uses of FileSpec::Resolve, fixing to match
Jim Ingham
2014-08-07
1
-11
/
+10
*
StringLexer: Fix CMake build
David Majnemer
2014-08-07
1
-0
/
+1
*
Use standard realloc so FreeBSD Host.cpp can use glibc
Ed Maste
2014-08-07
1
-3
/
+7
*
Add a StringLexer utility class that can be used when you have string data th...
Enrico Granata
2014-08-07
1
-0
/
+93
*
Optimizations for FileSpec.
Zachary Turner
2014-08-07
5
-172
/
+108
*
Fix FileSpec to be able to understand Windows paths.
Zachary Turner
2014-08-07
2
-45
/
+74
*
Fix the build broken as a result of deleting jit from LLVM.
Zachary Turner
2014-08-07
2
-4
/
+1
*
Fixed the build broken by the r215046.
Hafiz Abid Qadeer
2014-08-07
1
-2
/
+2
*
Fix ProcessKDP after Host/Socket addition
Keno Fischer
2014-08-06
1
-2
/
+3
[next]