forked from Tangzh33/CompilerHW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
debug.gdb
37 lines (37 loc) · 1.25 KB
/
debug.gdb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
file ~/sysu/bin/sysu-generator
b main
# b tz_ast_class::InitListExpr::InitListExpr
# b tz_ast_utils::ParsingImplicitCast
# b tz_ast_class::DeclRefExpr::DeclRefExpr
# b tz_ast_utils::BuildAST
# b tz_ast_class::VarDecl::print
# b tz_ast_class::CompoundStmt::print
# b tz_ast_class::FunctionDecl::FunctionDecl
# b tz_ast_class::CompoundStmt::CompoundStmt
# b tz_ast_class::VarDecl::emit
# b tz_ast_class::DeclStmt::emit
# b tz_ast_class::WhileStmt::WhileStmt
# b tz_ast_utils::RaiseOperandType
# b tz_ast_class::BinaryExpr::emit
# b tz_ast_class::CompoundStmt::emit
# b tz_ast_class::ArraySubscriptExpr::emit
# b tz_ast_class::ReturnStmt::emit
# b tz_ast_class::IfStmt::emit
# b tz_ast_class::ReturnStmt::ReturnStmt
# b tz_ast_class::FunctionDecl::emit
# b tz_ast_class::ArraySubscriptExpr::emit
# b tz_ast_class::InitListExpr::emit
# b tz_ast_class::DeclRefExpr::emit
# b tz_ast_class::ParmVarDecl::ParmVarDecl
# b tz_ast_class::FunctionDecl::FunctionDecl
# b tz_ast_class::FunctionDecl::FunctionDecl
# b tz_ast_class::BinaryExpr::emit
# b tz_ast_utils::RaiseOperandType
# b tz_ast_class::IntegerLiteral::IntegerLiteral
# b tz_ast_class::VarDecl::emit
b tz_ast_class::DoStmt::emit
# b tz_ast_class::CallExpr::CallExpr
# b ast.cc:240
# b ast.cc:855
run < tmp/clangout.json
layout src