[parrot/parrot] 7064e7: Added HBDB_BREAK status flag because I will need i...

noreply at github.com noreply at github.com
Wed Jul 13 02:27:52 UTC 2011


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

  Commit: 7064e7e25d1fb3159c56f8f58dbb98895d44ed09
      https://github.com/parrot/parrot/commit/7064e7e25d1fb3159c56f8f58dbb98895d44ed09
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M include/parrot/hbdb.h

  Log Message:
  -----------
  Added HBDB_BREAK status flag because I will need it soon.


  Commit: e29449570986424c7f543fb3ffb7d66fe160e2b5
      https://github.com/parrot/parrot/commit/e29449570986424c7f543fb3ffb7d66fe160e2b5
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M include/parrot/hbdb.h

  Log Message:
  -----------
  Changed "skip" field in hbdb_breakpoint_t to unsigned since it's impossible for it to be less than 0.


  Commit: 950e83759cb79532c1e627a0bda170f2728ea49d
      https://github.com/parrot/parrot/commit/950e83759cb79532c1e627a0bda170f2728ea49d
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M include/parrot/hbdb.h

  Log Message:
  -----------
  Changed my mind about the previous commit. Setting "skip" to -1 will signal a disabled breakpoint.


  Commit: 3f2843c34fa8b1fcf6c301602fc4548dd0c70df1
      https://github.com/parrot/parrot/commit/3f2843c34fa8b1fcf6c301602fc4548dd0c70df1
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

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

  Log Message:
  -----------
  Added initial implementation of "run" command. Also started "continue" but ended up redesigning "run" not to rely on it so it doesn't do anything just yet.


  Commit: ef167143fee55e11d3edd38253bab4251af02c67
      https://github.com/parrot/parrot/commit/ef167143fee55e11d3edd38253bab4251af02c67
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M src/hbdb.c

  Log Message:
  -----------
  Removed STUB in hbdb_get_command() that wasn't needed anymore.


  Commit: 875c525ae99c99218b983b575b93e843b7b2663f
      https://github.com/parrot/parrot/commit/875c525ae99c99218b983b575b93e843b7b2663f
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

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

  Log Message:
  -----------
  Made continue_running() static to limit its scope to src/hbdb.c.


  Commit: 342b4964daf6e177d67447a62d7394b2b7b3a78e
      https://github.com/parrot/parrot/commit/342b4964daf6e177d67447a62d7394b2b7b3a78e
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M src/hbdb.c

  Log Message:
  -----------
  Added the ASSERT_ARGS macro inside continue_running().


  Commit: 6e3bfc5d26c7d759ee0440f3f05e6d074e1a78af
      https://github.com/parrot/parrot/commit/6e3bfc5d26c7d759ee0440f3f05e6d074e1a78af
  Author: soh_cah_toa <kpolulak at gmail.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M src/hbdb.c

  Log Message:
  -----------
  Added check_file_exists() to reduce duplicate code for verifying that a file has been loaded into memory. Also re-alphabetized function definitions and a few declarations in command_table.


Compare: https://github.com/parrot/parrot/compare/3bfaed0...6e3bfc5


More information about the parrot-commits mailing list