kdp_match_name
kdp_match_name
- Subject: kdp_match_name
- From: Sam Manzer <email@hidden>
- Date: Wed, 16 Sep 2015 12:02:58 -0700
In the course of investigating issues with my debugger attaching at boot time, I can only find the reference to the kdp_match_name boot-arg in kdp_init() on line 2144 of osfmk/kdp/kdp_udp.c:
if(!PE_parse_boot_argn("kdp_match_name", kdpname, sizeof(kdpname)) || strncmp(kdpname, "serial", sizeof(kdpname)) != 0)
If anyone can help me understand how are other kdp_match_name values besides 'serial' are processed, I would really appreciate it!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden