/aosp12/frameworks/compile/libbcc/gdb_plugin/ |
H A D | android-commands.py | 28 import gdb 109 raise gdb.GdbError("Unable to read ANDROID_BUILD_TOP. " \ 166 raise gdb.GdbError("Error starting adb " + str(largs)) 334 class AndroidStatus(gdb.Command): 401 gdb.execute(cmd, from_tty) 485 except gdb.GdbError, e: 639 raise gdb.GdbError("Unable to find awk script " \ 705 raise gdb.GdbError(self._usage()) 727 class SetAndroidDevice (gdb.Command): 738 raise gdb.GdbError(self._usage) [all …]
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
H A D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
H A D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
H A D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
H A D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
/aosp12/system/sepolicy/private/ |
H A D | runas_app.te | 9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf, 13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes. 16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
|
H A D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/ |
H A D | lit.site.cfg | 61 config.gdb = inferTool(lit, 'arm-linux-androideabi-gdb', 'GDB', 102 lit.note('using GDB: %r' % config.gdb)
|
H A D | README | 33 - gdb (Tested with gdb 7.3 from Ubuntu 11.10)
|
/aosp12/art/tools/ |
H A D | art | 46 --gdb Launch the Android Runtime in gdb. 369 --gdb)
|
/aosp12/build/make/core/ |
H A D | process_wrapper_gdb.sh | 17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | runas.te | 3 # ndk-gdb invokes adb shell run-as.
|
H A D | adbd.te | 97 # ndk-gdb invokes adb forward to forward the gdbserver socket. 102 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | runas.te | 4 # ndk-gdb invokes adb shell run-as.
|
H A D | adbd.te | 92 # ndk-gdb invokes adb forward to forward the gdbserver socket. 97 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
|
H A D | untrusted_v2_app.te | 41 # gdbserver for ndk-gdb ptrace attaches to app process.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | runas.te | 4 # ndk-gdb invokes adb shell run-as.
|
H A D | adbd.te | 90 # ndk-gdb invokes adb forward to forward the gdbserver socket. 95 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
|
/aosp12/system/nfc/src/fuzzers/ |
H A D | fuzz.sh | 135 …$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb --directory=$ANDROID_BUILD_TOP -ex "target remo…
|
H A D | README.md | 97 * "fuzz gdb" setup gdb instance with the fuzz input so you can debug a
|
/aosp12/art/test/testrunner/ |
H A D | testrunner.py | 138 gdb = False variable 416 if gdb: 660 if gdb: 1084 global gdb 1191 gdb = True
|