Home
last modified time | relevance | path

Searched refs:gdb (Results 1 – 25 of 57) sorted by relevance

123

/aosp12/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py28 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 Drunas_app.te9 # 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 Drunas.te3 # ndk-gdb invokes adb shell run-as.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Drunas_app.te9 # 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 Drunas.te3 # ndk-gdb invokes adb shell run-as.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Drunas_app.te9 # 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 Drunas.te3 # ndk-gdb invokes adb shell run-as.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Drunas_app.te9 # 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 Drunas.te3 # ndk-gdb invokes adb shell run-as.
/aosp12/system/sepolicy/private/
H A Drunas_app.te9 # 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 Drunas.te3 # ndk-gdb invokes adb shell run-as.
/aosp12/frameworks/compile/libbcc/tests/debuginfo/
H A Dlit.site.cfg61 config.gdb = inferTool(lit, 'arm-linux-androideabi-gdb', 'GDB',
102 lit.note('using GDB: %r' % config.gdb)
H A DREADME33 - gdb (Tested with gdb 7.3 from Ubuntu 11.10)
/aosp12/art/tools/
H A Dart46 --gdb Launch the Android Runtime in gdb.
369 --gdb)
/aosp12/build/make/core/
H A Dprocess_wrapper_gdb.sh17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Drunas.te3 # ndk-gdb invokes adb shell run-as.
H A Dadbd.te97 # 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 Drunas.te4 # ndk-gdb invokes adb shell run-as.
H A Dadbd.te92 # 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 Duntrusted_v2_app.te41 # gdbserver for ndk-gdb ptrace attaches to app process.
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Drunas.te4 # ndk-gdb invokes adb shell run-as.
H A Dadbd.te90 # 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 Dfuzz.sh135 …$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb --directory=$ANDROID_BUILD_TOP -ex "target remo…
H A DREADME.md97 * "fuzz gdb" setup gdb instance with the fuzz input so you can debug a
/aosp12/art/test/testrunner/
H A Dtestrunner.py138 gdb = False variable
416 if gdb:
660 if gdb:
1084 global gdb
1191 gdb = True

123