Commit graph

28 commits

Author SHA1 Message Date
WebFreak001
50fb4798b7 Added function breakpoints (fix #45) 2016-03-10 13:02:04 +01:00
WebFreak001
4cbb822d39 Fixed error messages for internal commands (fix #46) 2016-03-10 10:38:22 +01:00
WebFreak001
d8223cebb9 Separated stderr & stdout buffers 2016-03-06 12:17:01 +01:00
WebFreak001
e671d4cba0 Improved error responses 2016-03-06 12:08:57 +01:00
WebFreak001
35afccfd77 Added LLDB support (fix #39) 2016-03-06 12:02:11 +01:00
WebFreak001
b81a7bc1c2 Added expanding member pointer variables (TODO: make pointer member symbol customizable) 2016-03-05 00:36:16 +01:00
WebFreak001
2cb16e2b9e Made value arrays parsable by vscode 2016-02-27 20:08:28 +01:00
WebFreak001
1b7dba5a50 Fixed breakpoints on fast starting executables & fixed loading circle 2016-02-27 19:36:43 +01:00
WebFreak001
e7b3389f4b Add warning on ssh terminal 2016-02-23 17:38:38 +01:00
WebFreak001
30731c2ba1 Added support to run process in a separate console (fix #28) 2016-02-23 17:26:12 +01:00
WebFreak001
cb9e36d6db Added support for program arguments (fix #27) 2016-02-23 15:33:03 +01:00
Jan
ec188980c0 Merge pull request #25 from bbenoist/breakpoint-shared
Add the -f flag to break-insert
2016-02-22 18:57:26 +01:00
Baptist BENOIST
559d213f35 Add the -f flag to break-insert
To also support shared libraries which are loaded after the breakpoint
insertion.
2016-02-22 18:23:49 +01:00
Jan
517870e1b8 Merge pull request #16 from bbenoist/feature/ssh-bootstrap
Add an option to execute additional commands before GDB when using SSH
2016-02-10 22:01:26 +01:00
Baptist BENOIST
d6ee383e75 Add an option to execute additional commands before GDB when using SSH
Closes #15
2016-02-10 21:27:26 +01:00
WebFreak001
544c3a488b Added option to print calls from GDB 2016-02-10 20:54:57 +01:00
WebFreak001
cae555af40 Executable paths should be absolute using native path functions 2016-02-10 14:27:13 +01:00
WebFreak001
39fe07d742 Application launch path should use native path functions 2016-02-10 13:55:07 +01:00
WebFreak001
9570f9068f Fixed windows paths by using path.posix and replacing backslashes 2016-02-10 01:54:12 +01:00
WebFreak001
0ec1a4e8cf Added remote debugging via SSH (fix #11) 2016-02-09 21:51:44 +01:00
WebFreak001
a480a4cf4a Added autorun commands (fix #9) 2016-02-09 16:04:16 +01:00
WebFreak001
40f63c1e2d Quitting normally works without it thinking there is an exception 2016-02-09 15:52:23 +01:00
WebFreak001
438e474cf7 Added propper pause messages in gui for pause & breakpoint 2016-02-09 15:50:01 +01:00
WebFreak001
97de960df7 Added conditional breakpoints 2016-02-09 15:15:51 +01:00
WebFreak001
3831f07c2a Escaping cwd, fix #7 2016-02-05 15:32:08 +01:00
WebFreak001
be89778b3b Made pausing the program possible! 🎉 2016-02-04 16:00:17 +01:00
WebFreak001
99217775cf Added support for attaching & connecting to gdbserver (fix #4, fix #5) 2016-02-04 15:45:10 +01:00
WebFreak001
4440bfbe18 Initial commit 2016-01-10 18:03:51 +01:00