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
/
Host
/
common
/
FileSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-3
/
+2
*
Change EnumerateDirectory from using readdir() to using readdir_r()
Jason Molenda
2013-04-04
1
-2
/
+13
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Fix a little think-o. In FileSpec::operator== we were trying to figure out w...
Jim Ingham
2012-11-03
1
-1
/
+1
*
Caught two cases where we were passing a Stream* without checking for NULL
Enrico Granata
2012-11-03
1
-4
/
+7
*
<rdar://problem/12462048>
Greg Clayton
2012-10-18
1
-0
/
+24
*
OptionValueFileSpec had an accessor to read the contents of the file and retu...
Greg Clayton
2012-08-30
1
-1
/
+31
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-9
/
+32
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-7
/
+1
*
<rdar://problem/10652336>
Greg Clayton
2012-01-06
1
-4
/
+16
*
<rdar://problem/10507811>
Greg Clayton
2012-01-04
1
-64
/
+13
*
Fix build under gcc.
Johnny Chen
2011-10-18
1
-2
/
+2
*
this patch introduces a new command script import command which takes as inpu...
Enrico Granata
2011-10-17
1
-1
/
+30
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-3
/
+3
*
Changed to using an "operator bool" instead of an "operator void*"
Greg Clayton
2011-09-12
1
-3
/
+2
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
1
-1
/
+1
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-1
/
+1
*
Some OpenBSD patches from Amit Kulkarni.
Greg Clayton
2011-04-01
1
-0
/
+2
*
Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to iso...
Jim Ingham
2011-02-08
1
-0
/
+35
*
A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside of
Greg Clayton
2011-02-08
1
-3
/
+11
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-0
/
+918
[prev]