英文: gdb on MacOS Ventura fails with python library not loaded 问题 我有一个用于Ada工具链的gdb版本,似乎有一个引用Python动态库...
是否有方法向GDB别名添加参数或创建函数?
英文: any way to add parameters to gdb aliases or create a function? 问题 在gdb中,我想创建一个命令,用于打印出一个矢量寄存器: p...
x64 NASM Assembly 打印从函数返回的单个字符。
英文: x64 NASM Assembly print a single character returned from the function 问题 I noticed some issues i...
在调试时,我如何要求GDB直接从二进制代码而不是源代码中解释代码?
英文: When debugging, how can I ask GDB to interpret the code directly from the binary, and not the so...
gdb step instruction won't go through `gettimeofday`
英文: gdb step instruction won't go through `gettimeofday` 问题 在尝试按照此Stack Overflow回答建议的方式分解程序的每个指令...
gdb核心文件分析
英文: gdb core file analysis 问题 以下是您要翻译的内容: 我有核心文件,正在尝试找出是什么导致应用程序崩溃并生成核心文件。当我使用gdb和二进制文件运行核心文件时,在gdb提...
无法使用 cheri-gdb 调试器进行调试,出现错误:不支持的重定位类型 0xe802。
英文: Unable to debug using cheri-gdb debugger error: unsupported relocation type 0xe802 问题 我正在尝试使用che...
如何在Mac OS X中加载核心转储文件?
英文: How to load coredumps in mac osx? 问题 我正在尝试学习如何使用gdb(教程链接:https://www.cse.unsw.edu.au/~learn/debu...
奇怪的行为在使用GDB打印IEEE格式的双精度数时出现
英文: Weird behaviour in GDB when printing IEEE Format Double Precision 问题 我目前正在学习在x86上使用GNU gdb(Ubunt...
加载 ELF64 头部导致分段错误的原因是什么?
英文: Why is loading ELF64 headers causing a segmentation fault? 问题 I am trying to create an ELF64 fil...