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
*
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
*
Use shell cat command as a workaround if ADB stat cannot lookup a file.
Oleksiy Vyalov
2016-07-08
3
-14
/
+86
*
Add an API to unwind from a hand-called expression.
Jim Ingham
2016-07-08
3
-0
/
+36
*
Fix it so that we only grab the typedef from the module DWARF file if the typ...
Greg Clayton
2016-07-07
1
-24
/
+36
*
Fix DWARF 4 bitfield support in LLDB to support the DW_AT_data_bit_offset att...
Greg Clayton
2016-07-07
1
-8
/
+18
*
Check whether Sema::CreateBuiltinUnaryOp returns an empty result.
Jim Ingham
2016-07-07
1
-0
/
+2
*
Add an "experimental" setting to disable injecting local variables into expre...
Jim Ingham
2016-07-07
5
-9
/
+90
*
Respect ANDROID_SERIAL environment variable used by ADB
Luke Drummond
2016-07-07
1
-6
/
+12
*
[LLGS] Work around an adb bug on Android <=M
Pavel Labath
2016-07-07
1
-0
/
+12
*
Bump up timeout in TestCallWithTimeout
Pavel Labath
2016-07-07
1
-2
/
+2
*
Fix for PrintStackTraces
Ravitheja Addepally
2016-07-07
3
-0
/
+78
*
Try to fix the OSX build with old SDK after r274725
Tamas Berghammer
2016-07-07
1
-2
/
+12
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
12
-30
/
+203
*
debugserver will now report the minimum version load command
Jason Molenda
2016-07-07
2
-0
/
+47
*
Add support to debugserver for some new ways to interact with dyld
Jason Molenda
2016-07-07
7
-193
/
+658
*
"frame variable" and "target variable" shouldn't allow us to get the address ...
Greg Clayton
2016-07-06
1
-14
/
+18
*
LLDB reads incorrect memory ranges when displaying bitfields when reading bit...
Greg Clayton
2016-07-06
1
-2
/
+10
*
Enhance FuncUnwinders::GetUnwindPlanAtNonCallSite to detect when we
Jason Molenda
2016-07-06
2
-4
/
+78
*
Fix the installation of the vector<bool> data formatters in order to restore ...
Enrico Granata
2016-07-06
1
-4
/
+2
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
16
-82
/
+199
*
Fix ADB client disconnect issues.
Oleksiy Vyalov
2016-07-06
4
-25
/
+106
*
Add oat symbolization support for odex files
Tamas Berghammer
2016-07-06
2
-6
/
+8
[next]