-
- Downloads
Add some debug utilities
This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems.
Showing
- CMakeLists.txt 239 additions, 0 deletionsCMakeLists.txt
- Makefile 231 additions, 0 deletionsMakefile
- build.yaml 11 additions, 0 deletionsbuild.yaml
- src/core/ext/client_channel/client_channel.c 6 additions, 0 deletionssrc/core/ext/client_channel/client_channel.c
- src/core/ext/client_channel/client_channel.h 4 additions, 0 deletionssrc/core/ext/client_channel/client_channel.h
- src/core/ext/debug/debugger_macros.c 71 additions, 0 deletionssrc/core/ext/debug/debugger_macros.c
- src/core/ext/debug/debugger_macros.h 39 additions, 0 deletionssrc/core/ext/debug/debugger_macros.h
- src/core/lib/channel/connected_channel.c 3 additions, 3 deletionssrc/core/lib/channel/connected_channel.c
- src/core/lib/channel/connected_channel.h 5 additions, 0 deletionssrc/core/lib/channel/connected_channel.h
- templates/test/core/end2end/end2end_defs.include 3 additions, 0 deletionstemplates/test/core/end2end/end2end_defs.include
- test/core/end2end/end2end_nosec_tests.c 3 additions, 0 deletionstest/core/end2end/end2end_nosec_tests.c
- test/core/end2end/end2end_tests.c 3 additions, 0 deletionstest/core/end2end/end2end_tests.c
- tools/buildgen/plugins/expand_filegroups.py 1 addition, 1 deletiontools/buildgen/plugins/expand_filegroups.py
- tools/run_tests/generated/sources_and_headers.json 23 additions, 1 deletiontools/run_tests/generated/sources_and_headers.json
- vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj 124 additions, 0 deletionsvsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj
- vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj.filters 264 additions, 0 deletions...cts/vcxproj/grpc_test_util/grpc_test_util.vcxproj.filters
- vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj 493 additions, 0 deletions...j/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj
- vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj.filters 1064 additions, 0 deletions...est_util_unsecure/grpc_test_util_unsecure.vcxproj.filters
Loading
Please register or sign in to comment