mirror of
https://github.com/serge1/ELFIO.git
synced 2025-04-16 05:42:31 +00:00
Don't clean() address_translation table
This commit is contained in:
parent
18a691314f
commit
83d1f9b28a
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -71,7 +71,7 @@
|
|||||||
"ignoreFailures": true
|
"ignoreFailures": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"miDebuggerPath": "/home/user/ELFIO/mygdb.sh"
|
"miDebuggerPath": "/home/user/ELFIO/examples/proc_mem/sudo_gdb.sh"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -393,9 +393,6 @@ class elfio
|
|||||||
delete it;
|
delete it;
|
||||||
}
|
}
|
||||||
segments_.clear();
|
segments_.clear();
|
||||||
|
|
||||||
std::vector<address_translation> empty_address_translation;
|
|
||||||
addr_translator.set_address_translation( empty_address_translation );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# The file is used for VSCode debugging ability. Use it as following:
|
# The file is used for VSCode debugging ability. Use it as following:
|
||||||
# "miDebuggerPath": "/home/user/ELFIO/proc_mem/sudo_gdb.sh"
|
# "miDebuggerPath": "/home/user/ELFIO/examples/proc_mem/sudo_gdb.sh"
|
||||||
sudo /usr/bin/gdb "$@"
|
sudo /usr/bin/gdb "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user