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
/
Process.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix race condition during process detach"
Pavel Labath
2015-09-28
1
-34
/
+40
*
Fix race condition during process detach
Pavel Labath
2015-09-23
1
-40
/
+34
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+2
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-13
/
+16
*
Fix logging message
Pavel Labath
2015-09-03
1
-1
/
+1
*
Fix rare failure in TestProcessIO
Pavel Labath
2015-09-03
1
-6
/
+5
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
1
-49
/
+49
*
Make ProcessGDBRemote get a //copy// of platform Unix signals.
Chaoren Lin
2015-09-01
1
-1
/
+1
*
Feedback from Jim: Change the "optimized code" warning to be entirely
Jason Molenda
2015-08-10
1
-0
/
+14
*
Second part of indicating when the user is stopped in optimized code.
Jason Molenda
2015-08-06
1
-1
/
+55
*
Add some initial logging for when lldb is searching for binaries,
Jason Molenda
2015-07-25
1
-0
/
+5
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-0
/
+1
*
More packet performance improvements.
Greg Clayton
2015-07-17
1
-1
/
+6
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
1
-0
/
+8
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-7
/
+7
*
Don't select a thread that stopped for a signal that was
Jim Ingham
2015-07-08
1
-1
/
+14
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+3
*
Fix the handling of the run lock in cases where you needed to run
Jim Ingham
2015-06-23
1
-7
/
+12
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-1
/
+1
*
Fixed a deadlock that was slowing down processes when they shut down. A 3 sec...
Greg Clayton
2015-06-03
1
-2
/
+2
*
Fix a race condition where 2 threads might try to call Process::SetExitStatus...
Greg Clayton
2015-06-01
1
-10
/
+8
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-7
/
+8
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Change ProcessEventData over to use a std::weak_ptr to a process intead of a ...
Greg Clayton
2015-05-29
1
-10
/
+21
*
Fix race in IOHandlerProcessSTDIO
Pavel Labath
2015-05-28
1
-74
/
+55
*
I finally found the strong reference that was keeping all lldb_private::Proce...
Greg Clayton
2015-05-28
1
-0
/
+7
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-51
/
+29
*
Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
2015-05-23
1
-1
/
+16
*
Implement attach to process on Windows.
Zachary Turner
2015-05-20
1
-1
/
+5
*
Fix handling of hijacked events in synchronous mode
Ilia K
2015-05-20
1
-2
/
+6
*
OperatingSystem plug-ins need to avoid running code when fetching thread list...
Greg Clayton
2015-05-15
1
-0
/
+14
*
Fix Process::ResumeSynchronous which waits a process even in case of error
Ilia K
2015-04-30
1
-5
/
+7
*
Formatting fix.
Jim Ingham
2015-04-22
1
-1
/
+2
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-4
/
+7
*
Add new virtual method for language runtime plug-ins:
Greg Clayton
2015-04-16
1
-1
/
+17
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-1
/
+1
*
Don't return a reference to a temp variable.
Greg Clayton
2015-04-02
1
-3
/
+0
*
Fix a crasher that could happen when you run LLDB and evaluate an expression ...
Greg Clayton
2015-04-02
1
-2
/
+27
*
Fix Process::Finalize to do Process::Destroy if needed after r233255
Ilia K
2015-03-26
1
-2
/
+20
*
Fix -gdb-exit to detach if was attached or destroy otherwise (MI)
Ilia K
2015-03-26
1
-26
/
+9
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+10
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-0
/
+1
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-3
/
+0
*
Fix broadcasters for interpreter and process:
Ilia K
2015-03-17
1
-1
/
+1
*
Fix ProcessIO test failures
Pavel Labath
2015-03-12
1
-3
/
+6
*
Fix race condition with -o "process launch" on linux
Pavel Labath
2015-03-06
1
-0
/
+4
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+1
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-1
/
+61
*
Revert "Fix warnings found with clang-cl."
Zachary Turner
2015-02-25
1
-1
/
+1
[next]