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
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable the command pipe in ConnectionFileDescriptor for Windows.
Zachary Turner
2014-08-07
1
-1
/
+8
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-925
/
+153
*
Rewrote the initial DW_OP_piece support to be able to support opcodes like:
Greg Clayton
2014-07-31
1
-1
/
+63
*
When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...
Greg Clayton
2014-07-29
1
-0
/
+9
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
1
-2
/
+6
*
Fix the MSVC build. MSVC does not support constexpr.
Zachary Turner
2014-07-28
1
-1
/
+1
*
Make sure we don't crash if someone (E.G.) comments out on entry from g_core_...
Greg Clayton
2014-07-23
1
-6
/
+11
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
2
-3
/
+3
*
PluginManager: Don't cast from void-pointer to pointer-to-function
David Majnemer
2014-07-22
1
-2
/
+16
*
Mangled: Fix an 'unused variable' warning on GNU/Linux
David Majnemer
2014-07-22
1
-2
/
+1
*
Dramatically improves C++ demangling performance by introducing a new impleme...
Kate Stone
2014-07-22
3
-2
/
+2220
*
Improve LLDB's embedded C++ demangler by addressing the following two issues:
Kate Stone
2014-07-22
1
-4
/
+5
*
LLDB now correctly handles virtual inheritance.
Greg Clayton
2014-07-19
2
-6
/
+38
*
Add kalimba as a platform.
Todd Fiala
2014-07-16
1
-1
/
+1
*
lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.
Greg Clayton
2014-07-14
1
-0
/
+9
*
lldb needs to support DW_op_piece masks for values in subregister and also to...
Greg Clayton
2014-07-12
2
-3
/
+24
*
Allow generic ARM cores to match any more specific ARM architecture.
Greg Clayton
2014-07-12
1
-1
/
+9
*
Remove assert now that we have a 'i' character that might come through as wel...
Greg Clayton
2014-07-11
1
-1
/
+0
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-27
/
+4
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
If a hand-called function is interrupted by hitting a breakpoint, then
Jim Ingham
2014-07-08
1
-0
/
+14
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
1
-43
/
+14
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-1
/
+1
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-7
/
+9
*
Add Kalimba support to ArchSpec.
Todd Fiala
2014-07-01
1
-2
/
+6
*
Fix typos.
Bruce Mitchener
2014-07-01
6
-14
/
+14
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
2
-7
/
+7
*
Fix a few typos.
Bruce Mitchener
2014-06-27
4
-14
/
+14
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-1
/
+5
*
Command files that switch input handlers didn't work, now they do.
Greg Clayton
2014-06-20
1
-3
/
+23
*
Core: address comparison of signed and unsigned types
Saleem Abdulrasool
2014-06-13
1
-2
/
+4
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
3
-0
/
+531
*
Added the ability to save core files:
Greg Clayton
2014-06-13
1
-3
/
+22
*
Multi-line expressions in Xcode now have a space between the line number and ...
Greg Clayton
2014-06-11
1
-1
/
+1
*
Restore select limitations comment for non-Apple platforms
Ed Maste
2014-06-11
1
-0
/
+6
*
Remove duplicated code
Ed Maste
2014-06-10
1
-180
/
+21
*
Windows fix: Disable editline for MSVC. Since r208369 there have been issues,...
Colin Riley
2014-06-03
1
-1
/
+2
*
Fix most of the remaining Windows build warnings.
Todd Fiala
2014-06-02
2
-45
/
+48
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
2
-12
/
+66
*
Fixed the Module::Module(ModuleSpec) constructor to properly copy the file of...
Greg Clayton
2014-05-29
1
-2
/
+2
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-2
/
+2
*
Correct comment for thread name log option
Ed Maste
2014-05-21
1
-1
/
+1
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
8
-30
/
+81
*
Fix the copy constructor and assignement operator for the lldb_private::Value...
Greg Clayton
2014-05-16
1
-2
/
+4
*
Replace SIZE_T_MAX with std::numeric_limits value in Section.cpp.
Todd Fiala
2014-05-14
1
-1
/
+4
*
Don't assert and crash when sections are malformed.
Greg Clayton
2014-05-14
1
-11
/
+16
*
"process kill" and "process detach" were causing double prompts or prompts th...
Greg Clayton
2014-05-08
1
-2
/
+4
*
Revert bad checkin that use incorrect member field.
Greg Clayton
2014-05-08
1
-1
/
+0
[next]