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
/
Target
/
Target.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Modernize OptionValue::SetValueChangedCallback
Pavel Labath
2020-01-09
1
-80
/
+48
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-9
/
+9
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
1
-12
/
+0
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-14
/
+0
*
Change Target::FindBreakpointsByName to return Expected<vector>
Joseph Tremoulet
2019-12-04
1
-4
/
+10
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-4
/
+3
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-1
/
+1
*
[lldb][NFC] Make Stream's IndentLevel an unsigned integers.
Raphael Isemann
2019-12-02
1
-1
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-8
/
+6
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-4
/
+3
*
Implement serializing scripted breakpoints and their extra args.
Jim Ingham
2019-10-10
1
-2
/
+1
*
Allow the internal-state-thread free access to the TargetAPI mutex.
Jim Ingham
2019-10-01
1
-0
/
+7
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-3
/
+3
*
[lldb] Limit the amount of zeroes we use for padding when printing small floats
Raphael Isemann
2019-09-04
1
-0
/
+6
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
1
-4
/
+4
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-24
/
+15
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-15
/
+24
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-24
/
+15
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-49
/
+118
*
[API] Remove use of ClangASTContext from SBTarget
Alex Langford
2019-07-31
1
-0
/
+28
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-53
/
+54
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-4
/
+4
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-33
/
+29
*
[TableGen] Move target properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
1
-4
/
+4
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-232
/
+13
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-86
/
+60
*
[Logging] Fix format strings
Jonas Devlieghere
2019-07-23
1
-8
/
+6
*
[Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.
Jonas Devlieghere
2019-07-22
1
-9
/
+8
*
[Target] Fix formatting and whitespace (NFC)
Jonas Devlieghere
2019-07-19
1
-158
/
+148
*
[Target] Return an llvm::Expected from GetEntryPointAddress (NFC)
Jonas Devlieghere
2019-07-19
1
-23
/
+22
*
Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be found
Jason Molenda
2019-07-18
1
-0
/
+38
*
[Target] Remove unused method Target::GetDefaultClangModuleSearchPaths
Alex Langford
2019-07-16
1
-7
/
+0
*
[Target] Replace Plugin headers with non-plugin headers
Alex Langford
2019-07-11
1
-2
/
+1
*
[Target] Decouple ObjCLanguageRuntime from LanguageRuntime
Alex Langford
2019-06-21
1
-2
/
+2
*
[Target] Use llvm::scope_exit to restore m_suppress_stop_hooks value.
Tatyana Krasnukha
2019-06-10
1
-4
/
+5
*
[Target] Generalize some behavior in Target::SymbolsDidLoad
Alex Langford
2019-06-03
1
-6
/
+2
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-2
/
+2
*
Propagate command interpreter errors from lldlbinit
Jonas Devlieghere
2019-05-08
1
-0
/
+1
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-7
/
+4
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-10
/
+20
*
Fix a bug in my change to ModulesDidLoad in r357955.
Jason Molenda
2019-04-22
1
-5
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-10
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-11
/
+28
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
1
-0
/
+10
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-7
/
+7
*
[Expression] Remove unused parameter from Evaluate
Alex Langford
2019-03-05
1
-6
/
+5
*
Resubmit r354706 with a fix for process launch.
Jim Ingham
2019-03-01
1
-19
/
+29
*
Revert r354706 - lit touched my thigh
Jim Ingham
2019-02-23
1
-24
/
+8
*
Make sure that stop-hooks run asynchronously.
Jim Ingham
2019-02-23
1
-8
/
+24
[next]