-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.gdb
60 lines (52 loc) · 1.58 KB
/
1.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
set args -c /usr/local/nginx/conf/nginx.conf
#set args -c /usr/local/tengine/conf/nginx.conf
set print pretty
#b ngx_http_security_stats_merge_loc_conf
#b ngx_http_stats_init
#b ngx_http_security_stats_handler
#b ngx_http_security_stats.c:104
#
#b ngx_http_upstream_bind_set_slot
#b ngx_http_upstream_set_local
#b ngx_http_variable_remote_addr
# debug port
#b src/http/ngx_http.c:1402
#b ngx_http_init_listening
#b ngx_http_add_addresses
## debug port at parsing time
# parse word listen and after parse word listen
#b ngx_http_add_listen
#b ngx_http_add_server
## debug port at optimize time
#b ngx_http_add_listening
#b ngx_http_add_addrs
#conn
#b ngx_http_upstream_keepalive_create_conf
#b ngx_http_upstream_keepalive
#b ngx_http_upstream_init_main_conf
#b ngx_http_upstream.c:4349
#b ngx_http_upstream.c:4351
#b ngx_http_upstream_get_keepalive_peer
#b ngx_http_upstream_free_persistent_peer
#b ngx_http_ssl_client_hello_handler
#b ngx_http_parse_request_line
#b ngx_http_proxy_set_vars
#b ngx_http_proxy_pass
#b ngx_http_process_host
#b ngx_http_update_location_config
#b ngx_http_proxy_handler
#b ngx_http_upstream_save_round_robin_peer_session
#b ngx_http_upstream_set_round_robin_peer_session
#b ngx_ssl_remove_cached_session
#b ngx_ssl_session_ticket_keys
#b ngx_ssl_free_buffer
#b ngx_ssl_shutdown
#b ngx_ssl_new_client_session
#b ngx_http_upstream_session_sticky_save_peer_session
#b ngx_http_upstream_session_sticky_set_peer_session
#b ngx_http_init_connection
b ngx_http_find_virtual_server
#b ngx_http_add_addresses
#b ngx_http_optimize_servers
#b ngx_http_server_names
b ngx_http_init_listening