• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: PE_enter_debugger("debug")
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PE_enter_debugger("debug")


  • Subject: Re: PE_enter_debugger("debug")
  • From: Michael Smith <email@hidden>
  • Date: Wed, 28 Feb 2007 11:11:21 -0800


On Feb 28, 2007, at 6:28 AM, Arvind Dalvi wrote:

kld(): Undefined symbols:
_PE_enter_debugger

What dependency i am missing in my Info.plist file ?

This is what i have in my OSBundleLibraries key
               <key>com.apple.kpi.bsd</key>
               <string>8.0.0b1</string>
               <key>com.apple.kpi.libkern</key>
               <string>8.0.0b1</string>
               <key>com.apple.kpi.mach</key>
               <string>8.0.0b1</string>

PE_enter_debugger() is exported by the iokit and kernel KPIs. You can use nm on the plugin binaries to find this out:


[localhost:Extensions/System.kext/PlugIns] msmith% pwd
/System/Library/Extensions/System.kext/PlugIns
[localhost:Extensions/System.kext/PlugIns] msmith% find . -type f | xargs nm -o | grep PE_enter_debugger
./IOKit.kext/IOKit: U _PE_enter_debugger
./System6.0.kext/kernel.6.0: U _PE_enter_debugger


 = Mike

_______________________________________________
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


  • Follow-Ups:
    • Re: PE_enter_debugger("debug")
      • From: "Arvind Dalvi" <email@hidden>
References: 
 >PE_enter_debugger("debug") (From: "Arvind Dalvi" <email@hidden>)

  • Prev by Date: Re: Debugging a Kernel Panic
  • Next by Date: Re: PE_enter_debugger("debug")
  • Previous by thread: PE_enter_debugger("debug")
  • Next by thread: Re: PE_enter_debugger("debug")
  • Index(es):
    • Date
    • Thread