Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Host
/
common
/
MainLoop.cpp
173946d
Fix typos.
by Bruce Mitchener
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
b1cb0b79
s/LLVM_ON_WIN32/_WIN32/, lldb
by Nico Weber
· 7 years ago
390b4879
MainLoop: avoid infinite loop when pty slave gets closed
by Pavel Labath
· 8 years ago
f93591b
Fix windows build broken in r316915
by Pavel Labath
· 8 years ago
3703310
MainLoop: work around an android libc bug
by Pavel Labath
· 8 years ago
e768daa
Signal polling is supported with pselect (re-land r313704 without a Windows breakage)
by Eugene Zemtsov
· 8 years ago
b207d12
Rollback r313704 because of the Windows build break
by Eugene Zemtsov
· 8 years ago
4ce010e
Signal polling is supported with pselect
by Eugene Zemtsov
· 8 years ago
f40f8fc
Fix NetBSD/FreeBSD build after r308304
by Pavel Labath
· 8 years ago
8c5dafd
[MainLoop] Fix possible use of an invalid iterator
by Petr Pavlu
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
4f1f641
MainLoop: Add unit tests
by Pavel Labath
· 8 years ago
836ad03
Resurrect pselect MainLoop implementation
by Pavel Labath
· 8 years ago
9f3dd75
Resurrect the standalone build of LLDB
by Kamil Rytarowski
· 8 years ago
1182779
Re-landing IPv6 support for LLDB Host
by Chris Bieneman
· 8 years ago
107e694
Revert yesterdays IPv6 patches
by Pavel Labath
· 8 years ago
c2a9e5b
One more attempt and Windows
by Chris Bieneman
· 8 years ago
9317c64
Another netbsd build failure...
by Chris Bieneman
· 8 years ago
32ed478
Buildbot wack-a-mole!
by Chris Bieneman
· 8 years ago
dd94972
ifdefing out the signal handling code on Windows
by Chris Bieneman
· 8 years ago
ea02aa1
Include time.h, and fix a Darwin warning
by Chris Bieneman
· 8 years ago
399249a
Fix Windows bot failure
by Chris Bieneman
· 8 years ago
1a4c748
Removing unused include
by Chris Bieneman
· 8 years ago
38fdb72
Writing multi-platform code is hard...
by Chris Bieneman
· 8 years ago
2515410
Fix broken windows build.
by Chris Bieneman
· 8 years ago
31e7c5e
Update LLDB Host to support IPv6 over TCP
by Chris Bieneman
· 8 years ago
[Renamed (61%) from lldb/source/Host/posix/MainLoopPosix.cpp]
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
c1edf56
Prevent at compile time converting from Error::success() to Expected<T>
by Mehdi Amini
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
a0b67bb
Fix RHEL 6 build with missing cerrno and some other Include What You Use warnings.
by Eugene Zelenko
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
8a67bf7
Add UNUSED_IF_ASSERT_DISABLED and apply it.
by Bruce Mitchener
· 10 years ago
f3898c3
[MainLoop] Fix assertion failure
by Pavel Labath
· 10 years ago
77dc956
Introduce a MainLoop class and switch llgs to use it
by Pavel Labath
· 10 years ago