forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information
Showing
83 changed files
with
1,146 additions
and
874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.