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
...
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-57
/
+61
*
Fix MSVC build failure in source/Target/Process.cpp.
Eugene Zelenko
2016-03-01
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target/...
Eugene Zelenko
2016-03-01
1
-194
/
+182
*
Make LLDB safer to use with respect to the global destructor chain.
Greg Clayton
2016-02-26
1
-4
/
+5
*
Make sure to #include <atomic> for the std::atomic<bool> that was recently ad...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Make sure the Target, Process and Thread GetGlobalProperties() static methods...
Greg Clayton
2016-02-26
1
-2
/
+6
*
The IOHandlerProcessSTDIO is the _only_ IOHandler that gets pushed and popped...
Greg Clayton
2016-02-26
1
-3
/
+22
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Fix a little threading thinko in StartPrivateStateThread - don't pass stack v...
Jim Ingham
2016-02-04
1
-4
/
+5
*
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
[prev]
[next]