mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
392 B
C++
9 lines
392 B
C++
|
|
// Read debug info from |obj_file| and park it in a Module, returned
|
|
// via |module|. Caller owns the Module and is responsible for
|
|
// deallocating it. Note that |debug_dirs| is ignored.
|
|
bool ReadSymbolData(const string& obj_file,
|
|
const std::vector<string> &debug_dirs,
|
|
SymbolData symbol_data,
|
|
google_breakpad::Module** module);
|