ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon.cpp
Revision 1.28 - (view) (annotate) - [select for diffs]
2010-02-21T11:58:33Z (14 years, 2 months ago) by cebix
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
fixed const-correctness

Revision 1.27 - (view) (annotate) - [select for diffs]
2007-06-07T09:51:56Z (16 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.26: +2 -0 lines
Diff to previous 1.26
Add MIPS disassembler invoked as "dm" and "dmel" (little-endian) for now.

Revision 1.26 - (view) (annotate) - [select for diffs]
2007-01-21T17:32:05Z (17 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: release_3-2
Changes since 1.25: +2 -4 lines
Diff to previous 1.25
fixed compiler warnings

Revision 1.25 - (view) (annotate) - [select for diffs]
2004-02-12T17:18:03Z (20 years, 2 months ago) by cebix
Branch: MAIN
CVS Tags: release_3-1
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Happy New Year! :-)

Revision 1.24 - (view) (annotate) - [select for diffs]
2004-02-12T17:14:36Z (20 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
removed restriction to 256 bytes for commands that use byte_string() (modify,
fill, hunt)

Revision 1.23 - (view) (annotate) - [select for diffs]
2004-02-12T16:42:35Z (20 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.22: +140 -85 lines
Diff to previous 1.22
- removed INPUT_LENGTH; stuff is now handled dynamically
- f(void) -> f()

Revision 1.22 - (view) (annotate) - [select for diffs]
2003-09-27T20:33:06Z (20 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
2002 -> 2003

Revision 1.21 - (view) (annotate) - [select for diffs]
2003-09-27T20:30:44Z (20 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.20: +15 -4 lines
Diff to previous 1.20
EOF quits cxmon instead of producing a segfault

Revision 1.20 - (view) (annotate) - [select for diffs]
2002-09-07T12:48:15Z (21 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
Add support for x86-64 disassembly
- mon.cpp (mon_init): new command is "d8664"
- mon_cmd.cpp (disassemble): handle CPU_x86_64, and make it 64-bit aware in
  address dumps
- mon_disass.cpp (disass_x86): s/bool i8086/uint32 bits/ defining the x86
  architecture "size", aka 16 => 8086, 32 => 80x86, 64 => x86-64
- Merge with GNU x86 disassembler as part of binutils 2.12.90.0.15

Revision 1.19 - (view) (annotate) - [select for diffs]
2002-08-03T14:54:28Z (21 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
updated the autoconf stuff

Revision 1.18 - (view) (annotate) - [select for diffs]
2002-07-17T10:00:54Z (21 years, 9 months ago) by gbeauche
Branch: MAIN
Changes since 1.17: +46 -46 lines
Diff to previous 1.17
- Fix 64-bit support

Revision 1.17 - (view) (annotate) - [select for diffs]
2002-03-18T13:40:20Z (22 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
- ISO C++ conformance fixes. aka. fix build with gcc3+

Revision 1.16 - (view) (annotate) - [select for diffs]
2002-03-03T16:19:10Z (22 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
upper-case hex digits are allowed

Revision 1.15 - (view) (annotate) - [select for diffs]
2002-01-18T16:03:33Z (22 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.14: +39 -88 lines
Diff to previous 1.14
- copyright year bumped to 2002
- in MacOS mode, mon pulls in the lowmem globals as predefined variables
- mon_lowmem.h split into .h/.cpp because it's now used in two places
- variable handling code rewritten to use map<> instead of manually maintained
  linked list

Revision 1.14 - (view) (annotate) - [select for diffs]
2000-10-15T15:07:12Z (23 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
- extended to 8080 disassembler to a Z80 disassembler
- program renamed to "cxmon"

Revision 1.13 - (view) (annotate) - [select for diffs]
2000-10-08T17:51:58Z (23 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
help text for d8086 command was wrong

Revision 1.12 - (view) (annotate) - [select for diffs]
2000-10-06T00:04:22Z (23 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.11: +30 -29 lines
Diff to previous 1.11
new command "d8086" for disassembling 16-bit x86 code

Revision 1.11 - (view) (annotate) - [select for diffs]
2000-09-25T17:52:31Z (23 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.10: +15 -12 lines
Diff to previous 1.10
- updated A-Trap table
- MacOS disassembler features are turned on by "-m" option
- "rmon" -> "mon -r"
- updated docs

Revision 1.10 - (view) (annotate) - [select for diffs]
2000-09-25T12:44:31Z (23 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils
- 680x0 disassembler shows symbolic MacOS low memory globals

Revision 1.9 - (view) (annotate) - [select for diffs]
2000-06-27T14:52:44Z (23 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.8: +10 -2 lines
Diff to previous 1.8
- now works on NetBSD

Revision 1.8 - (view) (annotate) - [select for diffs]
2000-06-10T19:07:36Z (23 years, 10 months ago) by hellwig
Branch: MAIN
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
- changes for SheepShaver

Revision 1.7 - (view) (annotate) - [select for diffs]
2000-04-24T13:20:40Z (24 years ago) by cebix
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- banned formatted properly

Revision 1.6 - (view) (annotate) - [select for diffs]
2000-04-24T13:10:00Z (24 years ago) by cebix
Branch: MAIN
Changes since 1.5: +4 -3 lines
Diff to previous 1.5
- added binary dump command
- converted to automake

Revision 1.5 - (view) (annotate) - [select for diffs]
1999-10-25T08:04:45Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.4: +49 -34 lines
Diff to previous 1.4
- Unix: added mkinstalldirs to "make install" target
- user-defined functions for memory access can be supplied

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-05T18:19:55Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.3: +9 -0 lines
Diff to previous 1.3
- should now compile on systems without libreadline

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-05T14:43:41Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.2: +7 -4 lines
Diff to previous 1.2
- fixed some compiler warnings
- sorted mon_atraps.h

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-04T21:16:02Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +29 -15 lines
Diff to previous 1.1
- GPL'ified sources
- added provisions for autoconf stuff

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
1999-10-04T19:31:09Z (24 years, 6 months ago) by cebix
Branch: cebix
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.28
Imported sources

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-04T19:31:09Z (24 years, 6 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a