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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added newline at end of file to avoid compiler warning.
Greg Clayton
2014-08-18
1
-1
/
+1
*
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
*
Update comment for functionality not present in ObjectFile
Ed Maste
2014-08-17
1
-16
/
+4
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
8
-8
/
+114
*
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
6
-8
/
+42
*
In the CMake build, convert lldbHost to be a single static library.
Zachary Turner
2014-08-15
8
-85
/
+66
*
Still trying to fix the Make build. Link lldbHostPosix to liblldb
Zachary Turner
2014-08-15
1
-0
/
+3
*
Add functions to ClangASTContext to get integer types of a given byte size
Enrico Granata
2014-08-15
2
-0
/
+80
*
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
30
-661
/
+800
*
Fix dependency ordering for the xpc file installs.
Jason Molenda
2014-08-15
1
-1
/
+1
*
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
5
-9
/
+67
*
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
*
Update .gitignore for MacOSX
Zachary Turner
2014-08-14
1
-0
/
+2
*
fix the _regexp-break command to allow quotes around the name:
Greg Clayton
2014-08-14
1
-1
/
+1
*
Fix 'pid' and 'executable' fields in the list-thread-group.
Hafiz Abid Qadeer
2014-08-14
1
-19
/
+28
*
Implementation of exec-run using lldb API.
Hafiz Abid Qadeer
2014-08-14
1
-10
/
+35
*
Fix command "gdb-set" to handle long option --threadgroup and accept --longOp...
Deepak Panickal
2014-08-14
7
-6
/
+43
*
Modification to clang-format style.
Zachary Turner
2014-08-14
1
-1
/
+2
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
16
-250
/
+251
*
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
*
<rdar://problem/18001677>
Han Ming Ong
2014-08-13
1
-20
/
+14
*
Update clang-format file.
Zachary Turner
2014-08-13
1
-0
/
+3
*
Use consistent capitalization for ENABLE_THREADS in tests
Ed Maste
2014-08-13
2
-2
/
+2
*
Get test executables compiling on Windows.
Zachary Turner
2014-08-13
31
-138
/
+201
*
gcc_esp_i386 and gcc_ebp_i386 had their values backwards for
Jason Molenda
2014-08-13
1
-2
/
+10
*
Add comment explaining the dwarf v. eh_frame register numbering used
Jason Molenda
2014-08-13
1
-1
/
+6
*
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
6
-86
/
+230
*
Fix iohandler prompt race condition.
Todd Fiala
2014-08-12
5
-3
/
+69
*
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
3
-5
/
+63
*
Fix some typos:
Sylvestre Ledru
2014-08-11
14
-17
/
+17
*
Also build lldb-gdbserver under KFreeBSD
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
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
4
-62
/
+114
*
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
4
-15
/
+21
[next]