Commit Graph

7 Commits

Author SHA1 Message Date
Elliott Hughes
ef3f1e2c1a Warn if you're trying to use gdbclient without "adb root".
Bug: http://b/22715953
Change-Id: If729fbc89ccd65407e8900bc27df8fa4174dd64e
2015-07-24 10:32:07 -07:00
Nikola Veljkovic
4efdec68b0 Fix gdbclient to work with emulator builds
gdbclient got broken by:
https://android-review.googlesource.com/156974

To fix, check for special case when device is actually an emulator,
and set the $DEVICE variable accordingly.

Change-Id: I85d0d520ae1e2ea022aa3e2d08a10cd0b1cb491f
2015-07-09 12:05:13 +02:00
Dmitriy Ivanov
91dcbe968b Use ro.hardware property to detect the device
Bug: http://b/22120411
Change-Id: Ida9bc157b560edbe8c2db67f5df5109c192fef9d
2015-06-29 11:27:30 -07:00
Andreas Gampe
876b092025 Development: change gdbclient GDB selection
Mips now uses the 64-bit version in general. Also simplify the x86
selection.

Bug: 21467410
Bug: 21555893
Change-Id: If0477356d3c3dbf9e0dfbfcabcb098dc7b8aeba2
2015-06-01 15:57:25 -07:00
Christopher Ferris
8981aee6a9 Add a conditional removal of \r\n from adb output.
Bug: 21338668
Change-Id: Iea8804c462f3bd1e5cc24c8f6d12e41b09a15d53
2015-05-20 19:36:54 -07:00
Andreas Gampe
512cc91be2 Development/scripts: Update gdbclient for native bridge
The Nexus Player has a mixed abi-list, but native applications are
still x86. Move x86 ahead to prefer it over arm.

Change-Id: I3e2f3dc0da97b94078f7fd5dc3fede711603961a
2015-04-06 13:29:57 -07:00
Dan Albert
a624edc117 Add gdbclient as a real script.
Makes the modify/test cycle much easier since we don't have to
re-source envsetup each time now.

Change-Id: Ibd942086c91b9cfa598c9329d4e8483102d65fa3
2015-02-12 12:38:17 -08:00