commit | 466e289dc83e15a88304f7c1359471d741a3551d | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Jul 13 15:39:05 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Jul 13 15:42:48 2017 -0700 |
tree | ad1fe11e389d9f847245b9f325ed97785ffdc8b5 | |
parent | f45395cec016c5737c9019dbf1cacef9247e3690 [diff] |
gdbclient.py: don't use make to dump target info. make dumpvar takes forever (~0.45s per variable on my machine), and the information we want from it is already available in the environment. Construct the paths we need ourselves, instead of relying on make to do it for us, shaving off about a second from a gdbclient.py invocation. Test: gdbclient.py -r ls Change-Id: I8c563da726c8f61a23e2eb701f2f272a4c71d713