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 r258546.
Saleem Abdulrasool
2016-01-26
1
-1
/
+0
*
Silence -Wreturn-type warnings
Saleem Abdulrasool
2016-01-22
1
-0
/
+1
*
Placate MVSC after my last commit.
Davide Italiano
2016-01-19
1
-6
/
+2
*
[Process] Remove dead code. All the switch cases are already covered.
Davide Italiano
2016-01-19
1
-2
/
+0
*
Fix some compiler warnings with MSVC 2015.
Zachary Turner
2016-01-13
1
-0
/
+2
*
Re-apply r257117 (reverted in r257138 temporarily),
Jason Molenda
2016-01-08
1
-0
/
+62
*
Revert r257117 "Performance improvement: Change lldb so that it
Jason Molenda
2016-01-08
1
-62
/
+0
*
Performance improvement: Change lldb so that it puts a breakpoint
Jason Molenda
2016-01-08
1
-0
/
+62
*
Fix a typo in Process.cpp
Pavel Labath
2016-01-05
1
-1
/
+1
*
Set the minimum stack size for private state thread to 8MB
Kate Stone
2015-12-17
1
-1
/
+1
*
When printing warnings, the repeat_key should be
Sean Callanan
2015-12-09
1
-1
/
+1
*
Recommit "Fix race during process interruption"
Pavel Labath
2015-12-07
1
-113
/
+100
*
Add a newline at the end of this file
Enrico Granata
2015-12-03
1
-1
/
+1
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-217
/
+22
*
Revert "Fix race during process interruption"
Pavel Labath
2015-12-01
1
-88
/
+111
*
Fix race during process interruption
Pavel Labath
2015-12-01
1
-111
/
+88
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-0
/
+23
*
Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...
Jim Ingham
2015-11-04
1
-0
/
+12
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-1
/
+1
*
Fix race during process detach
Pavel Labath
2015-11-03
1
-34
/
+31
*
Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...
Eugene Zelenko
2015-10-23
1
-68
/
+17
*
Increase default memory cache line size for android
Pavel Labath
2015-10-20
1
-0
/
+7
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
1
-1
/
+2
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-5
/
+13
*
Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...
Jim Ingham
2015-10-12
1
-9
/
+84
*
Resumbit "Fix race condition during process detach"
Pavel Labath
2015-10-07
1
-40
/
+40
*
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
[next]