-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug_script.gdb
113 lines (106 loc) · 1.69 KB
/
debug_script.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
target remote localhost:1234
file core/build/core_symbol.img
# b bootpack.c:114
# b systask.c:12
# b msg_receive
# b msg_send
# b sys_sendrec
# b task_sys
# b u_funf
b UkiMain
# b sys_write
# b 175
# b print_to_buf
# b stdio.c: 140
# b 116
# b keyboard_consumer
# b ioqueue_get_data
# b ioqueue_put_data
# b bootpack.c:281
# b bootpack.c:241
# b identify_disk
# b bootpack.c:99
# b bootpack.c:99
# b read_dpt
# b ide.c:338
# b next_dpt
# b ide.c:485
# b partition_info
# b fs.c:66
# b fs_init
# b ide_init
# b partition_format
# b scan_partitions
# b mount_partition
# b fs.c:103
# b fs.c:64
# b fs.c:222
# b fs.c: 159
# b bootpack.c:101
# b bootpack.c:115
# b file.c:258
# b sys_open
# b func
# b locale_inode
# b bootpack.c:127
# b bootpack.c:240
#-------------------------
# b bootpack.c:150
# b bootpack.c:157 if i == 12
# b bootpack.c:151
# b func
# b bootpack.c: 256
# b bootpack.c:241
# b funcb
# b 147 if i == 99
# b 147 if i == 23
# b file.c:621
# b 117
# b sys_mkdir
# b flush_dir_entry
# b mouse_consumer
# b keyboard_consumer
# b file_write
# b file_read
# b file.c:435
# b file.c:324
#-------------------------
# b 122
# b memory.c:238 if desc_idx == 5
#-------------------------
# b file_write
# b file.c:256
# b file.c:268
# b file.c:271
# b file.c:269
# b file.c:275
# b ide_read
# b file_write
# b fs.c:374
# b u_fung
# b inode_bitmap_alloc
# b file.c:218
# b fs.c:525
# b sys_open
# b path_dirs
# b search_file
# b path_peel
# b install_thread_fd
# b init_bitmap
# b bootpack.c:93
# b dir.c:156
# b path_depth
# b inode.c:140
# b fs.c:67
# b fs.c:191
# b list_length
# b get_dpt
# b enable_mouse
# b ide_init
# b bootpack.c:106
# b ide_read
# b int.c:89
# b protect.c:114
# b exception_handler
tui en
c