Commit 8224def
authored
feat: Control socket (#1078)
* Control socket pause.
* Refactor control socket and support win32 and linux.
* Use provided control socket path in init packet.
* Update Xdebug version.
* Force close control socket.
* Remove deprecated abstract socket package. Generalize linux and windows ctrl socket routines.
* Update package lock.
* Reflect changes in Xdebug. The control socket attribute does not have \\.\pipe\ anymore.
* Get package-lock.json from main
* Remove abstract-socket.d.ts
* Update Linux abstract UNIX socket name.
* npm audit fix
* Update CHANGELOG.md
* Add command to find and pause a PHP process.
* Support listing control sockets on linux
* Control Socket test file
* Prettier
* Skip tests for macos, implement progress indicator...
* Docs.1 parent f797413 commit 8224def
File tree
9 files changed
+381
-94
lines changed- src
- test
9 files changed
+381
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
153 | 164 | | |
154 | 165 | | |
155 | 166 | | |
| |||
0 commit comments