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
*
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
*
Add the ability to append breakpoints to the save file.
Jim Ingham
2016-09-22
1
-5
/
+27
*
Add the ability to deserialize only breakpoints matching a given name.
Jim Ingham
2016-09-22
1
-0
/
+13
*
Add SB API's for writing breakpoints to & creating the from a file.
Jim Ingham
2016-09-14
1
-0
/
+122
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3799
/
+3432
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-4
/
+7
*
Add an "experimental" setting to disable injecting local variables into expre...
Jim Ingham
2016-07-07
1
-3
/
+67
*
fixits are apparently called fix-its.
Jim Ingham
2016-06-28
1
-1
/
+1
*
fix invalid assumption about the executable module in Target::Install()
Todd Fiala
2016-06-27
1
-1
/
+1
*
Improve watchpoint error reporting specially for arm/aarch64 targets
Omair Javaid
2016-06-27
1
-11
/
+11
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-38
/
+40
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-4
/
+4
[next]