Commit 08a7b23
authored
[debugger]Componentize debugger (dotnet#54887)
* First version of componentize debugger
* Trying to save history of debugger-agent.h
* adding debugger-agent.h as a new file
* Fixing compilation
* Fixing wasm compilation
* Fixing wasm compilation.
* Running wasm app.
* Unrelated change.
* Fixing debugging console app
* Fixing compilation on linux
* Fixing wasm debugger.
* Remove unused callbacks
* Moving mini-wasm-debugger to component folder.
* Fixing wasm debugger.
* Fix non wasm compilation
* Fixing compilation on other platforms.
* Removing more code from component callback.
* Transforming more functions into static.
* Fix compilation.
* Moving more files to component folder.
* moving files.
* Fix android compilation.
* Fix wasm compilation.
* Try to fix windows compilation.
* Changing what @lambdageek suggested.
* Changing what @lamdbageek suggested.
* Not used anymore.
* Using the same function to initialize wasm and non-wasm debugger.
* Rollback exported function name.
* Changing where components are initialized.
Saving debugger transport information outside the component.
* set sdb options before component startup.
* Fixing console debug.
* Fix ios compilation.
* Fix calling parse_options without parameters.
* Last @lambdageek suggestions.1 parent 8dad364 commit 08a7b23
83 files changed
Lines changed: 1146 additions & 874 deletions
File tree
- src
- installer/pkg/sfx/Microsoft.NETCore.App
- mono
- dlls/mscordbi
- mono
- component
- metadata
- mini
- interp
- sgen
- utils
- wasm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
196 | 203 | | |
197 | 204 | | |
198 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
17 | 39 | | |
18 | 40 | | |
19 | 41 | | |
| |||
0 commit comments