Commit graph

243 commits

Author SHA1 Message Date
Ben Jackson
de3c513b24
Merge pull request #33 from puremourning/mergible 160
Remove silly rule
2019-06-06 20:40:45 +01:00
Ben Jackson
a4413dc380 Remove silly rule 2019-06-02 15:56:24 +01:00
mergify[bot]
2293d29ccc
Merge pull request #31 from puremourning/update-servers
Update servers
2019-06-01 14:06:00 +00:00
Ben Jackson
c26fc8287b Update servers 2019-06-01 12:38:08 +01:00
mergify[bot]
d199aec8ba
Merge pull request #28 from puremourning/readme 135
Readme
2019-05-19 19:28:39 +00:00
Ben Jackson
62a2ad5506 Install the gadgets again 2019-05-19 20:25:47 +01:00
Ben Jackson
67b12133dc Update README 2019-05-19 20:24:56 +01:00
Ben Jackson
e1625ced2f add example vimrc 2019-05-19 20:24:56 +01:00
Ben Jackson
a343dbf3bd Add options to install_gadget.py 2019-05-19 20:24:56 +01:00
mergify[bot]
85ea3434a6
Merge pull request #27 from puremourning/azure-release 123
Fix package path again
2019-05-18 23:58:19 +00:00
Ben Jackson
b0b4933cec Fix package path again 2019-05-19 00:55:34 +01:00
mergify[bot]
72b8ec3491
Merge pull request #26 from puremourning/azure-release 120
Fix package structure
2019-05-18 23:48:44 +00:00
Ben Jackson
b4332e44d4 Fix package structure 2019-05-19 00:45:19 +01:00
mergify[bot]
4d2b2a5ad3
Merge pull request #25 from puremourning/azure-release 115
Azure release
2019-05-18 23:31:47 +00:00
Ben Jackson
9a253df909 Create GitHub releases 2019-05-19 00:29:04 +01:00
mergify[bot]
784a176d8a
Merge pull request #24 from puremourning/lgtm
Add lgtm config
2019-05-16 22:33:19 +00:00
mergify-bot
a33e935ce0 Merge branch 'master' into 'lgtm' 2019-05-16 22:31:09 +00:00
Ben Jackson
ae8a8b9f53 Add lgtm config 2019-05-16 23:20:16 +01:00
Ben Jackson
61a5c25cc4
Merge pull request #23 from puremourning/update-mergify
Add a comment when merging
2019-05-16 23:14:06 +01:00
Ben Jackson
425f7b00c7 Add a comment when merging 2019-05-16 22:38:32 +01:00
mergify[bot]
4a42ccb802
Merge pull request #21 from puremourning/test-clear-breakpoints
Test clear breakpoints
2019-05-16 20:10:30 +00:00
Ben Jackson
132b284dcd Improve tests 2019-05-16 21:08:18 +01:00
Ben Jackson
13f92e7d9b Update tests so they actually test and pass 2019-05-16 21:05:50 +01:00
Ben Jackson
f6e4b6cc5d Read tests from command line and print test file name on failure 2019-05-16 21:05:50 +01:00
Ben Jackson
a2fac43d29 Move rarely useful script out of the way 2019-05-16 21:05:50 +01:00
Ben Jackson
652fc4d280 Default VIMSPECTOR_MIMODE 2019-05-16 21:05:50 +01:00
mergify[bot]
26f3ea17c2
Merge pull request #22 from adelarsq/patch-1
Removing missing images and spell correction
2019-05-16 20:02:30 +00:00
Adelar da Silva Queiróz
3ef357a1cb
Removing #Demo section 2019-05-16 16:32:07 -03:00
Adelar da Silva Queiróz
2c3baf5baf
Removing missing images and spell correction 2019-05-16 16:22:43 -03:00
mergify[bot]
c89eeec717
Merge pull request #20 from puremourning/lint
Run flake8 and vint in azure
2019-05-08 23:26:23 +00:00
Ben Jackson
fc802b61bd Run flake8 and vint in azure 2019-05-09 00:24:06 +01:00
mergify[bot]
e82035f716
Merge pull request #19 from puremourning/workaround-gdbserver
Allow running a command after remote attach
2019-05-02 09:48:19 +00:00
Ben Jackson
de136f5db4 Allow running a command after remote attach
gdbserver has a bug which means that it can't actually attach to running
processes on some versions due to sending signals to the wrong PID (not
the process group leader, or something). The workaround is to manually
send kill -TRAP to the PID in order for the initial break to be
regiseterd.

Doing this manually is painful, so we allow the remote object to run a
command after having successfully initialized the engine, which is about
the time you need to kick the trap/breakpoint.

https://sourceware.org/bugzilla/show_bug.cgi?id=18945
2019-05-01 13:38:25 +01:00
mergify[bot]
1984857bab
Merge pull request #18 from puremourning/winbar-typo
Fix typo in UI
2019-04-28 13:19:34 +00:00
Ben Jackson
b3d05f4672 Fix typo in UI 2019-04-28 14:16:20 +01:00
mergify[bot]
47545f2fda
Merge pull request #17 from puremourning/run-tests-make
run_tests should build the test programs
2019-04-28 10:53:38 +00:00
Ben Jackson
d7667c6532 run_tests should build the test programs 2019-04-28 11:50:03 +01:00
mergify[bot]
281f32b8a3
Merge pull request #16 from puremourning/upgade-cpptools
Upgrade cpptools to 0.22.1
2019-04-28 09:58:38 +00:00
Ben Jackson
fd32aa264b Upgrade cpptools to 0.22.1 2019-04-28 10:56:14 +01:00
mergify[bot]
60e9e3e2bf
Merge pull request #15 from puremourning/clear-breakpoints
Add ClearBreakpoints API
2019-04-28 09:53:47 +00:00
Ben Jackson
470c64603a Add ClearBreakpoints API
Add a test which actually triggers the mappings and fires up vimspector
with the cpptools debugger.
2019-04-28 10:51:15 +01:00
Ben Jackson
e10a13e758 Fix reviewable typo and allow comment reviews 2019-04-28 10:44:31 +01:00
Ben Jackson
ec9dc770f6 You can't approve your own PRs, so make an exception to rely on reviewable only 2019-04-28 10:37:11 +01:00
Ben Jackson
d23c995c93 Use smart strict sorkflow to prevent broken master 2019-04-28 10:13:36 +01:00
Ben Jackson
6d3fc16584 COrrect name of mergify config 2019-04-28 10:04:09 +01:00
Ben Jackson
cffaef6b73 Add mergify config 2019-04-28 10:02:51 +01:00
Ben Jackson
db1cf29f0d
Merge pull request #14 from ousttrue/fix_typo
fix typo
2019-04-27 22:46:45 +01:00
ousttrue
62130ad525 fix typo 2019-04-28 06:31:56 +09:00
Ben Jackson
03d907d790 Update issue templates
Add some basic issue templates
2019-04-27 17:06:25 +01:00
Ben Jackson
4f31c95aa4 Fix flake8 errors 2019-04-27 14:21:26 +01:00