stabs-1.m
来自「linux下编程用 编译软件」· M 代码 · 共 19 行
M
19 行
/* Check if the final SO STABS record goes into the .text section. *//* Contributed by Ziemowit Laski <zlaski@apple.com> *//* { dg-do compile } *//* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* hppa*64*-*-* ia64-*-* } { "*" } { "" } } *//* { dg-options "-gstabs" } */@interface MyClass+ newWithArg: arg;@end@implementation MyClass+ newWithArg: arg{}@end/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\\.)?L?L\[\$\]?etext\[0-9\]*\n(\\.)?L?L\[\$\]?etext" } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?