| parrotcode: Parrot disassembler | |
| Contents | C |

pbc_disassemble - Parrot disassembler

pbc_disassemble file.pbc

This uses the Parrot_disassemble() function from src/embed.c, which in turn uses the PDB_disassemble() function from src/debug.c.

int main(int argc, char *argv[])static void do_dis(PARROT_INTERP)
src/embed.c and src/debug.c.

Initial version by Daniel Grunblatt on 2002.5.26.
Florian Ragwitz: Moved POD documentation that's not necessary to know how to actually run the disassembler to normal C comments (Wed, 16 Nov 2005).
Reini Urban: Renamed from disassemble to pbc_disassemble (2008-07-03).
|
|
|