summaryrefslogtreecommitdiff
path: root/debuggerd/handler/debuggerd_handler.cpp
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2017-03-01 23:31:14 -0800
committerbohu <bohu@google.com>2017-03-02 20:46:04 -0800
commitf7d64fd8e1703c54ff01c2e53b0af850977777a0 (patch)
treefa1b1225077928a384d6b755a0194b1ea010d05d /debuggerd/handler/debuggerd_handler.cpp
parentf099dce4a622f2ece313abe71a422489704ee692 (diff)
DO NOT MERGE ANYWHERE Qemu: make the qemu_pipe_open compatible with old apis
Commit c7b098ceb528afc62b1545377201e45f5d37f974 has changed the qemu_pipe_open interface to require the "pipe:" prefix in the service name. However in APIs 24 and before, the "pipe:" prefix is not required This causes quite some confusion and bugs since it is very common to forget the difference when working across differnet APIs. This CL is meant to make qemu_pipe_open work in both cases by doing the following: 1. try the service name as is; 2. if it fails, add 'pipe:' prefix and try the service name again. Change-Id: If9782396c03780fad1aadeb8374eb308517dc963
Diffstat (limited to 'debuggerd/handler/debuggerd_handler.cpp')
0 files changed, 0 insertions, 0 deletions