diff options
author | Sverker Eriksson <[email protected]> | 2014-06-03 14:16:06 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-06-03 14:16:06 +0200 |
commit | 0e6516b55dfdb750a7d27cbb5d45e76f2c2e755b (patch) | |
tree | 6ac6443d23735922b58596144c91286036f508e1 /erts/etc | |
parent | 656477cae3abc2b73b1bc31d3d758c5d353b18b2 (diff) | |
download | otp-0e6516b55dfdb750a7d27cbb5d45e76f2c2e755b.tar.gz otp-0e6516b55dfdb750a7d27cbb5d45e76f2c2e755b.tar.bz2 otp-0e6516b55dfdb750a7d27cbb5d45e76f2c2e755b.zip |
erts: Fixup for gdb command etp-cp-1
fdb350a4 increased MI_FUNCTIONS to 13
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/unix/etp-commands.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in index 19c92681d0..6042a5c6f2 100644 --- a/erts/etc/unix/etp-commands.in +++ b/erts/etc/unix/etp-commands.in @@ -1065,8 +1065,8 @@ define etp-cp-1 set $etp_cp_mid = $etp_cp_low + ($etp_cp_high-$etp_cp_low)/2 end if $etp_cp_p - # 12 = MI_FUNCTIONS - set $etp_cp_low = (Eterm**)($etp_cp_p->start + 12) + # 13 = MI_FUNCTIONS + set $etp_cp_low = (Eterm**)($etp_cp_p->start + 13) # 0 = MI_NUM_FUNCTIONS set $etp_cp_high = $etp_cp_low +$etp_cp_p->start[0] set $etp_cp_p = 0 |