博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
To Chromium之VS调试追踪
阅读量:7191 次
发布时间:2019-06-29

本文共 1557 字,大约阅读时间需要 5 分钟。

启动的code:

for(;;){

...
WaitForWork()
}
base.dll!base::MessagePumpForUI::DoRunLoop                                  /* base/message_loop/message_pump_win.cc */
base.dll!base::MessagePumpWin::RunWithDispatcher                          /* base/message/message_pump_win.cc */
base.dll!base::MessageLoop::RunInternal()                                         /* base/message_loop/message_loop.cc */
base.dll!base::MessageLoop::RunHandler()                                         /* base/message_loop/message_loop.cc */
base.dll!base::RunLoop::Run()                                                            /* base/run_loop.cc */
chrome.dll!ChromeBrowserMainParts::MainMessageLoopRun               /* chrome/browser/chrome_browser_main.cc */
content.dll!content::BrowserMainLoop::RunMainMessageLoopParts()   /* content/browser/browser_main_loop.cc */
content.dll!content::BrowserMainRunnerImpl::Run()                             /* content/browser/browser_main_runner.cc */
content.dll!content::BrowserMain                                                         /* content/browser/browser_main.cc */
content.dll!content::RunNamedProcessTypeMain                                  /* content/app/content_main_runner.cc */
content.dll!content::ContentMainRunnerImpl::Run()                             /* content/app/content_main_runner.cc */
content.dll!content::ContentMain                                                         /* content/app/content_main.cc */
chrome.dll!ChromeMain                                                                       /* chrome/app/chrome_main.cc */
chrome.exe!MainDllLoader::Launch                                                      /* chrome/app/client_util.cc */
chrome.exe!`anonymous namespace'::RunChrome                             /* chrome/app/chrome_exe_main_win.cc */
chrome.exe!wWinMain                                                                         /* chrome/app/chrome_exe_main_win.cc */
chrome.exe!__tmainCRTStartup() 
chrome.exe!wWinMainCRTStartup() 
kernel32.dll!75c833aa()
[下面的框架可能不正确和/或缺失,没有为 kernel32.dll 加载符号]
ntdll.dll!76fe9ed2()
ntdll.dll!76fe9ea5()

You can refer this webpage:

 

 

转载于:https://www.cnblogs.com/zzSoftware/p/3362193.html

你可能感兴趣的文章
hadoop exit code 退出码含义
查看>>
[C#基础知识系列]专题十:全面解析可空类型
查看>>
什么是.Net的异步机制(线程间通信) - step 5
查看>>
Lambda应用设计模式
查看>>
linux 内存使用情况详细信息(转)
查看>>
10月30日课堂随笔
查看>>
解决svn异常报错“”cleanup failed to process the following paths …… previous operation has not finished”...
查看>>
富文本框--FreeTextBox的使用
查看>>
koa2使用阿里云oss的nodejs sdk实现上传图片
查看>>
简单select(2)
查看>>
pandas基础学习
查看>>
论文阅读笔记四十一:Very Deep Convolutional Networks For Large-Scale Image Recongnition(VGG ICLR2015)...
查看>>
用实例一步步教你写Jquery插件
查看>>
Qt资源整理ING
查看>>
看看checksec
查看>>
1. Two Sum
查看>>
MySQL基础之 标准模式通配符
查看>>
聊一聊python的单例模式
查看>>
mysql 8.0~MGR多成员读一致性
查看>>
python基础知识~list详解
查看>>