summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/FileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update for llvm change.Rafael Espindola2013-06-131-3/+2
* Use the global functions instead of the Program methods.Rafael Espindola2013-06-121-1/+1
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-0/+2
* A few small fixes to make things like image list notJason Molenda2013-05-061-2/+4
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-0/+4
* Don't return a reference to a local variable, and removed a redundant API.Greg Clayton2013-04-291-13/+3
* Add a few new methods to FileSpec to make it a little easier to workJason Molenda2013-04-291-2/+27
* Fixed being able to mmap an entire file by letting the default args "do the r...Greg Clayton2013-04-201-1/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-3/+2
* Change EnumerateDirectory from using readdir() to using readdir_r()Jason Molenda2013-04-041-2/+13
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Fix a little think-o. In FileSpec::operator== we were trying to figure out w...Jim Ingham2012-11-031-1/+1
* Caught two cases where we were passing a Stream* without checking for NULLEnrico Granata2012-11-031-4/+7
* <rdar://problem/12462048>Greg Clayton2012-10-181-0/+24
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-301-1/+31
* <rdar://problem/11757916>Greg Clayton2012-08-291-9/+32
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-7/+1
* <rdar://problem/10652336>Greg Clayton2012-01-061-4/+16
* <rdar://problem/10507811>Greg Clayton2012-01-041-64/+13
* Fix build under gcc.Johnny Chen2011-10-181-2/+2
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+30
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-3/+3
* Changed to using an "operator bool" instead of an "operator void*"Greg Clayton2011-09-121-3/+2
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-191-1/+1
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-1/+1
* Some OpenBSD patches from Amit Kulkarni.Greg Clayton2011-04-011-0/+2
* Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to iso...Jim Ingham2011-02-081-0/+35
* A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside ofGreg Clayton2011-02-081-3/+11
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-0/+918
OpenPOWER on IntegriCloud