[email protected] | bf4b632 | 2013-11-26 04:39:26 | [diff] [blame] | 1 | ; Copyright 2013 The Chromium Authors. All rights reserved. |
2 | ; Use of this source code is governed by a BSD-style license that can be | ||||
3 | ; found in the LICENSE file. | ||||
[email protected] | 91f0755 | 2013-11-13 10:01:01 | [diff] [blame] | 4 | LIBRARY "chrome_elf.dll" |
5 | |||||
6 | EXPORTS | ||||
Sigurdur Asgeirsson | a9a1e91 | 2017-08-31 21:28:02 | [diff] [blame] | 7 | ; When functions are added to this file, they must also be added to |
Penny MacNeil | 73cde6de | 2018-01-29 22:56:53 | [diff] [blame] | 8 | ; chrome_elf_x64.def |
Sigurdur Asgeirsson | a9a1e91 | 2017-08-31 21:28:02 | [diff] [blame] | 9 | |
Sigurdur Asgeirsson | db6acf7 | 2017-09-01 19:22:58 | [diff] [blame] | 10 | ; From components/crash/content/app/crash_export_stubs.cc |
Sigurdur Asgeirsson | db6acf7 | 2017-09-01 19:22:58 | [diff] [blame] | 11 | CrashForException_ExportThunk |
Sigurdur Asgeirsson | e0e63f4 | 2018-02-28 00:05:42 | [diff] [blame] | 12 | DumpHungProcessWithPtype_ExportThunk |
Sigurdur Asgeirsson | 70c33ff | 2018-02-09 20:08:06 | [diff] [blame] | 13 | GetCrashpadDatabasePath_ExportThunk |
Sigurdur Asgeirsson | db6acf7 | 2017-09-01 19:22:58 | [diff] [blame] | 14 | GetCrashReports_ExportThunk |
Sigurdur Asgeirsson | db6acf7 | 2017-09-01 19:22:58 | [diff] [blame] | 15 | InjectDumpForHungInput_ExportThunk |
16 | RequestSingleCrashUpload_ExportThunk | ||||
Sigurdur Asgeirsson | db6acf7 | 2017-09-01 19:22:58 | [diff] [blame] | 17 | SetUploadConsent_ExportThunk |
Sigurdur Asgeirsson | a36b8aa3 | 2017-08-14 22:25:40 | [diff] [blame] | 18 | |
Penny MacNeil | 99cefd8 | 2018-01-30 22:33:01 | [diff] [blame] | 19 | ; From chrome_elf/crash/crash_helper.cc |
Sigurdur Asgeirsson | a36b8aa3 | 2017-08-14 22:25:40 | [diff] [blame] | 20 | SetMetricsClientId |
21 | |||||
Penny MacNeil | 73cde6de | 2018-01-29 22:56:53 | [diff] [blame] | 22 | ; From chrome_elf/chrome_elf_main.cc |
Sigurdur Asgeirsson | a36b8aa3 | 2017-08-14 22:25:40 | [diff] [blame] | 23 | DumpProcessWithoutCrash |
Scott Graham | 332af9c | 2017-07-28 15:49:51 | [diff] [blame] | 24 | GetUserDataDirectoryThunk |
[email protected] | cab3087 | 2013-12-19 23:15:59 | [diff] [blame] | 25 | SignalChromeElf |
scottmg | 616b30a | 2017-03-10 23:58:08 | [diff] [blame] | 26 | SignalInitializeCrashReporting |
Sigurdur Asgeirsson | a36b8aa3 | 2017-08-14 22:25:40 | [diff] [blame] | 27 | |
28 | ; From chrome/install_static | ||||
29 | GetInstallDetailsPayload | ||||
30 | |||||
Penny MacNeil | 99cefd8 | 2018-01-30 22:33:01 | [diff] [blame] | 31 | ; From chrome_elf/blacklist/blacklist.cc |
Sigurdur Asgeirsson | a36b8aa3 | 2017-08-14 22:25:40 | [diff] [blame] | 32 | AddDllToBlacklist |
Sigurdur Asgeirsson | a36b8aa3 | 2017-08-14 22:25:40 | [diff] [blame] | 33 | IsBlacklistInitialized |
[email protected] | c80b3502 | 2014-03-03 17:01:41 | [diff] [blame] | 34 | SuccessfullyBlocked |
Penny MacNeil | 73cde6de | 2018-01-29 22:56:53 | [diff] [blame] | 35 | |
Penny MacNeil | 99cefd8 | 2018-01-30 22:33:01 | [diff] [blame] | 36 | ; From chrome_elf/third_party_dlls/logs |
Penny MacNeil | 73cde6de | 2018-01-29 22:56:53 | [diff] [blame] | 37 | DrainLog |
38 | RegisterLogNotification |