-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0.gdb
213 lines (187 loc) · 5.28 KB
/
0.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
set args -c /usr/local/nginx/conf/nginx.conf
#set args -c /root/CLionProjects/nginx-1.16.1/nginx.conf
handle SIGPIPE noprint nopass nostop
set print pretty
#post
#b ngx_http_read_client_request_body
#b ngx_http_modsecurity_pre_access.c:119
#b ngx_http_modsecurity_pre_access_handler
#b ngx_http_modsecurity_request_read
#b ngx_http_modsecurity_process_intervention
#b modsecurity::Transaction::processRequestBody
#b transaction.cc:979
#b Rx::evaluate
#b rx.cc:39
#b Deny::evaluate
#b deny.cc:31
#b ngx_http_request_body.c:338
#b ngx_http_proxy_handler
#b ngx_http_urlencode_process_request_body
#b ngx_http_modsecurity_pre_access_worker
#b ngx_http_urlencode_rewrite_handler
#b ngx_http_urlencode_preaccess_handle
#b ngx_http_do_read_client_request_body
#b ngx_http_request_body_save_filter
#线程池分析
#b pthread_create
#b ngx_http_modsecurity_pre_access_worker
#b ngx_http_modsecurity_pre_access_handler
#生命周期分析
#b ngx_get_connection
#b ngx_http_init_connection
#b ngx_http_alloc_request
#b ngx_http_named_location
#event初始化 以及 并发数分析
#b ngx_worker_process_cycle
#b ngx_event_process_init
#pipe研究
#b ngx_event_pipe
#b ngx_event_pipe_write_chain_to_temp_file
#b ngx_event_pipe_read_upstream
#b ngx_event_pipe.c:216
#b ngx_event_pipe.c:312
#b ngx_event_pipe.c:371
#b ngx_event_pipe.c:257
#b ngx_http_proxy_copy_filter
#b ngx_event_pipe_write_to_downstream
#b ngx_event_pipe.c:697
#b ngx_event_pipe.c:275
#shadown
#b ngx_http_sub_filter_module.c:357
#b ngx_http_sub_filter_module.c:478
#b ngx_http_sub_filter_module.c:560
#b ngx_http_upstream.c:3588
#b ngx_http_sub_filter_module.c:522
#b ngx_http_sub_filter_module.c:583
#charset
#b ngx_output_chain
#b ngx_output_chain_add_copy
#b ngx_http_charset_header_filter
#b ngx_http_charset_body_filter
#b ngx_output_chain_as_is
#event
#b ngx_event_module_init
#b ngx_events_block
#b ngx_event_core_create_conf
#b ngx_event_core_init_conf
#b ngx_event_use
#b ngx_event_connections
#b ngx_event_process_init
#b ngx_event_init_conf
#listen
#b ngx_event_process_init
#b ngx_add_inherited_sockets
#b ngx_create_listening
#b ngx_event.c:779
#b ngx_event_accept.c:308
#b ngx_http_init_connection
#b ngx_http_init_listening
#os conn
#b ngx_http_upstream_init_request
#b ngx_http_upstream_set_local
#b ngx_http_upstream_create_round_robin_peer
#b ngx_http_upstream_init_round_robin_peer
#b ngx_event_connect_peer
#b ngx_http_upstream_free_round_robin_peer
#b ngx_http_upstream_get_persistent_peer
#b ngx_http_upstream_free_persistent_peer
#
#b ngx_http_core_module.c:812
#b ngx_http_core_module.c:816
#b ngx_http_core_module.c:820
#b ngx_http_core_module.c:1250
#b ngx_http_core_module.c:1253
#b ngx_http_core_module.c:1264
#b ngx_http_core_module.c:1275
#b ngx_http_request.c:2720
#b ngx_http_request.c:3076
#b ngx_http_upstream.c:3267
#b ngx_http_upstream.c:4473
#b ngx_http_upstream.c:4451
#transparent proxy
#b ngx_event_connect_peer
#ssl
#b ngx_http_request.c:744
##b ngx_ssl_create
#b ngx_http_ssl_servername
#b ngx_http_ssl_alpn_select
#b ngx_http_ssl_npn_advertised
#b ngx_http_ssl_certificate
##b ngx_http_add_variable
##b ngx_http_variables_add_core_vars
##b ngx_http_variables_init_vars
#b ngx_ssl_handshake
#b ngx_http_process_request_line
#b ngx_http_ssl_client_server_name
#b ngx_http_ssl_client_hello_handler
#mirror
#b ngx_http_mirror_handler
#b ngx_http_mirror_handler_internal
#b ngx_http_request.c:2524
#b ngx_http_run_posted_requests
#b ngx_http_finalize_request
#b ngx_http_read_client_request_body
#b ngx_http_upstream_test_connect
#b ngx_http_core_content_phase
#b ngx_http_handler
#b ngx_http_request.c:2419
#b ngx_http_finalize_request
#b ngx_epoll_module.c:911
#b ngx_http_request.c:2543
#b ngx_http_request.c:2581
#b ngx_http_request.c:2587
#b ngx_http_mirror_module.c:146
#b ngx_http_postpone_filter
#b ngx_http_core_module.c:2339
#b ngx_http_request.c:2574
#b ngx_http_request.c:2522
#subreq
#b ngx_http_subreq_body_handler
#b ngx_http_read_client_request_body
#b ngx_http_mirror_module.c:126
#b ngx_http_subreq_handler
#b ngx_http_subreq_subrequest_done
#b ngx_http_upstream_process_non_buffered_request
#b auth_request
#b ngx_http_auth_request_handler
#b ngx_http_auth_request_done
#post client_body_buffer_size
#b pwrite
#b ngx_http_read_client_request_body
#b ngx_http_do_read_client_request_body
#b ngx_http_write_request_body
#b ngx_http_request_body_save_filter
#向os转发请求
#b ngx_http_request_body.c:1177
#b ngx_http_upstream_send_request_body
#b ngx_http_upstream.c:2135
#b ngx_http_proxy_create_request
#b ngx_http_log_handler
#b ngx_http_flow_mirror_pass
#b ngx_http_request.c:2768
#b copy_request_bufs
#b ngx_http_upstream.c:699
#b ngx_http_flow_mirror_log_handler
#b ngx_http_flow_mirror_pass_eval
#b ngx_http_finalize_connection
#b ngx_palloc.c:85 if l->alloc == 0x7f6a40
#b ngx_http_close_connection
#dns resolve
#b ngx_http_proxy_handler
#b ngx_http_upstream.c:1361
#b ngx_http_lua_socket_connected_handler
#b ngx_http_upstream_test_connect
#b ngx_http_cache_purge_handler
#b ngx_ssl_handshake
#reuse_port
#b bind
#b listen
#upstream buffer copy
#b ngx_http_proxy_non_buffered_copy_filter
#b ngx_http_proxy_non_buffered_chunked_filter
#b ngx_http_upstream_non_buffered_filter
#b ngx_http_upstream_process_non_buffered_request
#b ngx_http_upstream_process_non_buffered_upstream
b ngx_output_chain
#b ngx_http_sub_body_filter
b ngx_http_write_filter