Browse Source
gdbstub: Remove global variable from public interface
gdbstub: Remove global variable from public interface
Currently, this is only ever queried, so adding a function to check if the server is enabled is more sensible. If directly modifying this externally is ever desirable, it should be done by adding a function to the interface, rather than exposing implementation details directly.nce_cpp
5 changed files with 23 additions and 16 deletions
-
4src/core/arm/dyncom/arm_dyncom_interpreter.cpp
-
2src/core/arm/skyeye_common/armstate.cpp
-
2src/core/core.cpp
-
20src/core/gdbstub/gdbstub.cpp
-
11src/core/gdbstub/gdbstub.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue