summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackSlotColoring.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-20 07:53:45 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-20 07:53:45 +0000
commit4dc72284b254925713e08f5cf8d992d28a4a6412 (patch)
treea857abb4492a83c9a7ccd737b6e7e3db04d199f0 /llvm/lib/CodeGen/StackSlotColoring.cpp
parentc6bc90089351bda5903c2a67d716bc9db8d7ef11 (diff)
downloadbcm5719-llvm-4dc72284b254925713e08f5cf8d992d28a4a6412.tar.gz
bcm5719-llvm-4dc72284b254925713e08f5cf8d992d28a4a6412.zip
Fixed the async packets (packets that need to be sent to the GDB server
while the inferior is running) to be fast. The previous code would always cause the sender to timeout, yet still return success due to the way we were waiting for a value (incorrect value) to change. Now the ProcessGDBRemote plug-in has a public and private "is running" predicate. This allows things that need to send async packets to interrupt and wait for the private "is running" state to be flipped to false, and then resume quickly with no timeout. llvm-svn: 123903
Diffstat (limited to 'llvm/lib/CodeGen/StackSlotColoring.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud