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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-6053
/
+5555
*
Fix build breakage in r280692
Pavel Labath
2016-09-06
1
-1
/
+1
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+18
*
Remove unused variables.
Zachary Turner
2016-08-31
1
-2
/
+0
*
Fix mismatched new/free in Process:RunPrivateStateThread
Pavel Labath
2016-08-24
1
-3
/
+2
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+154
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-154
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+154
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-3
/
+11
*
Centralize all select() calls into one place so that we can take advantage of...
Greg Clayton
2016-08-10
1
-15
/
+11
*
Fixup r277011 - wrong use of infinite timeout
Pavel Labath
2016-07-29
1
-1
/
+1
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-89
/
+48
*
Check both private & public states to decide if you need to halt before killing.
Jim Ingham
2016-07-26
1
-1
/
+4
*
Fix a race on process exit
Pavel Labath
2016-07-12
1
-8
/
+0
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-0
/
+33
*
Process::StopForDetachOrDestroy should actually return an error if it can't s...
Jim Ingham
2016-06-28
1
-1
/
+1
*
[lldb] Fixed race conditions on private state thread exit
Cameron Desrochers
2016-06-14
1
-26
/
+28
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
1
-6
/
+0
*
Lock out Process::RunThreadPlan so only one can be in flight at a time.
Jim Ingham
2016-05-24
1
-1
/
+4
*
We have many radars showing that stepping through C++ code can result in slow...
Greg Clayton
2016-05-23
1
-1
/
+11
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-100
/
+94
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-1
/
+1
*
Fix some long standing issues that caused tests to be flaky.
Greg Clayton
2016-05-12
1
-35
/
+33
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-12
/
+6
*
Revert "LLDB: Fixed two race conditions when stopping private state thread"
Pavel Labath
2016-04-19
1
-4
/
+8
*
LLDB: Fixed two race conditions when stopping private state thread
Marianne Mailhot-Sarrasin
2016-04-19
1
-8
/
+4
*
Miscellaneous fixes for big-endian systems
Ulrich Weigand
2016-04-14
1
-1
/
+1
*
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
Jason Molenda
2016-04-07
1
-1
/
+1
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
1
-1
/
+13
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-32
/
+40
*
Only try to load the OS plug-in after a shared library load if we don't alrea...
Greg Clayton
2016-03-15
1
-1
/
+4
*
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
[next]