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
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+24
*
Proper handling of QNonStop packet response.
Ewan Crawford
2015-06-24
1
-0
/
+7
*
Fix a typo in the help.
Jim Ingham
2015-06-16
1
-1
/
+1
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-7
/
+6
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
2015-05-23
1
-0
/
+14
*
Fix handling of hijacked events in synchronous mode
Ilia K
2015-05-20
1
-10
/
+1
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-4
/
+20
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-20
/
+4
*
OperatingSystem plug-ins need to avoid running code when fetching thread list...
Greg Clayton
2015-05-15
1
-0
/
+8
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-4
/
+20
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-1
/
+10
*
Set path syntax for remote executable FileSpec.
Chaoren Lin
2015-05-09
1
-1
/
+2
*
This patch allows LLDB to use the $qXfer:Libraries: packet.
Aidan Dodds
2015-05-08
1
-2
/
+13
*
Don't call the Process::SyncIOHandler in Target::Launch
Ilia K
2015-05-07
1
-12
/
+0
*
Fix process launch from Windows host to Android target.
Chaoren Lin
2015-05-05
1
-0
/
+1
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-3
/
+15
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-0
/
+9
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-2
/
+2
*
Add new virtual method for language runtime plug-ins:
Greg Clayton
2015-04-16
1
-18
/
+0
*
Added a testcase that covers loading a module and
Sean Callanan
2015-04-03
1
-0
/
+20
*
Fix a race condition in Target::Launch
Zachary Turner
2015-03-26
1
-14
/
+23
*
Keep launch info up to date when accessors are called directly (not through "...
Greg Clayton
2015-03-26
1
-0
/
+3
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-2
/
+3
*
Fix Target::Launch in case of synchronous execution
Ilia K
2015-03-23
1
-20
/
+37
*
Initialize ObjC runtime at the right location.
Stephane Sezer
2015-03-23
1
-0
/
+18
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Fix fetching the architecture of the target on process launch
Tamas Berghammer
2015-03-13
1
-0
/
+24
*
Remove unused FileSpec variable from Target::GetSharedModule
Ilia K
2015-03-12
1
-1
/
+0
*
Add =shlibs-added/=shlibs-removed notifications (MI)
Ilia K
2015-03-10
1
-75
/
+69
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+3
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-61
/
+86
*
Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac...
Ilia K
2015-02-13
1
-1
/
+2
*
Add -exec-arguments command
Ilia K
2015-02-13
1
-1
/
+147
*
Introduce the notion of "runtime support values"
Enrico Granata
2015-02-11
1
-1
/
+18
*
As part of the cleanup when a process dies, tell watchpoints to forget their ...
Enrico Granata
2015-02-11
1
-0
/
+21
*
Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...
Oleksiy Vyalov
2015-02-10
1
-0
/
+77
*
Dynamic values have been around (and stable and reliable) for long enough tha...
Enrico Granata
2015-01-09
1
-1
/
+1
*
Audit uses of ConstString::AsCString() to make sure they weren't assuming
Jim Ingham
2014-12-19
1
-2
/
+2
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-28
/
+39
*
This is the meat of the code to add Clang modules
Sean Callanan
2014-12-05
1
-0
/
+16
*
This is the first step of making lldb able to create target-specific things
Jim Ingham
2014-11-22
1
-2
/
+17
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-3
/
+37
*
Added functions to the C++ API, for the benefit of non-8-bit byte architectures.
Matthew Gardiner
2014-10-22
1
-0
/
+6
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-3
/
+3
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-1
/
+2
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
1
-0
/
+7
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-12
/
+11
*
Reverse out r219169 related to quote handling.
Todd Fiala
2014-10-10
1
-16
/
+0
[next]