Commit Graph

  • 63e2d7c394 Merge pull request #13 from gitter-badger/gitter-badge Chad Smith 2017-02-13 16:19:57 -08:00
  • bcd8e96e45 Add Gitter badge The Gitter Badger 2017-02-14 00:17:03 +00:00
  • 065f76f7e0 Add Gitter badge The Gitter Badger 2017-02-14 00:17:03 +00:00
  • d2e5a58cc1 make cmd argument positional; use gevent instead of eventlet Chad Smith 2017-02-13 14:51:31 -08:00
  • ceae0be419 make cmd argument positional; use gevent instead of eventlet pypi-0.7.3.10 Chad Smith 2017-02-13 14:51:31 -08:00
  • 114e37c03d make new gdb subprocess for each browser tab; fix breakpoint bugs; fix return button bug; more efficient fetching of disassembly; remove unit test due to vendor bug Chad Smith 2017-02-12 15:29:05 -08:00
  • c264c3d9d1 make new gdb subprocess for each browser tab; fix breakpoint bugs; fix return button bug; more efficient fetching of disassembly; remove unit test due to vendor bug pypi-0.7.3.9 Chad Smith 2017-02-12 15:29:05 -08:00
  • db57bcfb0b update documentation Chad Smith 2017-02-12 09:42:32 -08:00
  • ac73945c43 update documentation Chad Smith 2017-02-12 09:42:32 -08:00
  • c9736b8b15 fix version path Chad Smith 2017-02-10 17:44:28 -08:00
  • 6bb735ee49 fix version path pypi-0.7.3.8 Chad Smith 2017-02-10 17:44:28 -08:00
  • 0027f4b4cd move (almost?) all state to a single location and render based off state changes Chad Smith 2017-02-10 17:39:22 -08:00
  • df421693be move (almost?) all state to a single location and render based off state changes pypi-0.7.3.7 Chad Smith 2017-02-10 17:39:22 -08:00
  • 455fc1f215 highlight line when paused; easier memory fetching/debounce; make flash animation re-animate; bugfix when pressing enter Chad Smith 2017-02-09 12:47:39 -08:00
  • eb5dbbffa0 highlight line when paused; easier memory fetching/debounce; make flash animation re-animate; bugfix when pressing enter pypi-0.7.3.6 Chad Smith 2017-02-09 12:47:39 -08:00
  • 08bfe2daca set inferior process to debug from command line Chad Smith 2017-02-07 15:47:05 -08:00
  • 6e419298e9 set inferior process to debug from command line Chad Smith 2017-02-07 15:47:05 -08:00
  • c163a6b267 catch invalid states when trying to run program Chad Smith 2017-02-06 21:17:51 -08:00
  • edc993de68 catch invalid states when trying to run program Chad Smith 2017-02-06 21:17:51 -08:00
  • e299454582 add docs Chad Smith 2017-02-06 08:41:29 -08:00
  • 28180f0a1c add docs Chad Smith 2017-02-06 08:41:29 -08:00
  • 78f8f569e1 show local variables whenever paused; add delete button for breakpoints; css improvements Chad Smith 2017-02-04 23:21:44 -08:00
  • a464959c6d show local variables whenever paused; add delete button for breakpoints; css improvements pypi-0.7.3.3 Chad Smith 2017-02-04 23:21:44 -08:00
  • dc33656cc1 improve memory viewer Chad Smith 2017-02-04 11:31:45 -08:00
  • 9407570fb4 improve memory viewer Chad Smith 2017-02-04 11:31:45 -08:00
  • 6c616fb666 update versions Chad Smith 2017-02-02 21:53:57 -08:00
  • c1d4811501 update versions Chad Smith 2017-02-02 21:53:57 -08:00
  • c3f9ed6dfc update readme with gratipay Chad Smith 2017-02-02 21:46:35 -08:00
  • 18e624c848 update readme with gratipay Chad Smith 2017-02-02 21:46:35 -08:00
  • fb9588e44c move image up higher in README Chad Smith 2017-02-02 21:26:40 -08:00
  • 15aa3d0919 move image up higher in README Chad Smith 2017-02-02 21:26:40 -08:00
  • c537abc64e add new screenshot Chad Smith 2017-02-02 17:00:42 -08:00
  • 9285fc3907 add new screenshot Chad Smith 2017-02-02 17:00:42 -08:00
  • 1612f2fe1b Merge pull request #12 from cs01/dev/chad/make-ui-into-two-cols Chad Smith 2017-02-02 13:32:19 -08:00
  • bba9f88ce4 Merge pull request #12 from cs01/dev/chad/make-ui-into-two-cols Chad Smith 2017-02-02 13:32:19 -08:00
  • ce21a21ab8 update pygdbmi version to fix Python3 bug Chad Smith 2017-02-02 13:22:17 -08:00
  • d52c170e16 update pygdbmi version to fix Python3 bug Chad Smith 2017-02-02 13:22:17 -08:00
  • c4f9f97c81 efficiently re-render the same file; add settings modal; smooth out some ui elements and events; show mi output only when debug is true Chad Smith 2017-01-31 17:07:55 -08:00
  • 5e5899f2fa efficiently re-render the same file; add settings modal; smooth out some ui elements and events; show mi output only when debug is true Chad Smith 2017-01-31 17:07:55 -08:00
  • 6cfdb97e9c add w2ui library; ui updates Chad Smith 2017-01-30 17:28:25 -08:00
  • 4c57821710 add w2ui library; ui updates Chad Smith 2017-01-30 17:28:25 -08:00
  • 2af47f2315 added events; collapse expand sections on right; shrink controls; need to fine tune css Chad Smith 2017-01-29 19:11:08 -08:00
  • b22aa821e4 added events; collapse expand sections on right; shrink controls; need to fine tune css Chad Smith 2017-01-29 19:11:08 -08:00
  • 87d86609fb Merge branch 'master' of github.com:cs01/gdbgui into dev/chad/make-ui-into-two-cols Chad Smith 2017-01-29 14:47:48 -08:00
  • e1d380439e Merge branch 'master' of github.com:cs01/gdbgui into dev/chad/make-ui-into-two-cols Chad Smith 2017-01-29 14:47:48 -08:00
  • 15932a73bd Merge pull request #11 from cs01/dev/chad/fix-documentation-display-in-pypi Chad Smith 2017-01-29 14:46:14 -08:00
  • 81a8ed2039 Merge pull request #11 from cs01/dev/chad/fix-documentation-display-in-pypi Chad Smith 2017-01-29 14:46:14 -08:00
  • 5ff51b992c fix image url for pypi Chad Smith 2017-01-29 14:41:35 -08:00
  • 8bd393187d fix image url for pypi Chad Smith 2017-01-29 14:41:35 -08:00
  • 73b846fbe9 Merge pull request #10 from cs01/dev/chad/fix-documentation-display-in-pypi Chad Smith 2017-01-29 14:35:45 -08:00
  • 9452a9ca7f Merge pull request #10 from cs01/dev/chad/fix-documentation-display-in-pypi Chad Smith 2017-01-29 14:35:45 -08:00
  • 7a2927db6a update readme to see if it looks better in github Chad Smith 2017-01-29 14:30:09 -08:00
  • b208618d5c update readme to see if it looks better in github Chad Smith 2017-01-29 14:30:09 -08:00
  • a6325939d0 update travis file Chad Smith 2017-01-29 14:20:22 -08:00
  • 73168ef243 update travis file Chad Smith 2017-01-29 14:20:22 -08:00
  • 3f5d8e841f Merge branch 'master' of github.com:cs01/gdbgui into dev/chad/fix-documentation-display-in-pypi Chad Smith 2017-01-29 14:14:07 -08:00
  • da3a05c48c Merge branch 'master' of github.com:cs01/gdbgui into dev/chad/fix-documentation-display-in-pypi Chad Smith 2017-01-29 14:14:07 -08:00
  • dc73c7cabc ust rst file; fix syntax error; add automatic doc check in build Chad Smith 2017-01-29 14:14:01 -08:00
  • eb7dadd535 ust rst file; fix syntax error; add automatic doc check in build Chad Smith 2017-01-29 14:14:01 -08:00
  • edb0b41ed3 Merge pull request #9 from cs01/dev/chad/quiet-console-output Chad Smith 2017-01-29 10:34:06 -08:00
  • 161219b08e Merge pull request #9 from cs01/dev/chad/quiet-console-output Chad Smith 2017-01-29 10:34:06 -08:00
  • c7f2a94fd0 update pypi version Chad Smith 2017-01-29 10:33:38 -08:00
  • 951cb6f137 update pypi version Chad Smith 2017-01-29 10:33:38 -08:00
  • 2e9de0f9dc minor updates to license and manifest Chad Smith 2017-01-29 10:32:38 -08:00
  • 8585bf1d52 minor updates to license and manifest Chad Smith 2017-01-29 10:32:38 -08:00
  • df8d668edb change license type Chad Smith 2017-01-29 10:27:39 -08:00
  • 1b120aeb0e change license type Chad Smith 2017-01-29 10:27:39 -08:00
  • ca8a52f7fc add rst README for pypi Chad Smith 2017-01-28 19:38:03 -08:00
  • 297ceb3e6f add rst README for pypi Chad Smith 2017-01-28 19:38:03 -08:00
  • e9be11880f store and present version info differently Chad Smith 2017-01-28 19:35:55 -08:00
  • a8f09ee6cd store and present version info differently Chad Smith 2017-01-28 19:35:55 -08:00
  • bd8e722e90 remove osx from build; move version to file Chad Smith 2017-01-28 19:15:28 -08:00
  • 7f8ca85444 remove osx from build; move version to file Chad Smith 2017-01-28 19:15:28 -08:00
  • 223eff2dba nicer date printing; renaming and refactoring Chad Smith 2017-01-28 18:31:39 -08:00
  • 6c72cf9855 nicer date printing; renaming and refactoring Chad Smith 2017-01-28 18:31:39 -08:00
  • 6d430ccb3e saving wip Chad Smith 2017-01-28 10:26:46 -08:00
  • 5c85d2543b saving wip Chad Smith 2017-01-28 10:26:46 -08:00
  • 3a9ec15189 saving wip Chad Smith 2017-01-26 20:40:21 -08:00
  • 168b0b104e saving wip Chad Smith 2017-01-26 20:40:21 -08:00
  • 49b4c5e787 saving wip Chad Smith 2017-01-26 17:09:53 -08:00
  • 1c0c728dbb saving wip Chad Smith 2017-01-26 17:09:53 -08:00
  • 6ca8e797d8 add modal if inferior program compiled without DWARF; add warning if source file was compiled after binary Chad Smith 2017-01-25 20:07:16 -08:00
  • 1dca5ad803 add modal if inferior program compiled without DWARF; add warning if source file was compiled after binary Chad Smith 2017-01-25 20:07:16 -08:00
  • 6e4871fb25 add modal if inferior program compiled without DWARF Chad Smith 2017-01-25 19:21:23 -08:00
  • a3a79ec418 add modal if inferior program compiled without DWARF Chad Smith 2017-01-25 19:21:23 -08:00
  • 17d64f588e Merge pull request #8 from cs01/dev/chad/screencast Chad Smith 2017-01-25 16:45:38 -08:00
  • 9aed3929b3 Merge pull request #8 from cs01/dev/chad/screencast Chad Smith 2017-01-25 16:45:38 -08:00
  • 2bf337c326 update readme Chad Smith 2017-01-25 16:45:14 -08:00
  • 5996a030ca update readme Chad Smith 2017-01-25 16:45:14 -08:00
  • 7acf17fdce add screencast Chad Smith 2017-01-25 16:42:38 -08:00
  • 7f4ea6265d add screencast Chad Smith 2017-01-25 16:42:38 -08:00
  • 179e1bbd67 Merge branch 'master' of github.com:cs01/gdbgui into dev/chad/travis-ci-osx Chad Smith 2017-01-25 10:50:58 -08:00
  • b91c785360 Merge branch 'master' of github.com:cs01/gdbgui into dev/chad/travis-ci-osx Chad Smith 2017-01-25 10:50:58 -08:00
  • 9a54ac743c Merge pull request #7 from cs01/dev/chad/rearrange-ui-and-flush-output-on-all-calls Chad Smith 2017-01-25 10:45:58 -08:00
  • 08de4057ab Merge pull request #7 from cs01/dev/chad/rearrange-ui-and-flush-output-on-all-calls Chad Smith 2017-01-25 10:45:58 -08:00
  • 3480d23d46 rearrange ui; flush output; disable gdb mi output widget when debug is false; add README.rst Chad Smith 2017-01-25 10:16:54 -08:00
  • 7b8100be1d rearrange ui; flush output; disable gdb mi output widget when debug is false; add README.rst Chad Smith 2017-01-25 10:16:54 -08:00
  • d8d365b5d1 Merge pull request #6 from cs01/dev/chad/gdb-unfinished-output-bug Chad Smith 2017-01-24 22:09:28 -08:00
  • d353a8f611 Merge pull request #6 from cs01/dev/chad/gdb-unfinished-output-bug Chad Smith 2017-01-24 22:09:28 -08:00
  • 4c21c6d9d6 automatically fetch child variables in some circumstances; improve text in stack Chad Smith 2017-01-24 22:07:18 -08:00