kyouryuukunn
0ad960d478
Fixed shellslash problems in Windows
2018-09-09 19:45:38 +09:00
kyouryuukunn
db4e2d5cf3
Fixed windows path problem
2018-09-08 19:24:40 +09:00
Ingo Heimbach
1f2553a71b
Transform filenames to absolute paths when reading debugger locations
...
Before this commit, many debugger `where` functions transformed the
filename of the current debugger location to a path relative to vim's
current working directory. When the user changed the current working
directory in the meantime, the previously saved location could not
resolved any more and lead to errors. This commit fixes this problem by
storing absolute paths instead.
2018-06-25 16:44:09 +02:00
IdanArye
78893b6e5f
Fix #25 set print pretty off
and print array off
in GDB
2016-02-20 18:02:00 +02:00
IdanArye
3ef3f45016
Fix #25 - pre-process GDB's MI output
2016-02-17 00:44:19 +02:00
IdanArye
a97d06519a
Add docs for the 'con' flag for gdb
...
Also expand :VBGattachGDB to support either 'pid' or 'con' as second
command argument.
2015-02-16 00:41:08 +02:00
Reuben D'Netto
940af913be
"Added 'con' option to vebugger#gdb#start"
2015-02-15 16:45:00 +11:00
IdanArye
b8dd945557
Fix #5 - Vim7.3 compatibility
2015-01-24 02:12:49 +02:00
IdanArye
f51ff80896
Fix for line stops in GDB.
...
Apperantly GDB changed the format, so Vebugger was changed to reflect
that.
2014-08-30 00:40:21 +03:00
IdanArye
5036961da9
Add support for multiple versions of debuggers
2014-06-24 01:46:03 +03:00
IdanArye
b0be0c92b7
Allow GDB to work with Dlang executables
...
This is done by allowing to choose differet entry points to start the
program at.
2014-06-24 00:07:28 +03:00
IdanArye
722d1e49b8
Make GDB, JDB, PDB and RDebug look at global variables for exeutable paths.
...
Mdbg already had this feature, since the Windows SDK doesn't normally
put it in the PATH(just like any other Microsoft tool that assumes you
are going to use Visual Studio and don't need the PATH...)
2014-05-23 17:43:01 +03:00
IdanArye
ea92572fa1
Prevented the shell buffer in Windows.
...
I can't get it to work without PTY
2014-05-22 17:21:31 +03:00
IdanArye
823bcb9c35
Fixed GDB's value setting problem
2014-05-19 19:57:36 +03:00
IdanArye
71671f0fa4
Added command-line-arguments support for all debuggers.
...
Won't work, ofcourse, when attaching a debugger to a running process...
2014-05-17 19:23:15 +03:00
IdanArye
75cee7c51f
Added statement execution for GDB.
...
Only supports setting variables and executing functions, because that's
what GDB supports(via different commands)(I think - didn't find anything
else...)
2014-05-16 23:58:40 +03:00
IdanArye
b5cbffd7bc
Add attach-to-running-process mode for GDB
2014-05-16 23:33:15 +03:00
IdanArye
9524694afd
Added a shell buffer.
...
Currently only for GDB
2014-05-16 17:42:22 +03:00
IdanArye
ac5be406e9
Implemented for rdebug
...
Also fixed a problem with the gdb value display result regex syntax
2014-05-14 13:14:34 +03:00
IdanArye
59f55a62be
Displaying exceptions in JDB
2014-02-08 22:58:34 +02:00
IdanArye
c46efb2c4f
Added GDB support
2014-02-08 00:51:13 +02:00