mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +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
|
||||
}
|
||||
],
|
||||
"miDebuggerPath": "/home/user/ELFIO/mygdb.sh"
|
||||
"miDebuggerPath": "/home/user/ELFIO/examples/proc_mem/sudo_gdb.sh"
|
||||
}
|
||||
]
|
||||
}
|
@ -393,9 +393,6 @@ class elfio
|
||||
delete it;
|
||||
}
|
||||
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:
|
||||
# "miDebuggerPath": "/home/user/ELFIO/proc_mem/sudo_gdb.sh"
|
||||
# "miDebuggerPath": "/home/user/ELFIO/examples/proc_mem/sudo_gdb.sh"
|
||||
sudo /usr/bin/gdb "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user