Changeset 50273 in vbox for trunk/src/VBox
- Timestamp:
- Jan 29, 2014 3:18:21 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91908
- Location:
- trunk/src/VBox
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwipopts.h
r50264 r50273 155 155 /* Debugging stuff. */ 156 156 #ifdef DEBUG 157 158 157 # define LWIP_DEBUG 159 160 /* filter in debugging severity */ 161 # define DBG_TYPES_ON (LWIP_DBG_ON | LWIP_DBG_TRACE | LWIP_DBG_STATE | LWIP_DBG_FRESH | LWIP_DBG_HALT) 162 # define DBG_MIN_LEVEL 0 163 164 /* Ethernet & ARP debugging */ 165 # define ETHARP_DEBUG LWIP_DBG_ON 166 /* IPv4 debugging */ 167 # define IP_DEBUG LWIP_DBG_ON 168 # define IP_REASS_DEBUG LWIP_DBG_ON 169 /* IPv6 debugging */ 170 # define IP6_DEBUG LWIP_DBG_ON 171 /* ICMP debugging */ 172 # define ICMP_DEBUG LWIP_DBG_ON 173 /* TCP debugging */ 174 # define TCP_DEBUG LWIP_DBG_ON 175 # define TCP_INPUT_DEBUG LWIP_DBG_ON 176 # define TCP_FR_DEBUG LWIP_DBG_ON 177 # define TCP_RTO_DEBUG LWIP_DBG_ON 178 # define TCP_CWND_DEBUG LWIP_DBG_ON 179 # define TCP_WND_DEBUG LWIP_DBG_ON 180 # define TCP_OUTPUT_DEBUG LWIP_DBG_ON 181 # define TCP_RST_DEBUG LWIP_DBG_ON 182 # define TCP_QLEN_DEBUG LWIP_DBG_ON 183 /* RAW API debugging */ 184 /* API debugging */ 185 # define NETIF_DEBUG LWIP_DBG_ON 186 # define PBUF_DEBUG LWIP_DBG_ON 187 # define API_LIB_DEBUG LWIP_DBG_ON 188 # define API_MSG_DEBUG LWIP_DBG_ON 189 # define SOCKETS_DEBUG LWIP_DBG_ON 190 191 # define INET_DEBUG LWIP_DBG_ON 192 # define RAW_DEBUG LWIP_DBG_ON 193 # define MEM_DEBUG LWIP_DBG_ON 194 # define MEMP_DEBUG LWIP_DBG_ON 195 # define SYS_DEBUG LWIP_DBG_ON 196 197 # define UDP_DEBUG LWIP_DBG_ON 198 # define TCPIP_DEBUG LWIP_DBG_ON 199 # define DHCP_DEBUG LWIP_DBG_ON 200 201 # define LWIP_PROXY_DEBUG LWIP_DBG_ON 158 # include "lwip-log.h" 202 159 #endif /* DEBUG */ 203 160 -
trunk/src/VBox/NetworkServices/NAT/lwipopts.h
r50264 r50273 158 158 /* Debugging stuff. */ 159 159 #ifdef DEBUG 160 # define LWIP_DEBUG 161 # include "lwip-log.h" 160 162 161 # define LWIP_DEBUG 162 163 /* filter in debugging severity */ 164 # define DBG_TYPES_ON (LWIP_DBG_ON | LWIP_DBG_TRACE | LWIP_DBG_STATE | LWIP_DBG_FRESH | LWIP_DBG_HALT) 165 # define DBG_MIN_LEVEL 0 166 167 /* Ethernet & ARP debugging */ 168 # define ETHARP_DEBUG LWIP_DBG_ON 169 /* IPv4 debugging */ 170 # define IP_DEBUG LWIP_DBG_ON 171 # define IP_REASS_DEBUG LWIP_DBG_ON 172 /* IPv6 debugging */ 173 # define IP6_DEBUG LWIP_DBG_ON 174 /* ICMP debugging */ 175 # define ICMP_DEBUG LWIP_DBG_ON 176 /* TCP debugging */ 177 # define TCP_DEBUG LWIP_DBG_ON 178 # define TCP_INPUT_DEBUG LWIP_DBG_ON 179 # define TCP_FR_DEBUG LWIP_DBG_ON 180 # define TCP_RTO_DEBUG LWIP_DBG_ON 181 # define TCP_CWND_DEBUG LWIP_DBG_ON 182 # define TCP_WND_DEBUG LWIP_DBG_ON 183 # define TCP_OUTPUT_DEBUG LWIP_DBG_ON 184 # define TCP_RST_DEBUG LWIP_DBG_ON 185 # define TCP_QLEN_DEBUG LWIP_DBG_ON 186 /* RAW API debugging */ 187 /* API debugging */ 188 # define NETIF_DEBUG LWIP_DBG_ON 189 # define PBUF_DEBUG LWIP_DBG_ON 190 # define API_LIB_DEBUG LWIP_DBG_ON 191 # define API_MSG_DEBUG LWIP_DBG_ON 192 # define SOCKETS_DEBUG LWIP_DBG_ON 193 194 # define INET_DEBUG LWIP_DBG_ON 195 # define RAW_DEBUG LWIP_DBG_ON 196 # define MEM_DEBUG LWIP_DBG_ON 197 # define MEMP_DEBUG LWIP_DBG_ON 198 # define SYS_DEBUG LWIP_DBG_ON 199 200 # define UDP_DEBUG LWIP_DBG_ON 201 # define TCPIP_DEBUG LWIP_DBG_ON 202 # define DHCP_DEBUG LWIP_DBG_ON 203 204 # define LWIP_PROXY_DEBUG LWIP_DBG_ON 163 # define LWIP_PROXY_DEBUG LWIP_DBG_OFF 205 164 #endif /* DEBUG */ 206 165 -
trunk/src/VBox/Runtime/VBox/log-vbox.cpp
r48935 r50273 258 258 ASSERT_LOG_GROUP(HM); 259 259 ASSERT_LOG_GROUP(IOM); 260 ASSERT_LOG_GROUP(LWIP); 260 261 ASSERT_LOG_GROUP(MAIN); 261 262 ASSERT_LOG_GROUP(MM);
Note:
See TracChangeset
for help on using the changeset viewer.