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