summaryrefslogtreecommitdiff
path: root/lua_scripts
diff options
context:
space:
mode:
authorMika Westerberg <ext-mika.1.westerberg@nokia.com>2008-11-13 15:14:07 +0200
committerLauri Leukkunen <lle@rahina.org>2008-12-07 04:32:46 +0200
commit431c356a047d7b6323460f2a12300ae6b7ee58be (patch)
tree021ad74c6598b7318c62091f8da6bf56df8be362 /lua_scripts
parent236aef10174837c6fde8c7534dc03a2105b7a358 (diff)
Support to start ARM binaries under qemu gdbserver.
- Added command 'qemu-debug-exec' to sb2-show. This command prints out whole command line that can be used to start ARM binary under qemu gdbserver. - Added new script: sb2-qemu-gdbserver-prepare that does some preliminary sanity checks before calling sb2-show.
Diffstat (limited to 'lua_scripts')
-rw-r--r--lua_scripts/pathmaps/emulate/00_default.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/emulate/00_default.lua b/lua_scripts/pathmaps/emulate/00_default.lua
index e816a61..450e0be 100644
--- a/lua_scripts/pathmaps/emulate/00_default.lua
+++ b/lua_scripts/pathmaps/emulate/00_default.lua
@@ -48,6 +48,8 @@ mapall_chain = {
{path = "/usr/bin/sb2-show", use_orig_path = true,
readonly = true},
+ {path = "/usr/bin/sb2-qemu-gdbserver-prepare",
+ use_orig_path = true, readonly = true},
{prefix = target_root, use_orig_path = true,
readonly = target_root_is_readonly},