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
*
Ignore clang-module-cache directories that may be created
Jason Molenda
2016-07-19
1
-0
/
+2
*
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
*
Revert "[test] Report error when inferior test processes exit with a non-zero...
Pavel Labath
2016-07-18
2
-11
/
+19
*
[LLVM][MIPS] Revert support for FRE.
Nitesh Jain
2016-07-18
1
-2
/
+4
*
[test] Report error when inferior test processes exit with a non-zero code
Pavel Labath
2016-07-18
2
-19
/
+11
*
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
7
-1270
/
+1537
*
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
*
Fixed the location of the Swift bindings in the Xcode build.
Sean Callanan
2016-07-16
1
-1
/
+1
*
Fixes for standalone build:
Eugene Zelenko
2016-07-15
1
-0
/
+2
*
Fix TestDarwinNSLogOutput for windows
Pavel Labath
2016-07-15
1
-1
/
+1
*
[NPL] Simplify process launch code
Pavel Labath
2016-07-15
2
-180
/
+75
*
Remember to add the testcase I wrote for r274822.
Jim Ingham
2016-07-15
3
-0
/
+102
*
adjust one of the NSLog output tests to only run on macOS 10.12+
Todd Fiala
2016-07-15
1
-0
/
+7
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
41
-931
/
+687
*
Editing multi-line content in a terminal environment involves a lot of
Kate Stone
2016-07-14
2
-41
/
+97
*
removed darwin_log.py file from previous check-in
Todd Fiala
2016-07-14
1
-139
/
+0
*
fix command-line LLDB so NSLog messages show up
Todd Fiala
2016-07-14
8
-0
/
+390
*
Add support for Objective-C class properties.
Greg Clayton
2016-07-14
3
-7
/
+43
*
Upgrade all the .arcconfigs to https.
Benjamin Kramer
2016-07-14
1
-1
/
+1
*
mark newly failing tests as XFAIL
Pavel Labath
2016-07-14
2
-2
/
+6
*
[test] [linux] define PR_SET_PTRACER constants if the system does not provide...
Pavel Labath
2016-07-14
1
-3
/
+8
*
Fix -break-enable/-break-disable commands (MI)
Ilia K
2016-07-14
2
-23
/
+48
*
Added test for setting breakpoints by basename and fullname.
Greg Clayton
2016-07-13
1
-0
/
+67
*
Fix a check in the objc trampoline handler
Stephane Sezer
2016-07-13
1
-1
/
+1
*
Remove comment that isn't needed anymore.
Greg Clayton
2016-07-13
1
-47
/
+0
*
Centralize the way symbol and functions are looked up by making a Module::Loo...
Greg Clayton
2016-07-13
5
-273
/
+311
*
Add "support" for DW_CFA_GNU_args_size to the unwinder
Pavel Labath
2016-07-13
1
-0
/
+20
*
Revert r275223, which committed the wrong thing.
Sean Callanan
2016-07-12
1
-3
/
+0
*
Remove assert since it was crashing the mutli process driver tests. Made the ...
Greg Clayton
2016-07-12
1
-5
/
+16
*
This doesn't compiler on Darwin. Skipping it.
Greg Clayton
2016-07-12
1
-0
/
+1
*
Mark TagDecls as having external visible storage, like ContainerDecls.
Sean Callanan
2016-07-12
1
-0
/
+3
*
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
*
[test] Fix category-based skipping
Pavel Labath
2016-07-12
1
-2
/
+0
*
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
*
Add LLVM build config for BuildAndIntegration.
Stephane Sezer
2016-07-12
1
-0
/
+4
*
Make ThreadPlanStepInstruction's constructor public.
Stephane Sezer
2016-07-12
1
-5
/
+6
*
Apply local patches when building llvm on Mac.
Stephane Sezer
2016-07-12
1
-0
/
+8
*
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
4
-2
/
+56
*
Change the /proc/<pid>/maps to not assert on incorrect input
Tamas Berghammer
2016-07-11
1
-12
/
+9
*
When calling "settings set target.source-map <old-path> <new-path>", make sur...
Greg Clayton
2016-07-08
2
-14
/
+70
*
Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic val...
Enrico Granata
2016-07-08
5
-2
/
+46
[next]