Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Core
/
SourceManager.cpp
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
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
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
1cc0714
Extract construction of DataBufferLLVM into FileSystem
by Jonas Devlieghere
· 7 years ago
dbd7fab
[FileSystem] Remove Exists() from FileSpec
by Jonas Devlieghere
· 7 years ago
4637696
[FileSystem] Extend file system and have it use the VFS.
by Jonas Devlieghere
· 7 years ago
991e445
Don't type-erase the SymbolContextItem enumeration.
by Zachary Turner
· 7 years ago
7e9649b
Remove byte counting from SourceManager [NFC]
by Raphael Isemann
· 7 years ago
2078632
Move the column marking functionality to the Highlighter framework
by Raphael Isemann
· 7 years ago
2d437f6
Remove manual byte counting from Highlighter code.
by Raphael Isemann
· 7 years ago
566afa0
[LLDB] Added syntax highlighting support
by Raphael Isemann
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
2f3df61
iwyu fixes for lldbCore.
by Zachary Turner
· 8 years ago
7f6a7a3
Remove FileSpec::ReadFileContents.
by Zachary Turner
· 9 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
3dc342eb
Remove TimeValue usage from lldb/Core. NFC.
by Pavel Labath
· 9 years ago
1408bf7
Remove TimeValue usage from FileSpec.h
by Pavel Labath
· 9 years ago
5a8ad459
Make lldb -Werror clean on Windows.
by Zachary Turner
· 9 years ago
0509203
Fix for loop sign fix in r282112 for column = 0
by Ed Maste
· 9 years ago
ac77fe3
Fix integer sign warning from r282105
by Ed Maste
· 9 years ago
9666ba7
add stop column highlighting support
by Todd Fiala
· 9 years ago
95eae42
Make lldb::Regex use StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
03439a8
Silence some MSVC warnings.
by Stephane Sezer
· 10 years ago
99558cc4
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
by Greg Clayton
· 10 years ago
0d5b0a8
Centralize where we update the source file contents in SourceManager::GetFile() in case APIs are called that don't update the source.
by Greg Clayton
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
633a29c
Further reduce header footprint of Debugger.h.
by Zachary Turner
· 11 years ago
75f11eb
Fix the missleading indentation. Fix CID 1096332
by Sylvestre Ledru
· 11 years ago
44d9378
Merging the iohandler branch back into main.
by Greg Clayton
· 12 years ago
2490f5c
Fix a bunch of compile time warnings and a build failure on ubuntu.
by Eric Christopher
· 12 years ago
9585fbf
<rdar://problem/13443931>
by Greg Clayton
· 13 years ago
4a89501
<rdar://problem/12537646>
by Greg Clayton
· 13 years ago
e4ca515
<rdar://problem/13404189>
by Greg Clayton
· 13 years ago
f6cdd12
Fixed an bug found by running LLDB with the address sanitizer! We were accessing one past the end of the buffer.
by Greg Clayton
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
196bbc2
Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the
by Jim Ingham
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
1f74607
<rdar://problem/11757916>
by Greg Clayton
· 13 years ago
d804d28
<rdar://problem/8196933>
by Greg Clayton
· 14 years ago
9df05fb
Extended function lookup to allow the user to
by Sean Callanan
· 14 years ago
64bab48
rdar://problem/10227672
by Johnny Chen
· 14 years ago
6f6bf26
<rdar://problem/9958446> <rdar://problem/10561406>
by Greg Clayton
· 14 years ago
b6d70eb
Added ClangNamespaceDecl * parameters to several
by Sean Callanan
· 14 years ago
f327775
Don't look up main to find the default source file till somebody actually asks for it.
by Jim Ingham
· 14 years ago
969795f
Add a new breakpoint type "break by source regular expression".
by Jim Ingham
· 14 years ago
e37d605
SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger
by Jim Ingham
· 14 years ago
b7f6b2f
Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line.
by Jim Ingham
· 14 years ago
644247c
Added "target variable" command that allows introspection of global
by Greg Clayton
· 14 years ago
7e14f91
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
by Greg Clayton
· 14 years ago
176761e
Added a new option to the "source list" command that allows us to see where
by Greg Clayton
· 14 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 15 years ago
9625d08
Fixed an issue in our source manager where we were permanently caching source
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago