ipdbg_first_service is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ipdbg_first_service variable

Syntax

static struct ipdbg_service *ipdbg_first_service;

References

LocationReferrerText
ipdbg.c:85
static struct ipdbg_service *ipdbg_first_service;
ipdbg.c:168ipdbg_find_service()
for (service = ipdbg_first_service; service; service = service->next) {
ipdbg.c:178ipdbg_add_service()
if (ipdbg_first_service) {
ipdbg.c:179ipdbg_add_service()
for (iservice = ipdbg_first_service; iservice->next; iservice = iservice->next)
ipdbg.c:183ipdbg_add_service()
ipdbg_first_service = service;
ipdbg.c:203ipdbg_remove_service()
if (!ipdbg_first_service)
ipdbg.c:206ipdbg_remove_service()
if (service == ipdbg_first_service) {
ipdbg.c:207ipdbg_remove_service()
ipdbg_first_service = ipdbg_first_service->next;
ipdbg.c:211ipdbg_remove_service()
for (struct ipdbg_service *iservice = ipdbg_first_service; iservice->next; iservice = iservice->next) {

Data Use

Functions writing ipdbg_first_service
Functions reading ipdbg_first_service
ipdbg_first_service
Type of ipdbg_first_service
ipdbg_first_service
all items filtered out