当前位置:网站首页>如何通过GDB分析Native Crash
如何通过GDB分析Native Crash
2022-06-30 10:51:00 【专业开发者】
用GDB在线调试,高通的官方教程针对APPS,Native process使用如下:


下载并编译崩溃实用程序
1. Download redhat crash-utility and get the introduction from
https://people.redhat.com/anderson/
2. Extract and copy all crash-utility files at
<crash-utility path>
3. Build crash-utility with
make target=<ARM/ARM64>
4. Download gcore from
https://people.redhat.com/anderson/extensions.html
5. Extract and copy all gcore files at
<crash-utility path>/extensions/
6. Build gcore with
make extensions
The following files are at the location:
crash at <crash-uitily path>
gcore.so at <crash
边栏推荐
- 我们公司使用 7 年的这套通用解决方案,打通了几十个系统,稳的一批!
- 再测云原生数据库性能:PolarDB依旧最强,TDSQL-C、GaussDB变化不大
- 【STL源码剖析】迭代器
- LVGL 8.2 menu from a drop-down list
- Compression state DP bit operation
- 100 important knowledge points that SQL must master: updating and deleting data
- Algorithme leetcode 86. Liste des liens séparés
- Cp2112 teaching example of using USB to IIC communication
- SQL必需掌握的100个重要知识点:更新和删除数据
- LeetCode Algorithm 86. 分隔链表
猜你喜欢
随机推荐
Collectors. Tomap application
Train an image classifier demo in pytorch [learning notes]
Methods and usage of promise async and await
SQL必需掌握的100个重要知识点:创建和操纵表
What is erdma as illustrated by Coptic cartoon?
Algorithme leetcode 86. Liste des liens séparés
200000 bonus pool! [Alibaba security × ICDM 2022] the risk commodity inspection competition on the large-scale e-commerce map is in hot registration
Handler source code analysis
LVGL 8.2 Checkboxes as radio buttons
The first China Digital Collection conference will be held soon
[leetcode 239] sliding window
LVGL8.2 Simple Checkboxes
100 important knowledge points that SQL must master: summary data
Compression state DP bit operation
再测云原生数据库性能:PolarDB依旧最强,TDSQL-C、GaussDB变化不大
Kotlin 协程调度切换线程是时候解开谜团了
The precision problem of depth texture in unity shader - stepping pit - BRP pipeline (there is no solution, it is recommended to replace URP)
焕发青春的戴尔和苹果夹击,两大老牌PC企业极速衰败
8行代码实现快速排序,简单易懂图解!
iptables目标TPROXY



![[STL source code analysis] iterator](/img/e8/7c69cf6e96ecfa053494397a21eff0.jpg)




