Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Created Issue: [0.3.x] pykd does not see synthetic symbols [13557]

$
0
0
```
0:000:x86> !py
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> symsyn = addSyntheticSymbol(0x041d134, ptrSize(), "PtrToSomeFuntion")
```

```
>>> findSymbol(0x041d134)
u'test+1d134'
>>> exit()
```

```
0:000:x86> ln 0x041d134
Browse module
Set bu breakpoint

(0041d134) test!PtrToSomeFuntion
Exact matches:
test!PtrToSomeFuntion = <no type information>
```

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>