[parrot/parrot] 1f7aeb: Initial implementation of breakpoints using PC val...

noreply at github.com noreply at github.com
Sat Aug 6 00:20:20 UTC 2011


  Branch: refs/heads/soh-cah-toa/hbdb
  Home:   https://github.com/parrot/parrot

  Commit: 1f7aeb5c0a9a25397c92809f5e5770c9328ff8e1
      https://github.com/parrot/parrot/commit/1f7aeb5c0a9a25397c92809f5e5770c9328ff8e1
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M include/parrot/hbdb.h
  M include/parrot/interpreter.h
  M src/hbdb.c
  M src/runcore/cores.c

  Log Message:
  -----------
  Initial implementation of breakpoints using PC value. It *actually* works. :D


  Commit: 124a205bc616c281d1d28575d7eebbd5a51f39d9
      https://github.com/parrot/parrot/commit/124a205bc616c281d1d28575d7eebbd5a51f39d9
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M include/parrot/hbdb.h
  M include/parrot/packfile.h
  M src/hbdb.c
  M src/packfile/api.c
  M src/runcore/cores.c

  Log Message:
  -----------
  Initial implementation of 'backtrace' command. Also fixed how command abbreviations are interpreted.


  Commit: 290143d51335a181dbf9b999c23598615b49e508
      https://github.com/parrot/parrot/commit/290143d51335a181dbf9b999c23598615b49e508
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M src/hbdb.c

  Log Message:
  -----------
  Removed some *really* unnecessary inline comments.


  Commit: 94a7be0f682106ab8c85f02d2147814287c74060
      https://github.com/parrot/parrot/commit/94a7be0f682106ab8c85f02d2147814287c74060
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M src/hbdb.c

  Log Message:
  -----------
  Removed definition of INTERP_ATTR since it's no longer needed.


  Commit: 70b081aae3afdbcf7c72d6dd611a6f6fc0b599f7
      https://github.com/parrot/parrot/commit/70b081aae3afdbcf7c72d6dd611a6f6fc0b599f7
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M include/parrot/hbdb.h
  M src/hbdb.c

  Log Message:
  -----------
  Moved macro and type definitions to include/parrot/hbdb.h as this is a more appropriate place for them.


  Commit: f3a79cd2beac3fde1ff47ee6c5ebaeb84f6de966
      https://github.com/parrot/parrot/commit/f3a79cd2beac3fde1ff47ee6c5ebaeb84f6de966
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M include/parrot/hbdb.h
  M src/hbdb.c

  Log Message:
  -----------
  Initial work on ranges for 'list' command. Incomplete but mostly works except for numbers < 5.


Compare: https://github.com/parrot/parrot/compare/23c2ede...f3a79cd


More information about the parrot-commits mailing list