]> git.proxmox.com Git - mirror_edk2.git/commit
Add a PcdEmulatorLazyLoadSymbols that allows non-lazy symbol loading. The problem...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 15 Dec 2011 22:26:15 +0000 (22:26 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 15 Dec 2011 22:26:15 +0000 (22:26 +0000)
commitdd6f7d02a1dd51e33e92e6935e72fff464132588
tree99b879fe846123d425a77de27c51d8a5ed6583c5
parent947a14a0a87cf1965db19c1c15b23faa6ad8f665
Add a PcdEmulatorLazyLoadSymbols that allows non-lazy symbol loading. The problem with lazy symbol loading is it only happens after you hit a breakpoint. This means you can't add breakpoints from the GUI and have them hit, this requires symbols being loaded as modules load so the breakpoints can get resolved.

Added arguments to SecGdbScriptBreak() to enable lldb python symbol load/unload script.

signed-off-by:andrewfish

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12879 6f19259b-4bc3-4df7-8a09-765794883524
EmulatorPkg/EmulatorPkg.dec
EmulatorPkg/Unix/Host/Host.c
EmulatorPkg/Unix/Host/Host.inf