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
*
Cleanup some format string warnings
Luke Drummond
2016-07-28
1
-13
/
+9
*
Fixed up Xcode build for r276976 and r277011.
Todd Fiala
2016-07-28
2
-2
/
+2
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
24
-1022
/
+225
*
Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 ba...
Luke Drummond
2016-07-28
7
-3
/
+588
*
Add some logging to the kernel dynamicloader plugin when we fail to read
Jason Molenda
2016-07-28
1
-0
/
+3
*
Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...
Greg Clayton
2016-07-27
1
-1
/
+1
*
The ARM single-step handling needs to look for breakpoint on the next instruc...
Jim Ingham
2016-07-26
1
-1
/
+2
*
Check both private & public states to decide if you need to halt before killing.
Jim Ingham
2016-07-26
1
-1
/
+4
*
Fix incorrect form test in SymbolFileDWARF
Pavel Labath
2016-07-26
2
-1
/
+2
*
Add support for an additional dictionary in the per-arch plists
Jason Molenda
2016-07-26
2
-0
/
+113
*
DynamicLoaderDarwinKernel will look in four addresses for the kernel
Jason Molenda
2016-07-26
1
-2
/
+3
*
Remove some tab characters that snuck in to my mnost recent edits.
Jason Molenda
2016-07-22
2
-14
/
+14
*
Support loading files even when incorrect file name specified by the linker
Tamas Berghammer
2016-07-22
5
-18
/
+84
*
Fixing layout of elf-core file related structures
Pavel Labath
2016-07-22
2
-39
/
+39
*
Fix a crash when an ELF section symbol have no name
Tamas Berghammer
2016-07-22
1
-2
/
+4
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
6
-0
/
+97
*
Stop printing double { characters on Dictionary StructuredData objects
Jason Molenda
2016-07-21
1
-1
/
+1
*
Add check for non-null log instance in PlatformAndroid.
Oleksiy Vyalov
2016-07-21
1
-1
/
+1
*
Unify process launching code on linux
Pavel Labath
2016-07-21
8
-381
/
+261
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
10
-74
/
+937
*
Fix an issue where LLDB would detect an empty shared cache - which is legitim...
Enrico Granata
2016-07-21
2
-25
/
+43
*
If x/i is followed by x/g, the format should be reset to 'x'.
Jim Ingham
2016-07-20
1
-4
/
+22
*
Add a default-value bool flag pretty_print to the StructuredData Dump methods.
Jason Molenda
2016-07-20
3
-27
/
+53
*
Fix an issue where the libc++ std::list formatter wasn't recognizing the new ...
Enrico Granata
2016-07-19
1
-2
/
+26
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
16
-22
/
+22
*
Add missing headers after header cleanup in r275882.
Chaoren Lin
2016-07-18
1
-0
/
+2
*
make macOS 'launch in terminal' bring terminal to the front during launch
Todd Fiala
2016-07-18
1
-0
/
+1
*
[LLVM][MIPS] Revert support for FRE.
Nitesh Jain
2016-07-18
1
-2
/
+4
*
Implement GetMemoryRegions() for Windows Minidumps and live processes.
Howard Hellyer
2016-07-18
2
-14
/
+80
*
Refactor (with some rewriting) the DynamicLoaderMacOSX plugin into
Jason Molenda
2016-07-17
5
-1269
/
+1528
*
Initialize the "is_loaded" local in LoadModuleAtAddress in
Jason Molenda
2016-07-17
1
-1
/
+1
*
Add missing break stmt to DW_CFA_GNU_args_size case.
Jason Molenda
2016-07-17
1
-0
/
+1
*
[NPL] Simplify process launch code
Pavel Labath
2016-07-15
2
-180
/
+75
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
36
-924
/
+679
*
Editing multi-line content in a terminal environment involves a lot of
Kate Stone
2016-07-14
1
-37
/
+81
*
fix command-line LLDB so NSLog messages show up
Todd Fiala
2016-07-14
3
-0
/
+69
*
Add support for Objective-C class properties.
Greg Clayton
2016-07-14
1
-7
/
+16
*
Fix a check in the objc trampoline handler
Stephane Sezer
2016-07-13
1
-1
/
+1
*
Centralize the way symbol and functions are looked up by making a Module::Loo...
Greg Clayton
2016-07-13
3
-246
/
+224
*
Add "support" for DW_CFA_GNU_args_size to the unwinder
Pavel Labath
2016-07-13
1
-0
/
+20
*
Remove assert since it was crashing the mutli process driver tests. Made the ...
Greg Clayton
2016-07-12
1
-5
/
+16
*
Tweaks to the NSIndexPath formatter to enhance stability
Enrico Granata
2016-07-12
1
-89
/
+118
*
Add logging to Linux Host::GetProcessAndStatInfo.
Oleksiy Vyalov
2016-07-12
1
-4
/
+16
*
Increase "process load" timeout
Pavel Labath
2016-07-12
1
-0
/
+1
*
[NPL] Increase ETXTBSY workaround sleep
Pavel Labath
2016-07-12
1
-1
/
+1
*
Fix a race on process exit
Pavel Labath
2016-07-12
1
-8
/
+0
*
Dwarf parser: don't lookup void typedefs in the DWO
Pavel Labath
2016-07-12
1
-1
/
+1
*
Add some safety checks to Platform::GetRemoteSharedModule so if it
Jason Molenda
2016-07-12
1
-2
/
+18
*
Fixed a threading race condition where we could crash after calling Debugger:...
Greg Clayton
2016-07-11
1
-2
/
+0
*
Fix an issue where one could not define a Python command with the same name a...
Enrico Granata
2016-07-11
1
-2
/
+7
[next]