Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Interpreter
/
OptionValueFileSpec.cpp
87e403a
Re-land "Extract construction of DataBufferLLVM into FileSystem"
by Jonas Devlieghere
· 7 years ago
9a89d93
Revert "Extract construction of DataBufferLLVM into FileSystem"
by Davide Italiano
· 7 years ago
1cc0714
Extract construction of DataBufferLLVM into FileSystem
by Jonas Devlieghere
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
4637696
[FileSystem] Extend file system and have it use the VFS.
by Jonas Devlieghere
· 7 years ago
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 7 years ago
1a6d7ab
Narrow the CompletionRequest API to being append-only.
by Raphael Isemann
· 7 years ago
a2e76c0
Replaced more boilerplate code with CompletionRequest (NFC)
by Raphael Isemann
· 7 years ago
937348c
[FileSpec] Make style argument mandatory for SetFile. NFC
by Jonas Devlieghere
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
145d95c
Move Args.cpp from Interpreter to Utility
by Pavel Labath
· 7 years ago
50251fc
Make sure DataBufferLLVM contents are writable
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
7f6a7a3
Remove FileSpec::ReadFileContents.
by Zachary Turner
· 9 years ago
4aa8753
Convert AutoComplete related code to StringRef.
by Zachary Turner
· 9 years ago
e877baa
Remove TimeValue usage from lldb/Interpreter
by Pavel Labath
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
1408bf7
Remove TimeValue usage from FileSpec.h
by Pavel Labath
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
39fb138
Make sure to re-read the file data you can get from OptionValueFileSpec::GetFileContents(...) when the file has changed.
by Greg Clayton
· 11 years ago
c95f7e2
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
by Pavel Labath
· 11 years ago
1f4706c
Fix SettingsCommandTestCase.test_set_error_output_path
by Vince Harron
· 11 years ago
332e8b1
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
by Greg Clayton
· 11 years ago
d78c957
Switch NULL to C++11 nullptr in source/Interpreter
by Ed Maste
· 11 years ago
2e3881c
Remember to clear the cached data for the OptionValueFileSpec in SetValueFromCString.
by Jim Ingham
· 11 years ago
5c98b1c
Change OptionValueFileSpec::SetValueFromCString to strip off whitespace,
by Jason Molenda
· 12 years ago
36d4461
OptionValueFileSpec::SetValueFromCString() is passed a complete file pathname -- it
by Jason Molenda
· 12 years ago
b5ad4ec
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
by Greg Clayton
· 12 years ago
cb7733c
Rolled back r176719 because settings with file names were broken.
by Sean Callanan
· 13 years ago
8773ce2
OptionValueFileSpec shouldn't be doing argument
by Sean Callanan
· 13 years ago
5548cb5
<rdar://problem/12978143>
by Enrico Granata
· 13 years ago
c5e2085
<rdar://problem/12827031>
by Greg Clayton
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
3f9fa52
When OptionValueFileSpec is given a filename starting
by Jason Molenda
· 13 years ago
b5f0fea
Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command.
by Greg Clayton
· 13 years ago
0b0b512
OptionValueFileSpec had an accessor to read the contents of the file and return the data. This can end up being used to get the string contents of a text file and could end up not being NULL terminated. I added accessors to get the file contents raw, or with a null terminator. Added the needed calls to make this happen in the FileSpec and File classes.
by Greg Clayton
· 13 years ago
6920b52
Remove further outdated "settings" code and also implement a few missing things.
by Greg Clayton
· 13 years ago
67cc063
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
by Greg Clayton
· 13 years ago