android-gdb icon indicating copy to clipboard operation
android-gdb copied to clipboard

GDB fork targetting Android/Fennec development

Results 6 android-gdb issues
Sort by recently updated
recently updated
newest added

The native libs on the Nexus 9 appear to be 64-bit. Or at least some of them. And this confuses jimdb currently. When attaching, I get: gdb.error: "/Users/snorp/source/jimdb-arm/lib/HT4BAJT01519/system/bin/app_process": not in...

We have a fork that adds in Objective-C support (although a bit hacky in places) at https://github.com/apportable/gdb. Let me know if you'd like a pull request.

When I run moz-gdb/bin/gdb on my Ubuntu 12.04 machine, with a Galaxy S device connected, I get: ``` GNU gdb (GDB) 7.3-android-github.com/darchons Copyright (C) 2011 Free Software Foundation, Inc. License...

For example, (gdb) call (int)getpid()

Sometimes when doing operations on symbols I get crashes in lookup_objfile_from_block() on symtab.c:1260 The BLOCKVECTOR on struct symtab *s is NULL which is presumably the cause of the crash. The...

Seems like not all target threads are stopped when gdbserver attaches. Need to investigate.