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
/
Core
/
Communication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-3
/
+2
*
[Logging] Fix format strings
Jonas Devlieghere
2019-07-23
1
-10
/
+10
*
[Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.
Jonas Devlieghere
2019-07-22
1
-26
/
+24
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
1
-2
/
+15
*
[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-2
/
+2
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-12
/
+12
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-12
/
+11
*
Move Connection and IOObject interfaces to Utility module
Pavel Labath
2017-06-27
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-12
/
+12
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-8
/
+17
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Add a format_provider for the Timeout class
Pavel Labath
2017-02-10
1
-6
/
+5
*
Get rid of Error::PutToLog().
Zachary Turner
2017-02-06
1
-8
/
+6
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-6
/
+2
*
Introduce Chrono to the Connection class. NFCI.
Pavel Labath
2016-11-25
1
-5
/
+2
*
Fix FreeBSD build error in r287920
Pavel Labath
2016-11-25
1
-2
/
+4
*
Introduce chrono to the Communication class
Pavel Labath
2016-11-25
1
-23
/
+21
*
Remove TimeValue usage from two files
Pavel Labath
2016-11-02
1
-1
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-365
/
+322
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-9
/
+5
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-27
/
+26
*
Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"
Pavel Labath
2016-05-03
1
-4
/
+2
*
Add a read_full_buffer argument to ConnectionFileDescriptor::Read
Pavel Labath
2016-05-03
1
-2
/
+4
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-8
/
+9
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
1
-53
/
+38
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Stop read thread of Communication on EOF
Tamas Berghammer
2015-04-20
1
-4
/
+4
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Fix ProcessIO test failures
Pavel Labath
2015-03-12
1
-1
/
+33
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-6
/
+4
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-13
/
+14
*
Fix on Linux for ReadThread lingering after inferior exits
Todd Fiala
2014-08-21
1
-2
/
+13
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-0
/
+3
*
Missing files for previous checkin that fixed: "script help (lldb.SBThread)" ...
Greg Clayton
2014-01-30
1
-0
/
+10
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-2
/
+2
*
Prevent race in when stopping a "read thread"
Tim Northover
2013-06-27
1
-2
/
+0
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-6
/
+6
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+10
*
Cleaned up the Communication class when it tears down ConnectionFileDescriptor
Greg Clayton
2012-01-31
1
-4
/
+4
*
Fixed an issue where even if the communication object had Clear() called on
Greg Clayton
2011-08-19
1
-1
/
+2
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-1
/
+4
[next]