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
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-4
/
+4
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-3
/
+20
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Work with a gdb-remote target that doesn't handle the
Jason Molenda
2018-11-09
1
-2
/
+8
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-14
/
+15
*
Support nwere versions of the Segger J-Link jtag board software.
Jason Molenda
2018-10-23
1
-0
/
+7
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-4
/
+2
*
[target] Fix typo and give bool a default value
Jonas Devlieghere
2018-09-27
1
-5
/
+5
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-78
/
+80
*
Move architecture-specific address adjustment to architecture plugins
Tatyana Krasnukha
2018-09-21
1
-236
/
+9
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-4
/
+16
*
Add a "scripted" breakpoint type to lldb.
Jim Ingham
2018-09-13
1
-0
/
+45
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
1
-3
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Add support for ARM and ARM64 breakpad generated minidump files (version 2).
Greg Clayton
2018-08-06
1
-1
/
+21
*
Revert "Add support for ARM and ARM64 breakpad generated minidump files"
Pavel Labath
2018-08-03
1
-21
/
+1
*
Add support for ARM and ARM64 breakpad generated minidump files
Greg Clayton
2018-08-02
1
-1
/
+21
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-23
/
+23
*
Fix PathMappingList for relative and empty paths after recent FileSpec normal...
Greg Clayton
2018-05-21
1
-5
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-108
/
+96
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
1
-7
/
+8
*
Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...
Greg Clayton
2018-03-15
1
-1
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-13
/
+0
*
Make LLDB's clang module cache path customizable
Adrian Prantl
2018-02-09
1
-0
/
+13
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-39
/
+24
*
Make sure DataBufferLLVM contents are writable
Pavel Labath
2017-12-21
1
-6
/
+7
*
Clean up stop hook output in case a hook restarts.
Jim Ingham
2017-12-05
1
-3
/
+10
*
Move StopInfoOverride callback to the new architecture plugin
Pavel Labath
2017-10-25
1
-39
/
+49
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
1
-1
/
+15
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-0
/
+140
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-54
/
+54
*
Provide a mechanism to do some pre-loading of symbols up front.
Jim Ingham
2017-04-28
1
-0
/
+19
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Add methods to enable using formatv syntax in LLDB.
Zachary Turner
2016-12-16
1
-5
/
+3
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-0
/
+2
*
Convert most of the Process class to Timeout<>
Pavel Labath
2016-11-30
1
-6
/
+3
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-1
/
+1
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-4
/
+4
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-10
/
+10
*
Simplify GetGlobalProperties functions of Thread/Process/Target
Pavel Labath
2016-10-19
1
-5
/
+2
*
Added a setting that enables saving all .o files from a given JIT expression.
Sean Callanan
2016-09-26
1
-0
/
+9
*
Change FileAction::GetPath() to return a StringRef.
Zachary Turner
2016-09-23
1
-21
/
+12
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-4
/
+8
[next]