mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-01 04:04:32 +01:00
Make dump_syms output an INFO CODE_ID line that includes the code file and code identifier. (Currently disabled to give Breakpad users time to update their processor code.)
R=mark at http://breakpad.appspot.com/180001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@710 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d192a71e24
commit
d35f113d02
7 changed files with 211 additions and 16 deletions
|
|
@ -87,6 +87,9 @@ class WindowsStringUtils {
|
|||
// without setting wcs.
|
||||
static bool safe_mbstowcs(const string &mbs, wstring *wcs);
|
||||
|
||||
// The inverse of safe_mbstowcs.
|
||||
static bool safe_wcstombs(const wstring &wcs, string *mbs);
|
||||
|
||||
// Returns the base name of a file, e.g. strips off the path.
|
||||
static wstring GetBaseName(const wstring &filename);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue