fast_code_owners 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.cargo/config +2 -2
- data/Cargo.lock +160 -75
- data/ext/cargo-vendor/ahash-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ahash-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ahash-0.7.8/.github/workflows/rust.yml +151 -0
- data/ext/cargo-vendor/ahash-0.7.8/Cargo.toml.orig +96 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.vim/coc-settings.json +12 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.lock +705 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml +220 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml.orig +72 -0
- data/ext/cargo-vendor/anstream-0.6.20/README.md +34 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/_macros.rs +364 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/strip.rs +511 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/wincon.rs +378 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/lib.rs +90 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/stream.rs +316 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/wincon.rs +226 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.lock +16 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml +178 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/anstyle-1.0.11/README.md +42 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/color.rs +685 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/effect.rs +404 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/lib.rs +70 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/reset.rs +47 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/style.rs +437 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.lock +740 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml +196 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml.orig +48 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/README.md +33 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/lib.rs +442 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/state/definitions.rs +171 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.lock +83 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml +174 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/README.md +25 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/lib.rs +163 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/windows.rs +79 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.lock +113 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml +187 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/README.md +30 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/lib.rs +25 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/windows.rs +260 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/anyhow-1.0.98/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.github/workflows/ci.yml +92 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/Cargo.toml.orig +62 -0
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bindgen-0.69.5/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bitflags-2.9.0/Cargo.toml.orig +43 -0
- data/ext/cargo-vendor/bstr-1.12.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bstr-1.12.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bstr-1.12.0/Cargo.toml.orig +76 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.github/workflows/ci.yml +31 -0
- data/ext/cargo-vendor/cexpr-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.github/workflows/main.yml +56 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ci.yml +56 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ssh.yml +40 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.lock +910 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml +636 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml.orig +538 -0
- data/ext/cargo-vendor/clap-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap-4.5.43/README.md +49 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_builder/03_04_subcommands.md +62 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_derive/03_04_subcommands.md +61 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_derive/mod.rs +542 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_faq.rs +95 -0
- data/ext/cargo-vendor/clap-4.5.43/src/bin/stdio-fixture.rs +106 -0
- data/ext/cargo-vendor/clap-4.5.43/src/lib.rs +106 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.lock +450 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/README.md +25 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/action.rs +461 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/command.rs +5207 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/styling.rs +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/error/kind.rs +365 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/lib.rs +53 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/macros.rs +605 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/output/help_template.rs +1188 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/parser/matches/arg_matches.rs +2097 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.lock +100 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml +165 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/README.md +25 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.lock +56 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/README.md +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/src/lib.rs +526 -0
- data/ext/cargo-vendor/codeowners-0.2.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.lock +1223 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.toml +94 -0
- data/ext/cargo-vendor/codeowners-0.2.5/README.md +204 -0
- data/ext/cargo-vendor/codeowners-0.2.5/ai-prompts/for-file-optimization.md +21 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/bin/compare_for_file.rs +179 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/cache/file.rs +181 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/for_file_fast.rs +313 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/directory_mapper.rs +175 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/package_mapper.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project.rs +199 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project_builder.rs +257 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/runner.rs +349 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/.github/CODEOWNERS +37 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/code_ownership.yml +10 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/teams/ux.yml +6 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/pets/dog.rb +5 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb +7 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/valid_project_test.rs +277 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.lock +7 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml +163 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/README.md +34 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/src/lib.rs +120 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/Cargo.toml.orig +56 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/Cargo.toml.orig +46 -0
- data/ext/cargo-vendor/either-1.15.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/either-1.15.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/either-1.15.0/.github/workflows/ci.yml +83 -0
- data/ext/cargo-vendor/either-1.15.0/Cargo.toml.orig +40 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.github/workflows/ci.yml +48 -0
- data/ext/cargo-vendor/equivalent-1.0.2/Cargo.toml.orig +9 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/workflows/main.yml +89 -0
- data/ext/cargo-vendor/errno-0.3.13/CHANGELOG.md +132 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.lock +90 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml +67 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/errno-0.3.13/src/sys.rs +35 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.justfile +58 -0
- data/ext/cargo-vendor/error-stack-0.5.0/Cargo.toml.orig +87 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.lock +640 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml +64 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml.orig +35 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/README.md +85 -0
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fastrand-2.3.0/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.2.16/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.3.3/CHANGELOG.md +628 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.lock +365 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml +147 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/getrandom-0.3.3/README.md +390 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends/wasi_p1.rs +32 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends.rs +181 -0
- data/ext/cargo-vendor/glob-0.3.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/glob-0.3.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/dependabot.yml +13 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/publish.yml +27 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/rust.yml +65 -0
- data/ext/cargo-vendor/glob-0.3.2/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/globset-0.4.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/globset-0.4.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/globset-0.4.16/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/CHANGELOG.md +619 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.lock +306 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cross.toml +3 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/README.md +80 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/benches/bench.rs +329 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/lsx.rs +137 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/mod.rs +43 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/external_trait_impls/serde.rs +220 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/lib.rs +188 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/map.rs +6583 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/alloc.rs +92 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/mod.rs +4436 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/rustc_entry.rs +567 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/set.rs +3121 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/table.rs +2380 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/util.rs +38 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/tests/set.rs +34 -0
- data/ext/cargo-vendor/heck-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/heck-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/heck-0.5.0/Cargo.toml.orig +11 -0
- data/ext/cargo-vendor/ignore-0.4.23/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ignore-0.4.23/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ignore-0.4.23/Cargo.toml.orig +44 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.github/workflows/ci.yml +159 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.lock +236 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml +142 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml.orig +61 -0
- data/ext/cargo-vendor/indexmap-2.10.0/RELEASES.md +563 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/bench.rs +750 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/faststring.rs +181 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/lib.rs +288 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/entry.rs +574 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/extract.rs +108 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/raw_entry_v1.rs +669 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core.rs +735 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/iter.rs +830 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/mutable.rs +165 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/slice.rs +751 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/tests.rs +1228 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map.rs +1697 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/map.rs +662 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/mod.rs +15 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/set.rs +755 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/iter.rs +681 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/slice.rs +380 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/tests.rs +999 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set.rs +1340 -0
- data/ext/cargo-vendor/indexmap-2.10.0/tests/quick.rs +800 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/itertools-0.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.12.1/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/itertools-0.14.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.14.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/ci.yml +101 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.14.0/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/itoa-1.0.15/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itoa-1.0.15/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/workflows/ci.yml +114 -0
- data/ext/cargo-vendor/itoa-1.0.15/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/lazycell-1.3.0/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/libc-0.2.172/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libc-0.2.172/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.git-blame-ignore-revs +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.release-plz.toml +49 -0
- data/ext/cargo-vendor/libc-0.2.172/Cargo.toml.orig +157 -0
- data/ext/cargo-vendor/libloading-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libloading-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libloading-0.8.6/.github/workflows/libloading.yml +107 -0
- data/ext/cargo-vendor/libloading-0.8.6/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/Cargo.toml.orig +59 -0
- data/ext/cargo-vendor/log-0.4.27/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/log-0.4.27/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/log-0.4.27/.github/workflows/main.yml +146 -0
- data/ext/cargo-vendor/log-0.4.27/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/lru-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lru-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lru-0.7.8/.github/workflows/main.yml +54 -0
- data/ext/cargo-vendor/lru-0.7.8/Cargo.toml.orig +22 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo/config.toml +7 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-0.7.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-0.7.1/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/matchers-0.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/matchers-0.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/matchers-0.1.0/.clog.toml +24 -0
- data/ext/cargo-vendor/matchers-0.1.0/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/matchers-0.1.0/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/memchr-2.7.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memchr-2.7.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memchr-2.7.4/.ignore +1 -0
- data/ext/cargo-vendor/memchr-2.7.4/.vim/coc-settings.json +16 -0
- data/ext/cargo-vendor/memchr-2.7.4/Cargo.toml.orig +79 -0
- data/ext/cargo-vendor/memoize-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-0.5.1/.github/workflows/test.yml +20 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgignore +2 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgtags +12 -0
- data/ext/cargo-vendor/memoize-0.5.1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/custom.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/documentation.md +16 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/feature_request.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/question.md +11 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/custom.md +22 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/documentation.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Cross.yml +90 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Features.yml +23 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/OSX.yml +40 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Simple.yml +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Valgrind.yml +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.gitmodules +4 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nom-7.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml.orig +142 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.github/workflows/ci.yml +39 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.github/workflows/ci.yaml +28 -0
- data/ext/cargo-vendor/once_cell-1.21.3/Cargo.toml.orig +92 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.lock +7 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml +163 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml.orig +121 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/README.md +26 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/lib.rs +11 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/sync/mod.rs +41 -0
- data/ext/cargo-vendor/overload-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/overload-0.1.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/overload-0.1.1/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.github/workflows/ci.yml +65 -0
- data/ext/cargo-vendor/path-clean-1.0.1/Cargo.toml.orig +20 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/Cargo.toml.orig +89 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/tests/expand/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/workflows/ci.yml +228 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/Cargo.toml.orig +66 -0
- data/ext/cargo-vendor/quote-1.0.40/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/quote-1.0.40/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/quote-1.0.40/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/publish.yml +39 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/rust-tests.yml +125 -0
- data/ext/cargo-vendor/r-efi-5.3.0/AUTHORS +74 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.lock +16 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml +70 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/r-efi-5.3.0/NEWS.md +301 -0
- data/ext/cargo-vendor/rayon-1.10.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-1.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-1.10.0/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/Cargo.toml.orig +68 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.lock +393 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml +70 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml.orig +57 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/readme.md +36 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/macros.rs +371 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.c +179 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.rs +257 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_6.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_7.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_0.rs +332 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_1.rs +325 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_2.rs +323 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_3.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_4.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api.rs +261 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/utils.rs +89 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.lock +294 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml +71 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml.orig +32 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings/stable_api.rs +206 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings.rs +286 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/cc.rs +421 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/regex-1.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-1.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/.vim/coc-settings.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/Cargo.toml.orig +261 -0
- data/ext/cargo-vendor/regex-1.11.1/record/old-bench-log/.gitignore +1 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/Cargo.toml.orig +75 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/Cargo.toml.orig +110 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/Cargo.toml.orig +33 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/FUNDING.yml +2 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/dependabot.yml +12 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/workflows/rust.yml +70 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.lock +1105 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml +284 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/fs/syscalls.rs +2721 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/io/syscalls.rs +303 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/net/sockopt.rs +1338 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/thread/syscalls.rs +780 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/aarch64.rs +269 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/arm.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips32r6.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64.rs +467 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64r6.rs +471 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc64.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/riscv64.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/s390x.rs +288 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/thumb.rs +323 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86.rs +492 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86_64.rs +294 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/param/auxv.rs +580 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/thread/syscalls.rs +549 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/lib.rs +426 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/not_implemented.rs +348 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/pid.rs +135 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/futex.rs +600 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/setns.rs +162 -0
- data/ext/cargo-vendor/ryu-1.0.20/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ryu-1.0.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/workflows/ci.yml +120 -0
- data/ext/cargo-vendor/ryu-1.0.20/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/same-file-1.0.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/same-file-1.0.6/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/same-file-1.0.6/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/semver-1.0.26/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/semver-1.0.26/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/workflows/ci.yml +140 -0
- data/ext/cargo-vendor/semver-1.0.26/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/workflows/ci.yml +103 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/serde-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde-1.0.219/Cargo.toml.orig +71 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.lock +419 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml +157 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/lib.rs +438 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/read.rs +1089 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/ser.rs +2285 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/value/mod.rs +1042 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/workflows/ci.yml +111 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.clog.toml +26 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.envrc +1 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/FUNDING.yml +12 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/ci.yml +154 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/release.yml +22 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/Cargo.toml.orig +53 -0
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shell-words-1.1.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/shlex-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shlex-1.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shlex-1.3.0/.github/workflows/test.yml +36 -0
- data/ext/cargo-vendor/shlex-1.3.0/Cargo.toml.orig +23 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.github/workflows/main.yml +114 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.lock +198 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml +110 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml.orig +54 -0
- data/ext/cargo-vendor/smallvec-1.15.1/src/lib.rs +2605 -0
- data/ext/cargo-vendor/strsim-0.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/strsim-0.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/strsim-0.11.1/.editorconfig +13 -0
- data/ext/cargo-vendor/strsim-0.11.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/syn-1.0.109/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-1.0.109/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-1.0.109/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/syn-2.0.101/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-2.0.101/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-2.0.101/Cargo.toml.orig +94 -0
- data/ext/cargo-vendor/tap-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tap-1.0.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/tap-1.0.1/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/workflows/ci.yml +107 -0
- data/ext/cargo-vendor/tempfile-3.20.0/CHANGELOG.md +360 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.lock +183 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml +98 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/any.rs +24 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/unix.rs +26 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/mod.rs +516 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/file/mod.rs +1078 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/lib.rs +760 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/spooled.rs +249 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/util.rs +82 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/env.rs +16 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/namedtempfile.rs +607 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/spooled.rs +377 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempdir.rs +212 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempfile.rs +78 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/ci.yml +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/release-plz.yml +53 -0
- data/ext/cargo-vendor/thread_local-1.1.9/CHANGELOG.md +16 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.lock +610 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml +51 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/README.md +39 -0
- data/ext/cargo-vendor/thread_local-1.1.9/src/thread_id.rs +210 -0
- data/ext/cargo-vendor/tracing-0.1.41/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-0.1.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-0.1.41/Cargo.toml.orig +118 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/CHANGELOG.md +469 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.lock +601 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml +157 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/README.md +91 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/attr.rs +478 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/expand.rs +854 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/lib.rs +707 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/async_fn.rs +496 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/dead_code.rs +10 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/err.rs +329 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/instrument.rs +346 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.rs +45 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.stderr +104 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/const_instrument.stderr +15 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.rs +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.stderr +11 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/pass/type_shadowing.rs +17 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui.rs +15 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/CHANGELOG.md +587 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.lock +23 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml +106 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/README.md +121 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/callsite.rs +618 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/dispatcher.rs +1068 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/field.rs +1320 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/lib.rs +302 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/metadata.rs +1114 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/Cargo.toml.orig +109 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/tests/fst/.gitignore +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/workflows/ci.yml +109 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/Cargo.toml.orig +15 -0
- data/ext/cargo-vendor/valuable-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/valuable-0.1.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/valuable-0.1.1/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/version_check-0.9.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/version_check-0.9.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/.github/workflows/ci.yml +42 -0
- data/ext/cargo-vendor/version_check-0.9.5/.travis.yml +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.github/workflows/ci.yml +94 -0
- data/ext/cargo-vendor/walkdir-2.5.0/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.github/workflows/main.yml +44 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.gitmodules +3 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.lock +23 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml +59 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.github/workflows/main.yml +77 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.gitmodules +0 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/winapi-0.3.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-0.3.9/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/winapi-0.3.9/Cargo.toml.orig +431 -0
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.github/workflows/ci.yml +87 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-link-0.1.3/readme.md +26 -0
- data/ext/cargo-vendor/windows-link-0.1.3/src/lib.rs +39 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.lock +74 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml +305 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml.orig +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-mit +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/readme.md +40 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/rustfmt.toml +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs +49 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs +1842 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs +11534 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs +4258 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs +269 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +1785 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs +5284 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs +28 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs +215 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs +16976 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs +155 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs +510 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs +262 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs +1303 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs +1712 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs +1629 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs +539 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs +332 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +4702 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs +165 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs +3822 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs +717 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs +102 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs +1358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +3996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs +633 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs +1422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs +265 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs +73 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs +554 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs +247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs +3405 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs +3334 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs +1003 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs +100 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs +10365 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs +99 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs +5285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs +238 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs +4203 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs +2381 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs +1276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs +5024 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs +2447 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs +6409 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs +6882 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs +996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs +212 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs +2511 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs +2076 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +3771 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs +89 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +3567 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs +248 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs +5358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs +200 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs +282 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs +1502 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs +1810 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs +3870 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs +457 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs +428 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs +57 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +5206 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs +139 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs +4971 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs +326 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs +157 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs +2859 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs +4340 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs +1525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs +907 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs +113 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs +1247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs +2499 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs +5891 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs +4218 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs +6792 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs +1204 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs +931 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +188 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs +2330 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs +198 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs +701 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs +10296 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs +1173 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs +8 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs +194 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs +1123 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs +387 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs +1346 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs +256 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs +791 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs +441 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs +97 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs +4367 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs +709 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs +329 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs +376 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs +1599 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs +3006 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs +4443 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs +454 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs +306 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs +965 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs +440 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs +38 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs +1255 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs +147 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs +2321 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs +68 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs +364 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs +172 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs +847 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs +955 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs +1549 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs +604 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs +433 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs +506 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs +636 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs +4085 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs +6558 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +2504 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs +355 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs +144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs +105 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs +328 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs +237 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs +460 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs +127 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs +401 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs +35 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs +477 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs +86 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs +187 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs +2388 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs +78 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs +1581 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs +7422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs +525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs +145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs +392 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs +122 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs +185 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs +25 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs +536 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs +766 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs +2992 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs +1266 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs +1572 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs +235 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs +1144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs +2145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs +1095 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs +101 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs +81 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs +3429 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs +6535 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs +727 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs +866 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs +5338 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs +1285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs +60 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs +23 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs +351 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs +341 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs +1886 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs +2845 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs +132 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs +1916 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs +788 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs +1380 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs +8163 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs +66 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs +1619 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs +895 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs +184 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs +151 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs +232 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs +254 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs +62 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs +129 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +356 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs +7533 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs +1595 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs +862 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs +4075 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs +634 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/mod.rs +30 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/literals.rs +114 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/mod.rs +47 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/lib.rs +17 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.lock +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/readme.md +27 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/src/lib.rs +29 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/Cargo.toml.orig +19 -0
- data/ext/fast_code_owners/Cargo.toml +4 -3
- data/ext/fast_code_owners/src/lib.rs +1 -1
- data/lib/fast_code_owners/cli.rb +144 -0
- data/lib/fast_code_owners/team_finder.rb +2 -1
- data/lib/fast_code_owners/version.rb +1 -1
- data/lib/fast_code_owners.rb +16 -0
- metadata +1916 -1170
- data/ext/cargo-vendor/anstream-0.6.18/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.lock +0 -705
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.toml +0 -233
- data/ext/cargo-vendor/anstream-0.6.18/README.md +0 -34
- data/ext/cargo-vendor/anstream-0.6.18/benches/stream.rs +0 -103
- data/ext/cargo-vendor/anstream-0.6.18/benches/strip.rs +0 -134
- data/ext/cargo-vendor/anstream-0.6.18/benches/wincon.rs +0 -46
- data/ext/cargo-vendor/anstream-0.6.18/src/_macros.rs +0 -365
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/strip.rs +0 -511
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/wincon.rs +0 -387
- data/ext/cargo-vendor/anstream-0.6.18/src/lib.rs +0 -86
- data/ext/cargo-vendor/anstream-0.6.18/src/stream.rs +0 -315
- data/ext/cargo-vendor/anstream-0.6.18/src/wincon.rs +0 -225
- data/ext/cargo-vendor/anstyle-1.0.10/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.lock +0 -16
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.toml +0 -176
- data/ext/cargo-vendor/anstyle-1.0.10/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-1.0.10/README.md +0 -42
- data/ext/cargo-vendor/anstyle-1.0.10/src/color.rs +0 -685
- data/ext/cargo-vendor/anstyle-1.0.10/src/effect.rs +0 -404
- data/ext/cargo-vendor/anstyle-1.0.10/src/lib.rs +0 -64
- data/ext/cargo-vendor/anstyle-1.0.10/src/reset.rs +0 -47
- data/ext/cargo-vendor/anstyle-1.0.10/src/style.rs +0 -437
- data/ext/cargo-vendor/anstyle-parse-0.2.6/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.lock +0 -667
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.toml +0 -200
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/anstyle-parse-0.2.6/README.md +0 -33
- data/ext/cargo-vendor/anstyle-parse-0.2.6/benches/parse.rs +0 -207
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/lib.rs +0 -438
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/state/definitions.rs +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.lock +0 -83
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.toml +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/README.md +0 -15
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/lib.rs +0 -159
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/windows.rs +0 -79
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.lock +0 -104
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.toml +0 -188
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/README.md +0 -30
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/lib.rs +0 -21
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/windows.rs +0 -260
- data/ext/cargo-vendor/clap-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap-4.5.37/Cargo.lock +0 -868
- data/ext/cargo-vendor/clap-4.5.37/Cargo.toml +0 -627
- data/ext/cargo-vendor/clap-4.5.37/README.md +0 -43
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_builder/03_04_subcommands.md +0 -59
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_derive/03_04_subcommands.md +0 -60
- data/ext/cargo-vendor/clap-4.5.37/src/_derive/mod.rs +0 -533
- data/ext/cargo-vendor/clap-4.5.37/src/_faq.rs +0 -95
- data/ext/cargo-vendor/clap-4.5.37/src/bin/stdio-fixture.rs +0 -26
- data/ext/cargo-vendor/clap-4.5.37/src/lib.rs +0 -102
- data/ext/cargo-vendor/clap_builder-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.lock +0 -450
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.toml +0 -219
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_builder-4.5.37/README.md +0 -24
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/action.rs +0 -461
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/command.rs +0 -5202
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/styling.rs +0 -177
- data/ext/cargo-vendor/clap_builder-4.5.37/src/error/kind.rs +0 -366
- data/ext/cargo-vendor/clap_builder-4.5.37/src/lib.rs +0 -49
- data/ext/cargo-vendor/clap_builder-4.5.37/src/macros.rs +0 -590
- data/ext/cargo-vendor/clap_builder-4.5.37/src/output/help_template.rs +0 -1151
- data/ext/cargo-vendor/clap_builder-4.5.37/src/parser/matches/arg_matches.rs +0 -2100
- data/ext/cargo-vendor/clap_derive-4.5.32/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.lock +0 -100
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_derive-4.5.32/README.md +0 -24
- data/ext/cargo-vendor/clap_lex-0.7.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_lex-0.7.4/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_lex-0.7.4/README.md +0 -19
- data/ext/cargo-vendor/clap_lex-0.7.4/src/lib.rs +0 -522
- data/ext/cargo-vendor/codeowners-0.2.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/codeowners-0.2.4/CONFIGURATION.md +0 -135
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.lock +0 -1214
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.toml +0 -90
- data/ext/cargo-vendor/codeowners-0.2.4/README.md +0 -128
- data/ext/cargo-vendor/codeowners-0.2.4/src/cache/file.rs +0 -173
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/directory_mapper.rs +0 -169
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/package_mapper.rs +0 -215
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership.rs +0 -219
- data/ext/cargo-vendor/codeowners-0.2.4/src/project.rs +0 -199
- data/ext/cargo-vendor/codeowners-0.2.4/src/project_builder.rs +0 -230
- data/ext/cargo-vendor/codeowners-0.2.4/src/runner.rs +0 -293
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/.github/CODEOWNERS +0 -35
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/config/code_ownership.yml +0 -10
- data/ext/cargo-vendor/codeowners-0.2.4/tests/valid_project_test.rs +0 -237
- data/ext/cargo-vendor/colorchoice-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/colorchoice-1.0.3/Cargo.toml +0 -160
- data/ext/cargo-vendor/colorchoice-1.0.3/README.md +0 -24
- data/ext/cargo-vendor/colorchoice-1.0.3/src/lib.rs +0 -116
- data/ext/cargo-vendor/errno-0.3.11/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/errno-0.3.11/CHANGELOG.md +0 -122
- data/ext/cargo-vendor/errno-0.3.11/Cargo.lock +0 -90
- data/ext/cargo-vendor/errno-0.3.11/Cargo.toml +0 -67
- data/ext/cargo-vendor/fast-glob-0.4.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.lock +0 -460
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.toml +0 -61
- data/ext/cargo-vendor/getrandom-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/getrandom-0.3.2/CHANGELOG.md +0 -605
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.lock +0 -365
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.toml +0 -147
- data/ext/cargo-vendor/getrandom-0.3.2/README.md +0 -385
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends/wasi_p1.rs +0 -26
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends.rs +0 -180
- data/ext/cargo-vendor/hashbrown-0.15.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hashbrown-0.15.2/CHANGELOG.md +0 -588
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.lock +0 -266
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.toml +0 -173
- data/ext/cargo-vendor/hashbrown-0.15.2/README.md +0 -80
- data/ext/cargo-vendor/hashbrown-0.15.2/benches/bench.rs +0 -331
- data/ext/cargo-vendor/hashbrown-0.15.2/src/control/group/mod.rs +0 -35
- data/ext/cargo-vendor/hashbrown-0.15.2/src/external_trait_impls/serde.rs +0 -220
- data/ext/cargo-vendor/hashbrown-0.15.2/src/lib.rs +0 -181
- data/ext/cargo-vendor/hashbrown-0.15.2/src/map.rs +0 -6512
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/alloc.rs +0 -86
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/mod.rs +0 -4383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/rustc_entry.rs +0 -567
- data/ext/cargo-vendor/hashbrown-0.15.2/src/set.rs +0 -3108
- data/ext/cargo-vendor/hashbrown-0.15.2/src/table.rs +0 -2383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/util.rs +0 -14
- data/ext/cargo-vendor/hashbrown-0.15.2/tests/set.rs +0 -34
- data/ext/cargo-vendor/indexmap-2.9.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.lock +0 -338
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.toml +0 -145
- data/ext/cargo-vendor/indexmap-2.9.0/RELEASES.md +0 -557
- data/ext/cargo-vendor/indexmap-2.9.0/benches/bench.rs +0 -763
- data/ext/cargo-vendor/indexmap-2.9.0/benches/faststring.rs +0 -185
- data/ext/cargo-vendor/indexmap-2.9.0/src/lib.rs +0 -300
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/entry.rs +0 -571
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/raw_entry_v1.rs +0 -665
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core.rs +0 -738
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/iter.rs +0 -776
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/mutable.rs +0 -166
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/slice.rs +0 -631
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/tests.rs +0 -1008
- data/ext/cargo-vendor/indexmap-2.9.0/src/map.rs +0 -1651
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/map.rs +0 -663
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/mod.rs +0 -16
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/set.rs +0 -756
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/iter.rs +0 -628
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/slice.rs +0 -379
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/tests.rs +0 -723
- data/ext/cargo-vendor/indexmap-2.9.0/src/set.rs +0 -1301
- data/ext/cargo-vendor/indexmap-2.9.0/tests/quick.rs +0 -759
- data/ext/cargo-vendor/r-efi-5.2.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/r-efi-5.2.0/AUTHORS +0 -73
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.toml +0 -77
- data/ext/cargo-vendor/r-efi-5.2.0/NEWS.md +0 -292
- data/ext/cargo-vendor/rb-sys-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.111/Cargo.toml +0 -70
- data/ext/cargo-vendor/rb-sys-0.9.111/readme.md +0 -72
- data/ext/cargo-vendor/rb-sys-0.9.111/src/macros.rs +0 -286
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.c +0 -123
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.rs +0 -216
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_6.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_7.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_0.rs +0 -287
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_1.rs +0 -280
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_2.rs +0 -278
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_3.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_4.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api.rs +0 -229
- data/ext/cargo-vendor/rb-sys-0.9.111/src/utils.rs +0 -67
- data/ext/cargo-vendor/rb-sys-build-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.111/Cargo.toml +0 -71
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings/stable_api.rs +0 -206
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings.rs +0 -254
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/cc.rs +0 -403
- data/ext/cargo-vendor/rustix-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.lock +0 -1033
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.toml +0 -290
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/fs/syscalls.rs +0 -2718
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/io/syscalls.rs +0 -297
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/net/sockopt.rs +0 -1339
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/thread/syscalls.rs +0 -780
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/aarch64.rs +0 -268
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/arm.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips32r6.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64.rs +0 -466
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64r6.rs +0 -470
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc64.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/riscv64.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/s390x.rs +0 -287
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/thumb.rs +0 -322
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86.rs +0 -490
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86_64.rs +0 -293
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/param/auxv.rs +0 -583
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/thread/syscalls.rs +0 -549
- data/ext/cargo-vendor/rustix-1.0.5/src/lib.rs +0 -420
- data/ext/cargo-vendor/rustix-1.0.5/src/not_implemented.rs +0 -349
- data/ext/cargo-vendor/rustix-1.0.5/src/pid.rs +0 -111
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/futex.rs +0 -600
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/setns.rs +0 -139
- data/ext/cargo-vendor/serde_json-1.0.140/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.lock +0 -417
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.toml +0 -157
- data/ext/cargo-vendor/serde_json-1.0.140/src/lib.rs +0 -437
- data/ext/cargo-vendor/serde_json-1.0.140/src/read.rs +0 -1089
- data/ext/cargo-vendor/serde_json-1.0.140/src/ser.rs +0 -2277
- data/ext/cargo-vendor/serde_json-1.0.140/src/value/mod.rs +0 -1035
- data/ext/cargo-vendor/smallvec-1.15.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.lock +0 -198
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/smallvec-1.15.0/src/lib.rs +0 -2603
- data/ext/cargo-vendor/tempfile-3.19.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tempfile-3.19.1/CHANGELOG.md +0 -338
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.lock +0 -183
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.toml +0 -95
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/any.rs +0 -24
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/unix.rs +0 -26
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/mod.rs +0 -500
- data/ext/cargo-vendor/tempfile-3.19.1/src/file/mod.rs +0 -1055
- data/ext/cargo-vendor/tempfile-3.19.1/src/lib.rs +0 -745
- data/ext/cargo-vendor/tempfile-3.19.1/src/spooled.rs +0 -197
- data/ext/cargo-vendor/tempfile-3.19.1/src/util.rs +0 -80
- data/ext/cargo-vendor/tempfile-3.19.1/tests/env.rs +0 -15
- data/ext/cargo-vendor/tempfile-3.19.1/tests/namedtempfile.rs +0 -531
- data/ext/cargo-vendor/tempfile-3.19.1/tests/spooled.rs +0 -322
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempdir.rs +0 -191
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempfile.rs +0 -68
- data/ext/cargo-vendor/thread_local-1.1.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thread_local-1.1.8/Cargo.toml +0 -43
- data/ext/cargo-vendor/thread_local-1.1.8/README.md +0 -39
- data/ext/cargo-vendor/thread_local-1.1.8/src/thread_id.rs +0 -206
- data/ext/cargo-vendor/tracing-attributes-0.1.28/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-attributes-0.1.28/CHANGELOG.md +0 -446
- data/ext/cargo-vendor/tracing-attributes-0.1.28/Cargo.toml +0 -151
- data/ext/cargo-vendor/tracing-attributes-0.1.28/README.md +0 -91
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/attr.rs +0 -478
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/expand.rs +0 -833
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/lib.rs +0 -696
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/async_fn.rs +0 -491
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/err.rs +0 -328
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/instrument.rs +0 -326
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.rs +0 -46
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.stderr +0 -98
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/const_instrument.stderr +0 -15
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui.rs +0 -14
- data/ext/cargo-vendor/tracing-core-0.1.33/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-core-0.1.33/CHANGELOG.md +0 -574
- data/ext/cargo-vendor/tracing-core-0.1.33/Cargo.toml +0 -104
- data/ext/cargo-vendor/tracing-core-0.1.33/README.md +0 -121
- data/ext/cargo-vendor/tracing-core-0.1.33/src/callsite.rs +0 -618
- data/ext/cargo-vendor/tracing-core-0.1.33/src/dispatcher.rs +0 -1069
- data/ext/cargo-vendor/tracing-core-0.1.33/src/field.rs +0 -1320
- data/ext/cargo-vendor/tracing-core-0.1.33/src/lib.rs +0 -302
- data/ext/cargo-vendor/tracing-core-0.1.33/src/metadata.rs +0 -1114
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml +0 -42
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/dump-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/query-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/adapter/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/auto.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/fmt.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/strip.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-1.0.11}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/examples/dump-style.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-parse-0.2.7}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-parse-0.2.7}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/examples/parselog.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/params.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/codegen.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/table.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-query-1.1.4}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → anstyle-query-1.1.4}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-query-1.1.4}/examples/query.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-wincon-3.0.10}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/dump-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/set-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/ansi.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/stream.rs +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → clap-4.5.43}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/README.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/flatten_hand_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/hand_subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/interop_tests.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands_alt.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/typed_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_derive/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_features.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_group.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_predicate.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/debug_asserts.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/ext.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/os_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/possible_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/range.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/resettable.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/styled_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/tests.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_hint.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/derive.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/context.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/format.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/mkeymap.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/fmt.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/help.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/core.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/word_separators.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/wrap_algorithms.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/usage.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/arg_matcher.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/suggestions.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/matched_arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/value_source.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/validator.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/any_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/color.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_map.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_set.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/graph.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/id.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/str_to_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/attr.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/args.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/into_app.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/value_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/dummies.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/item.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/doc_comments.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/spanned.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/ty.rs +0 -0
- /data/ext/cargo-vendor/{clap_lex-0.7.4 → clap_lex-0.7.5}/src/ext.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/audit.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/ci.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/dotslash-config.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rustfmt.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rusty-hook.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/dev/run_benchmarks.sh +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/rust-toolchain.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/noop.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cli.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/common_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/main.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_generator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_owner_finder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/escaper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_file_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_gem_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_glob_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_yml_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/parser.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/tests.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/validator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/project_file_builder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/cache_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/blockchain.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/multi_owned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/unowned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/deep/nesting/nestdir/deep_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/one_owner.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/some_other_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/bar.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/foo.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/.ignore +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/index.tsx +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/package.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/pay.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/item.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/ownedby_payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/ignored_files/git_ignored.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_structure_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/multiple_directory_owners_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tmp/.gitkeep +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/README.md +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/hermit.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/wasi.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{fast-glob-0.4.5 → fast-glob-1.0.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/benches/buffer.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/build.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/apple_other.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/custom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/efi_rng.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/esp_idf.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/fuchsia.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getentropy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/hermit.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_android_with_fallback.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_raw.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/netbsd.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rdrand.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rndr.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solaris.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solid.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/use_file.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/vxworks.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasi_p2.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasm_js.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows7.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error_std_impls.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util_libc.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/tests/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/insert_unique_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/set_ops.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/bitmask.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/generic.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/neon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/sse2.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/tag.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/helpers.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/map.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/raw.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/set.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/table.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/raw_entry.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/scopeguard.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/hasher.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/rayon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/README.md +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/borsh.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/map/serde_seq.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/set/mutable.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/macros_full_path.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/tests.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/Makefile +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/README.md +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/freestanding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/gop-query.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/hello-world.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/base.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/hii.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/absolute_pointer.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/block_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/bus_specific_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debug_support.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debugport.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/decompress.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_from_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_to_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_utilities.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_diagnostics2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_family_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/graphics_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_database.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_package_list.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_string.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image_device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/managed_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/memory_attribute.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/mp_services.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/pci_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/platform_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/rng.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/service_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_dynamic_command.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_parameters.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_file_system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/timestamp.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor/intel/console_control.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/bin/release.sh +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/features.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/main.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/stable_api_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/bindings.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/hidden.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/ruby_abi_version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/special_consts.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/symbol.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/tracking_allocator.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/value_type.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/sanitizer.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/wrapper.h +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/flags.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/library.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/search_path.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CHANGES.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/README.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/benches/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/build.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/ext.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/winsock_c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/reg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/tls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/bitcast.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/check_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/clockid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/cstr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/eventfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/kqueue.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/pause.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/poll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/port.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/select.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ffi.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/abs.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/at.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/constants.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/copy_file_range.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fadvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl_apple.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcopyfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/getpath.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/memfd_create.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/openat2.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/raw_dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/seek_from.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sendfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/special.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/statx.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/xattr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/close.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/dup.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/read_write.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/bindgen_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/bsd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/linux.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/patterns.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/kernel_sigset.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/owned.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/madvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mmap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/msync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/userfaultfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/fsopen.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mount_unmount.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/msg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket_addr_any.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socketpair.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/wsa.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/arg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/dec_int.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chdir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chroot.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/exit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/fcntl_getlk.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/kill.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd_getfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pivot_root.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/priority.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/procctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/rlimit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/umask.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/shm.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/signal.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/static_assertions.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tc.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/libcap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/membarrier.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched_yield.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/timerfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/timespec.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ugid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/weak.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/README.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/build.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/core.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/iter.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bhcomp.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bignum.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached_float80.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/digit.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/errors.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers32.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers64.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/shift.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/small_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/number.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/raw.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/from.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/index.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/partial_eq.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/ser.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/compiletest.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/debug.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/macros/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue1004.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue520.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue795.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue845.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue953.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/stream.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/test.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.stderr +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/benches/bench.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/smallvec.natvis +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/scripts/run_miri.sh +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/specialization.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/debugger_visualizer.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/macro.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/README.md +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/deny.toml +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/dir/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/env.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/other.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/unix.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/windows.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/benches/thread_local.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/cached.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/unreachable.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/destructuring.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/fields.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/follows_from.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/levels.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/names.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/parents.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/ret.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/targets.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28/tests/ui → tracing-attributes-0.1.30/tests/ui/fail}/const_instrument.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/event.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/parent.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/span.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mutex.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/once.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/stdlib.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/subscriber.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/global_dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/local_dispatch_before_init.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/macros.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/missed_register_callsite.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib_generated.rs +0 -0
@@ -0,0 +1,4085 @@
|
|
1
|
+
windows_targets::link!("dbgmodel.dll" "system" fn CreateDataModelManager(debughost : * mut core::ffi::c_void, manager : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
2
|
+
windows_targets::link!("dbgeng.dll" "system" fn DebugConnect(remoteoptions : windows_sys::core::PCSTR, interfaceid : *const windows_sys::core::GUID, interface : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
3
|
+
windows_targets::link!("dbgeng.dll" "system" fn DebugConnectWide(remoteoptions : windows_sys::core::PCWSTR, interfaceid : *const windows_sys::core::GUID, interface : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
4
|
+
windows_targets::link!("dbgeng.dll" "system" fn DebugCreate(interfaceid : *const windows_sys::core::GUID, interface : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
5
|
+
windows_targets::link!("dbgeng.dll" "system" fn DebugCreateEx(interfaceid : *const windows_sys::core::GUID, dbgengoptions : u32, interface : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
6
|
+
pub const ADDRESS_TYPE_INDEX_NOT_FOUND: u32 = 11u32;
|
7
|
+
pub const Ambiguous: SignatureComparison = 1i32;
|
8
|
+
#[repr(C)]
|
9
|
+
#[derive(Clone, Copy, Default)]
|
10
|
+
pub struct ArrayDimension {
|
11
|
+
pub LowerBound: i64,
|
12
|
+
pub Length: u64,
|
13
|
+
pub Stride: u64,
|
14
|
+
}
|
15
|
+
#[repr(C)]
|
16
|
+
#[derive(Clone, Copy)]
|
17
|
+
pub struct BUSDATA {
|
18
|
+
pub BusDataType: u32,
|
19
|
+
pub BusNumber: u32,
|
20
|
+
pub SlotNumber: u32,
|
21
|
+
pub Buffer: *mut core::ffi::c_void,
|
22
|
+
pub Offset: u32,
|
23
|
+
pub Length: u32,
|
24
|
+
}
|
25
|
+
impl Default for BUSDATA {
|
26
|
+
fn default() -> Self {
|
27
|
+
unsafe { core::mem::zeroed() }
|
28
|
+
}
|
29
|
+
}
|
30
|
+
pub const CANNOT_ALLOCATE_MEMORY: u32 = 9u32;
|
31
|
+
#[repr(C)]
|
32
|
+
#[derive(Clone, Copy)]
|
33
|
+
pub struct CKCL_DATA {
|
34
|
+
pub NextLogEvent: *mut core::ffi::c_void,
|
35
|
+
pub TAnalyzeString: windows_sys::core::PSTR,
|
36
|
+
pub TAnalyzeReturnType: TANALYZE_RETURN,
|
37
|
+
}
|
38
|
+
impl Default for CKCL_DATA {
|
39
|
+
fn default() -> Self {
|
40
|
+
unsafe { core::mem::zeroed() }
|
41
|
+
}
|
42
|
+
}
|
43
|
+
#[repr(C)]
|
44
|
+
#[derive(Clone, Copy)]
|
45
|
+
pub struct CKCL_LISTHEAD {
|
46
|
+
pub LogEventListHead: *mut CKCL_DATA,
|
47
|
+
pub Heap: super::super::super::super::Foundation::HANDLE,
|
48
|
+
}
|
49
|
+
impl Default for CKCL_LISTHEAD {
|
50
|
+
fn default() -> Self {
|
51
|
+
unsafe { core::mem::zeroed() }
|
52
|
+
}
|
53
|
+
}
|
54
|
+
pub const CLSID_DebugFailureAnalysisBasic: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb74eed7f_1c7d_4c1b_959f_b96dd9175aa4);
|
55
|
+
pub const CLSID_DebugFailureAnalysisKernel: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xee433078_64af_4c33_ab2f_ecad7f2a002d);
|
56
|
+
pub const CLSID_DebugFailureAnalysisTarget: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xba9bfb05_ef75_4bbd_a745_a6b5529458b8);
|
57
|
+
pub const CLSID_DebugFailureAnalysisUser: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe60b0c93_cf49_4a32_8147_0362202dc56b);
|
58
|
+
pub const CLSID_DebugFailureAnalysisWinCE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x67d5e86f_f5e2_462a_9233_1bd616fcc7e8);
|
59
|
+
pub const CLSID_DebugFailureAnalysisXBox360: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x901625bb_95f1_4318_ac80_9d733cee8c8b);
|
60
|
+
#[repr(C)]
|
61
|
+
#[derive(Clone, Copy)]
|
62
|
+
pub struct CPU_INFO {
|
63
|
+
pub Type: u32,
|
64
|
+
pub NumCPUs: u32,
|
65
|
+
pub CurrentProc: u32,
|
66
|
+
pub ProcInfo: [DEBUG_PROCESSOR_IDENTIFICATION_ALL; 2048],
|
67
|
+
pub Mhz: u32,
|
68
|
+
}
|
69
|
+
impl Default for CPU_INFO {
|
70
|
+
fn default() -> Self {
|
71
|
+
unsafe { core::mem::zeroed() }
|
72
|
+
}
|
73
|
+
}
|
74
|
+
#[repr(C)]
|
75
|
+
#[derive(Clone, Copy)]
|
76
|
+
pub struct CPU_INFO_v1 {
|
77
|
+
pub Type: u32,
|
78
|
+
pub NumCPUs: u32,
|
79
|
+
pub CurrentProc: u32,
|
80
|
+
pub ProcInfo: [DEBUG_PROCESSOR_IDENTIFICATION_ALL; 32],
|
81
|
+
pub Mhz: u32,
|
82
|
+
}
|
83
|
+
impl Default for CPU_INFO_v1 {
|
84
|
+
fn default() -> Self {
|
85
|
+
unsafe { core::mem::zeroed() }
|
86
|
+
}
|
87
|
+
}
|
88
|
+
#[repr(C)]
|
89
|
+
#[derive(Clone, Copy)]
|
90
|
+
pub struct CPU_INFO_v2 {
|
91
|
+
pub Type: u32,
|
92
|
+
pub NumCPUs: u32,
|
93
|
+
pub CurrentProc: u32,
|
94
|
+
pub ProcInfo: [DEBUG_PROCESSOR_IDENTIFICATION_ALL; 1280],
|
95
|
+
pub Mhz: u32,
|
96
|
+
}
|
97
|
+
impl Default for CPU_INFO_v2 {
|
98
|
+
fn default() -> Self {
|
99
|
+
unsafe { core::mem::zeroed() }
|
100
|
+
}
|
101
|
+
}
|
102
|
+
pub const CROSS_PLATFORM_MAXIMUM_PROCESSORS: u32 = 2048u32;
|
103
|
+
pub const CURRENT_KD_SECONDARY_VERSION: u32 = 2u32;
|
104
|
+
pub const CallingConventionCDecl: CallingConventionKind = 1i32;
|
105
|
+
pub const CallingConventionFastCall: CallingConventionKind = 2i32;
|
106
|
+
pub type CallingConventionKind = i32;
|
107
|
+
pub const CallingConventionStdCall: CallingConventionKind = 3i32;
|
108
|
+
pub const CallingConventionSysCall: CallingConventionKind = 4i32;
|
109
|
+
pub const CallingConventionThisCall: CallingConventionKind = 5i32;
|
110
|
+
pub const CallingConventionUnknown: CallingConventionKind = 0i32;
|
111
|
+
#[repr(C)]
|
112
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
113
|
+
#[derive(Clone, Copy, Default)]
|
114
|
+
pub struct DBGKD_DEBUG_DATA_HEADER32 {
|
115
|
+
pub List: super::super::super::Kernel::LIST_ENTRY32,
|
116
|
+
pub OwnerTag: u32,
|
117
|
+
pub Size: u32,
|
118
|
+
}
|
119
|
+
#[repr(C)]
|
120
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
121
|
+
#[derive(Clone, Copy, Default)]
|
122
|
+
pub struct DBGKD_DEBUG_DATA_HEADER64 {
|
123
|
+
pub List: super::super::super::Kernel::LIST_ENTRY64,
|
124
|
+
pub OwnerTag: u32,
|
125
|
+
pub Size: u32,
|
126
|
+
}
|
127
|
+
#[repr(C)]
|
128
|
+
#[derive(Clone, Copy, Default)]
|
129
|
+
pub struct DBGKD_GET_VERSION32 {
|
130
|
+
pub MajorVersion: u16,
|
131
|
+
pub MinorVersion: u16,
|
132
|
+
pub ProtocolVersion: u16,
|
133
|
+
pub Flags: u16,
|
134
|
+
pub KernBase: u32,
|
135
|
+
pub PsLoadedModuleList: u32,
|
136
|
+
pub MachineType: u16,
|
137
|
+
pub ThCallbackStack: u16,
|
138
|
+
pub NextCallback: u16,
|
139
|
+
pub FramePointer: u16,
|
140
|
+
pub KiCallUserMode: u32,
|
141
|
+
pub KeUserCallbackDispatcher: u32,
|
142
|
+
pub BreakpointWithStatus: u32,
|
143
|
+
pub DebuggerDataList: u32,
|
144
|
+
}
|
145
|
+
#[repr(C)]
|
146
|
+
#[derive(Clone, Copy)]
|
147
|
+
pub struct DBGKD_GET_VERSION64 {
|
148
|
+
pub MajorVersion: u16,
|
149
|
+
pub MinorVersion: u16,
|
150
|
+
pub ProtocolVersion: u8,
|
151
|
+
pub KdSecondaryVersion: u8,
|
152
|
+
pub Flags: u16,
|
153
|
+
pub MachineType: u16,
|
154
|
+
pub MaxPacketType: u8,
|
155
|
+
pub MaxStateChange: u8,
|
156
|
+
pub MaxManipulate: u8,
|
157
|
+
pub Simulation: u8,
|
158
|
+
pub Unused: [u16; 1],
|
159
|
+
pub KernBase: u64,
|
160
|
+
pub PsLoadedModuleList: u64,
|
161
|
+
pub DebuggerDataList: u64,
|
162
|
+
}
|
163
|
+
impl Default for DBGKD_GET_VERSION64 {
|
164
|
+
fn default() -> Self {
|
165
|
+
unsafe { core::mem::zeroed() }
|
166
|
+
}
|
167
|
+
}
|
168
|
+
pub const DBGKD_MAJOR_BIG: DBGKD_MAJOR_TYPES = 2i32;
|
169
|
+
pub const DBGKD_MAJOR_CE: DBGKD_MAJOR_TYPES = 10i32;
|
170
|
+
pub const DBGKD_MAJOR_COUNT: DBGKD_MAJOR_TYPES = 11i32;
|
171
|
+
pub const DBGKD_MAJOR_EFI: DBGKD_MAJOR_TYPES = 5i32;
|
172
|
+
pub const DBGKD_MAJOR_EXDI: DBGKD_MAJOR_TYPES = 3i32;
|
173
|
+
pub const DBGKD_MAJOR_HYPERVISOR: DBGKD_MAJOR_TYPES = 8i32;
|
174
|
+
pub const DBGKD_MAJOR_MIDORI: DBGKD_MAJOR_TYPES = 9i32;
|
175
|
+
pub const DBGKD_MAJOR_NT: DBGKD_MAJOR_TYPES = 0i32;
|
176
|
+
pub const DBGKD_MAJOR_NTBD: DBGKD_MAJOR_TYPES = 4i32;
|
177
|
+
pub const DBGKD_MAJOR_SINGULARITY: DBGKD_MAJOR_TYPES = 7i32;
|
178
|
+
pub const DBGKD_MAJOR_TNT: DBGKD_MAJOR_TYPES = 6i32;
|
179
|
+
pub type DBGKD_MAJOR_TYPES = i32;
|
180
|
+
pub const DBGKD_MAJOR_XBOX: DBGKD_MAJOR_TYPES = 1i32;
|
181
|
+
pub const DBGKD_SIMULATION_EXDI: i32 = 1i32;
|
182
|
+
pub const DBGKD_SIMULATION_NONE: i32 = 0i32;
|
183
|
+
pub const DBGKD_VERS_FLAG_DATA: u32 = 2u32;
|
184
|
+
pub const DBGKD_VERS_FLAG_HAL_IN_NTOS: u32 = 64u32;
|
185
|
+
pub const DBGKD_VERS_FLAG_HSS: u32 = 16u32;
|
186
|
+
pub const DBGKD_VERS_FLAG_MP: u32 = 1u32;
|
187
|
+
pub const DBGKD_VERS_FLAG_NOMM: u32 = 8u32;
|
188
|
+
pub const DBGKD_VERS_FLAG_PARTITIONS: u32 = 32u32;
|
189
|
+
pub const DBGKD_VERS_FLAG_PTR64: u32 = 4u32;
|
190
|
+
pub const DBG_DUMP_ADDRESS_AT_END: u32 = 131072u32;
|
191
|
+
pub const DBG_DUMP_ADDRESS_OF_FIELD: u32 = 65536u32;
|
192
|
+
pub const DBG_DUMP_ARRAY: u32 = 32768u32;
|
193
|
+
pub const DBG_DUMP_BLOCK_RECURSE: u32 = 2097152u32;
|
194
|
+
pub const DBG_DUMP_CALL_FOR_EACH: u32 = 8u32;
|
195
|
+
pub const DBG_DUMP_COMPACT_OUT: u32 = 8192u32;
|
196
|
+
pub const DBG_DUMP_COPY_TYPE_DATA: u32 = 262144u32;
|
197
|
+
pub const DBG_DUMP_FIELD_ARRAY: u32 = 16u32;
|
198
|
+
pub const DBG_DUMP_FIELD_CALL_BEFORE_PRINT: u32 = 1u32;
|
199
|
+
pub const DBG_DUMP_FIELD_COPY_FIELD_DATA: u32 = 32u32;
|
200
|
+
pub const DBG_DUMP_FIELD_DEFAULT_STRING: u32 = 65536u32;
|
201
|
+
pub const DBG_DUMP_FIELD_FULL_NAME: u32 = 8u32;
|
202
|
+
pub const DBG_DUMP_FIELD_GUID_STRING: u32 = 524288u32;
|
203
|
+
pub const DBG_DUMP_FIELD_MULTI_STRING: u32 = 262144u32;
|
204
|
+
pub const DBG_DUMP_FIELD_NO_CALLBACK_REQ: u32 = 2u32;
|
205
|
+
pub const DBG_DUMP_FIELD_NO_PRINT: u32 = 16384u32;
|
206
|
+
pub const DBG_DUMP_FIELD_RECUR_ON_THIS: u32 = 4u32;
|
207
|
+
pub const DBG_DUMP_FIELD_RETURN_ADDRESS: u32 = 4096u32;
|
208
|
+
pub const DBG_DUMP_FIELD_SIZE_IN_BITS: u32 = 8192u32;
|
209
|
+
pub const DBG_DUMP_FIELD_UTF32_STRING: u32 = 1048576u32;
|
210
|
+
pub const DBG_DUMP_FIELD_WCHAR_STRING: u32 = 131072u32;
|
211
|
+
pub const DBG_DUMP_FUNCTION_FORMAT: u32 = 1048576u32;
|
212
|
+
pub const DBG_DUMP_GET_SIZE_ONLY: u32 = 128u32;
|
213
|
+
pub const DBG_DUMP_LIST: u32 = 32u32;
|
214
|
+
pub const DBG_DUMP_MATCH_SIZE: u32 = 4194304u32;
|
215
|
+
pub const DBG_DUMP_NO_INDENT: u32 = 1u32;
|
216
|
+
pub const DBG_DUMP_NO_OFFSET: u32 = 2u32;
|
217
|
+
pub const DBG_DUMP_NO_PRINT: u32 = 64u32;
|
218
|
+
pub const DBG_DUMP_READ_PHYSICAL: u32 = 524288u32;
|
219
|
+
pub const DBG_DUMP_VERBOSE: u32 = 4u32;
|
220
|
+
pub const DBG_FRAME_DEFAULT: u32 = 0u32;
|
221
|
+
pub const DBG_FRAME_IGNORE_INLINE: u32 = 4294967295u32;
|
222
|
+
pub const DBG_RETURN_SUBTYPES: u32 = 0u32;
|
223
|
+
pub const DBG_RETURN_TYPE: u32 = 0u32;
|
224
|
+
pub const DBG_RETURN_TYPE_VALUES: u32 = 0u32;
|
225
|
+
#[repr(C)]
|
226
|
+
#[derive(Clone, Copy)]
|
227
|
+
pub struct DBG_THREAD_ATTRIBUTES {
|
228
|
+
pub ThreadIndex: u32,
|
229
|
+
pub ProcessID: u64,
|
230
|
+
pub ThreadID: u64,
|
231
|
+
pub AttributeBits: u64,
|
232
|
+
pub BoolBits: u32,
|
233
|
+
pub BlockedOnPID: u64,
|
234
|
+
pub BlockedOnTID: u64,
|
235
|
+
pub CritSecAddress: u64,
|
236
|
+
pub Timeout_msec: u32,
|
237
|
+
pub StringData: [i8; 100],
|
238
|
+
pub SymName: [i8; 100],
|
239
|
+
}
|
240
|
+
impl Default for DBG_THREAD_ATTRIBUTES {
|
241
|
+
fn default() -> Self {
|
242
|
+
unsafe { core::mem::zeroed() }
|
243
|
+
}
|
244
|
+
}
|
245
|
+
pub const DEBUG_ADDSYNTHMOD_DEFAULT: u32 = 0u32;
|
246
|
+
pub const DEBUG_ADDSYNTHMOD_ZEROBASE: u32 = 1u32;
|
247
|
+
pub const DEBUG_ADDSYNTHSYM_DEFAULT: u32 = 0u32;
|
248
|
+
#[repr(C)]
|
249
|
+
#[derive(Clone, Copy)]
|
250
|
+
pub struct DEBUG_ANALYSIS_PROCESSOR_INFO {
|
251
|
+
pub SizeOfStruct: u32,
|
252
|
+
pub Model: u32,
|
253
|
+
pub Family: u32,
|
254
|
+
pub Stepping: u32,
|
255
|
+
pub Architecture: u32,
|
256
|
+
pub Revision: u32,
|
257
|
+
pub CurrentClockSpeed: u32,
|
258
|
+
pub CurrentVoltage: u32,
|
259
|
+
pub MaxClockSpeed: u32,
|
260
|
+
pub ProcessorType: u32,
|
261
|
+
pub DeviceID: [i8; 32],
|
262
|
+
pub Manufacturer: [i8; 64],
|
263
|
+
pub Name: [i8; 64],
|
264
|
+
pub Version: [i8; 64],
|
265
|
+
pub Description: [i8; 64],
|
266
|
+
}
|
267
|
+
impl Default for DEBUG_ANALYSIS_PROCESSOR_INFO {
|
268
|
+
fn default() -> Self {
|
269
|
+
unsafe { core::mem::zeroed() }
|
270
|
+
}
|
271
|
+
}
|
272
|
+
pub const DEBUG_ANY_ID: u32 = 4294967295u32;
|
273
|
+
pub const DEBUG_ASMOPT_DEFAULT: u32 = 0u32;
|
274
|
+
pub const DEBUG_ASMOPT_IGNORE_OUTPUT_WIDTH: u32 = 4u32;
|
275
|
+
pub const DEBUG_ASMOPT_NO_CODE_BYTES: u32 = 2u32;
|
276
|
+
pub const DEBUG_ASMOPT_SOURCE_LINE_NUMBER: u32 = 8u32;
|
277
|
+
pub const DEBUG_ASMOPT_VERBOSE: u32 = 1u32;
|
278
|
+
pub const DEBUG_ATTACH_DEFAULT: u32 = 0u32;
|
279
|
+
pub const DEBUG_ATTACH_EXDI_DRIVER: u32 = 2u32;
|
280
|
+
pub const DEBUG_ATTACH_EXISTING: u32 = 2u32;
|
281
|
+
pub const DEBUG_ATTACH_INSTALL_DRIVER: u32 = 4u32;
|
282
|
+
pub const DEBUG_ATTACH_INVASIVE_NO_INITIAL_BREAK: u32 = 8u32;
|
283
|
+
pub const DEBUG_ATTACH_INVASIVE_RESUME_PROCESS: u32 = 16u32;
|
284
|
+
pub const DEBUG_ATTACH_KERNEL_CONNECTION: u32 = 0u32;
|
285
|
+
pub const DEBUG_ATTACH_LOCAL_KERNEL: u32 = 1u32;
|
286
|
+
pub const DEBUG_ATTACH_NONINVASIVE: u32 = 1u32;
|
287
|
+
pub const DEBUG_ATTACH_NONINVASIVE_ALLOW_PARTIAL: u32 = 32u32;
|
288
|
+
pub const DEBUG_ATTACH_NONINVASIVE_NO_SUSPEND: u32 = 4u32;
|
289
|
+
pub const DEBUG_BREAKPOINT_ADDER_ONLY: u32 = 8u32;
|
290
|
+
pub const DEBUG_BREAKPOINT_CODE: u32 = 0u32;
|
291
|
+
pub const DEBUG_BREAKPOINT_DATA: u32 = 1u32;
|
292
|
+
pub const DEBUG_BREAKPOINT_DEFERRED: u32 = 2u32;
|
293
|
+
pub const DEBUG_BREAKPOINT_ENABLED: u32 = 4u32;
|
294
|
+
pub const DEBUG_BREAKPOINT_GO_ONLY: u32 = 1u32;
|
295
|
+
pub const DEBUG_BREAKPOINT_INLINE: u32 = 3u32;
|
296
|
+
pub const DEBUG_BREAKPOINT_ONE_SHOT: u32 = 16u32;
|
297
|
+
#[repr(C)]
|
298
|
+
#[derive(Clone, Copy, Default)]
|
299
|
+
pub struct DEBUG_BREAKPOINT_PARAMETERS {
|
300
|
+
pub Offset: u64,
|
301
|
+
pub Id: u32,
|
302
|
+
pub BreakType: u32,
|
303
|
+
pub ProcType: u32,
|
304
|
+
pub Flags: u32,
|
305
|
+
pub DataSize: u32,
|
306
|
+
pub DataAccessType: u32,
|
307
|
+
pub PassCount: u32,
|
308
|
+
pub CurrentPassCount: u32,
|
309
|
+
pub MatchThread: u32,
|
310
|
+
pub CommandSize: u32,
|
311
|
+
pub OffsetExpressionSize: u32,
|
312
|
+
}
|
313
|
+
pub const DEBUG_BREAKPOINT_TIME: u32 = 2u32;
|
314
|
+
pub const DEBUG_BREAK_EXECUTE: u32 = 4u32;
|
315
|
+
pub const DEBUG_BREAK_IO: u32 = 8u32;
|
316
|
+
pub const DEBUG_BREAK_READ: u32 = 1u32;
|
317
|
+
pub const DEBUG_BREAK_WRITE: u32 = 2u32;
|
318
|
+
#[repr(C)]
|
319
|
+
#[derive(Clone, Copy, Default)]
|
320
|
+
pub struct DEBUG_CACHED_SYMBOL_INFO {
|
321
|
+
pub ModBase: u64,
|
322
|
+
pub Arg1: u64,
|
323
|
+
pub Arg2: u64,
|
324
|
+
pub Id: u32,
|
325
|
+
pub Arg3: u32,
|
326
|
+
}
|
327
|
+
pub const DEBUG_CDS_ALL: u32 = 4294967295u32;
|
328
|
+
pub const DEBUG_CDS_DATA: u32 = 2u32;
|
329
|
+
pub const DEBUG_CDS_REFRESH: u32 = 4u32;
|
330
|
+
pub const DEBUG_CDS_REFRESH_ADDBREAKPOINT: u32 = 4u32;
|
331
|
+
pub const DEBUG_CDS_REFRESH_EVALUATE: u32 = 1u32;
|
332
|
+
pub const DEBUG_CDS_REFRESH_EXECUTE: u32 = 2u32;
|
333
|
+
pub const DEBUG_CDS_REFRESH_EXECUTECOMMANDFILE: u32 = 3u32;
|
334
|
+
pub const DEBUG_CDS_REFRESH_INLINESTEP: u32 = 16u32;
|
335
|
+
pub const DEBUG_CDS_REFRESH_INLINESTEP_PSEUDO: u32 = 17u32;
|
336
|
+
pub const DEBUG_CDS_REFRESH_REMOVEBREAKPOINT: u32 = 5u32;
|
337
|
+
pub const DEBUG_CDS_REFRESH_SETSCOPE: u32 = 12u32;
|
338
|
+
pub const DEBUG_CDS_REFRESH_SETSCOPEFRAMEBYINDEX: u32 = 13u32;
|
339
|
+
pub const DEBUG_CDS_REFRESH_SETSCOPEFROMJITDEBUGINFO: u32 = 14u32;
|
340
|
+
pub const DEBUG_CDS_REFRESH_SETSCOPEFROMSTOREDEVENT: u32 = 15u32;
|
341
|
+
pub const DEBUG_CDS_REFRESH_SETVALUE: u32 = 10u32;
|
342
|
+
pub const DEBUG_CDS_REFRESH_SETVALUE2: u32 = 11u32;
|
343
|
+
pub const DEBUG_CDS_REFRESH_WRITEPHYSICAL: u32 = 8u32;
|
344
|
+
pub const DEBUG_CDS_REFRESH_WRITEPHYSICAL2: u32 = 9u32;
|
345
|
+
pub const DEBUG_CDS_REFRESH_WRITEVIRTUAL: u32 = 6u32;
|
346
|
+
pub const DEBUG_CDS_REFRESH_WRITEVIRTUALUNCACHED: u32 = 7u32;
|
347
|
+
pub const DEBUG_CDS_REGISTERS: u32 = 1u32;
|
348
|
+
pub const DEBUG_CES_ALL: u32 = 4294967295u32;
|
349
|
+
pub const DEBUG_CES_ASSEMBLY_OPTIONS: u32 = 4096u32;
|
350
|
+
pub const DEBUG_CES_BREAKPOINTS: u32 = 4u32;
|
351
|
+
pub const DEBUG_CES_CODE_LEVEL: u32 = 8u32;
|
352
|
+
pub const DEBUG_CES_CURRENT_THREAD: u32 = 1u32;
|
353
|
+
pub const DEBUG_CES_EFFECTIVE_PROCESSOR: u32 = 2u32;
|
354
|
+
pub const DEBUG_CES_ENGINE_OPTIONS: u32 = 32u32;
|
355
|
+
pub const DEBUG_CES_EVENT_FILTERS: u32 = 256u32;
|
356
|
+
pub const DEBUG_CES_EXECUTION_STATUS: u32 = 16u32;
|
357
|
+
pub const DEBUG_CES_EXPRESSION_SYNTAX: u32 = 8192u32;
|
358
|
+
pub const DEBUG_CES_EXTENSIONS: u32 = 1024u32;
|
359
|
+
pub const DEBUG_CES_LOG_FILE: u32 = 64u32;
|
360
|
+
pub const DEBUG_CES_PROCESS_OPTIONS: u32 = 512u32;
|
361
|
+
pub const DEBUG_CES_RADIX: u32 = 128u32;
|
362
|
+
pub const DEBUG_CES_SYSTEMS: u32 = 2048u32;
|
363
|
+
pub const DEBUG_CES_TEXT_REPLACEMENTS: u32 = 16384u32;
|
364
|
+
pub const DEBUG_CLASS_IMAGE_FILE: u32 = 3u32;
|
365
|
+
pub const DEBUG_CLASS_KERNEL: u32 = 1u32;
|
366
|
+
pub const DEBUG_CLASS_UNINITIALIZED: u32 = 0u32;
|
367
|
+
pub const DEBUG_CLASS_USER_WINDOWS: u32 = 2u32;
|
368
|
+
pub const DEBUG_CLIENT_CDB: u32 = 4u32;
|
369
|
+
#[repr(C)]
|
370
|
+
#[derive(Clone, Copy, Default)]
|
371
|
+
pub struct DEBUG_CLIENT_CONTEXT {
|
372
|
+
pub cbSize: u32,
|
373
|
+
pub eClient: u32,
|
374
|
+
}
|
375
|
+
pub const DEBUG_CLIENT_KD: u32 = 5u32;
|
376
|
+
pub const DEBUG_CLIENT_NTKD: u32 = 3u32;
|
377
|
+
pub const DEBUG_CLIENT_NTSD: u32 = 2u32;
|
378
|
+
pub const DEBUG_CLIENT_UNKNOWN: u32 = 0u32;
|
379
|
+
pub const DEBUG_CLIENT_VSINT: u32 = 1u32;
|
380
|
+
pub const DEBUG_CLIENT_WINDBG: u32 = 6u32;
|
381
|
+
pub const DEBUG_CLIENT_WINIDE: u32 = 7u32;
|
382
|
+
pub const DEBUG_CMDEX_ADD_EVENT_STRING: u32 = 1u32;
|
383
|
+
pub const DEBUG_CMDEX_INVALID: u32 = 0u32;
|
384
|
+
pub const DEBUG_CMDEX_RESET_EVENT_STRINGS: u32 = 2u32;
|
385
|
+
pub const DEBUG_COMMAND_EXCEPTION_ID: u32 = 3688893886u32;
|
386
|
+
pub const DEBUG_CONNECT_SESSION_DEFAULT: u32 = 0u32;
|
387
|
+
pub const DEBUG_CONNECT_SESSION_NO_ANNOUNCE: u32 = 2u32;
|
388
|
+
pub const DEBUG_CONNECT_SESSION_NO_VERSION: u32 = 1u32;
|
389
|
+
#[repr(C)]
|
390
|
+
#[derive(Clone, Copy, Default)]
|
391
|
+
pub struct DEBUG_CPU_MICROCODE_VERSION {
|
392
|
+
pub SizeOfStruct: u32,
|
393
|
+
pub CachedSignature: i64,
|
394
|
+
pub InitialSignature: i64,
|
395
|
+
pub ProcessorModel: u32,
|
396
|
+
pub ProcessorFamily: u32,
|
397
|
+
pub ProcessorStepping: u32,
|
398
|
+
pub ProcessorArchRev: u32,
|
399
|
+
}
|
400
|
+
#[repr(C)]
|
401
|
+
#[derive(Clone, Copy)]
|
402
|
+
pub struct DEBUG_CPU_SPEED_INFO {
|
403
|
+
pub SizeOfStruct: u32,
|
404
|
+
pub CurrentSpeed: u32,
|
405
|
+
pub RatedSpeed: u32,
|
406
|
+
pub NameString: [u16; 256],
|
407
|
+
}
|
408
|
+
impl Default for DEBUG_CPU_SPEED_INFO {
|
409
|
+
fn default() -> Self {
|
410
|
+
unsafe { core::mem::zeroed() }
|
411
|
+
}
|
412
|
+
}
|
413
|
+
#[repr(C)]
|
414
|
+
#[derive(Clone, Copy, Default)]
|
415
|
+
pub struct DEBUG_CREATE_PROCESS_OPTIONS {
|
416
|
+
pub CreateFlags: u32,
|
417
|
+
pub EngCreateFlags: u32,
|
418
|
+
pub VerifierFlags: u32,
|
419
|
+
pub Reserved: u32,
|
420
|
+
}
|
421
|
+
pub const DEBUG_CSS_ALL: u32 = 4294967295u32;
|
422
|
+
pub const DEBUG_CSS_COLLAPSE_CHILDREN: u32 = 64u32;
|
423
|
+
pub const DEBUG_CSS_LOADS: u32 = 1u32;
|
424
|
+
pub const DEBUG_CSS_PATHS: u32 = 8u32;
|
425
|
+
pub const DEBUG_CSS_SCOPE: u32 = 4u32;
|
426
|
+
pub const DEBUG_CSS_SYMBOL_OPTIONS: u32 = 16u32;
|
427
|
+
pub const DEBUG_CSS_TYPE_OPTIONS: u32 = 32u32;
|
428
|
+
pub const DEBUG_CSS_UNLOADS: u32 = 2u32;
|
429
|
+
pub const DEBUG_CURRENT_DEFAULT: u32 = 15u32;
|
430
|
+
pub const DEBUG_CURRENT_DISASM: u32 = 2u32;
|
431
|
+
pub const DEBUG_CURRENT_REGISTERS: u32 = 4u32;
|
432
|
+
pub const DEBUG_CURRENT_SOURCE_LINE: u32 = 8u32;
|
433
|
+
pub const DEBUG_CURRENT_SYMBOL: u32 = 1u32;
|
434
|
+
pub const DEBUG_DATA_BASE_TRANSLATION_VIRTUAL_OFFSET: u32 = 3u32;
|
435
|
+
pub const DEBUG_DATA_BreakpointWithStatusAddr: u32 = 32u32;
|
436
|
+
pub const DEBUG_DATA_CmNtCSDVersionAddr: u32 = 616u32;
|
437
|
+
pub const DEBUG_DATA_DumpAttributes: u32 = 100072u32;
|
438
|
+
pub const DEBUG_DATA_DumpFormatVersion: u32 = 100040u32;
|
439
|
+
pub const DEBUG_DATA_DumpMmStorage: u32 = 100064u32;
|
440
|
+
pub const DEBUG_DATA_DumpPowerState: u32 = 100056u32;
|
441
|
+
pub const DEBUG_DATA_DumpWriterStatus: u32 = 100032u32;
|
442
|
+
pub const DEBUG_DATA_DumpWriterVersion: u32 = 100048u32;
|
443
|
+
pub const DEBUG_DATA_EtwpDebuggerData: u32 = 816u32;
|
444
|
+
pub const DEBUG_DATA_ExpNumberOfPagedPoolsAddr: u32 = 112u32;
|
445
|
+
pub const DEBUG_DATA_ExpPagedPoolDescriptorAddr: u32 = 104u32;
|
446
|
+
pub const DEBUG_DATA_ExpSystemResourcesListAddr: u32 = 96u32;
|
447
|
+
pub const DEBUG_DATA_IopErrorLogListHeadAddr: u32 = 144u32;
|
448
|
+
pub const DEBUG_DATA_KPCR_OFFSET: u32 = 0u32;
|
449
|
+
pub const DEBUG_DATA_KPRCB_OFFSET: u32 = 1u32;
|
450
|
+
pub const DEBUG_DATA_KTHREAD_OFFSET: u32 = 2u32;
|
451
|
+
pub const DEBUG_DATA_KdPrintBufferSizeAddr: u32 = 720u32;
|
452
|
+
pub const DEBUG_DATA_KdPrintCircularBufferAddr: u32 = 480u32;
|
453
|
+
pub const DEBUG_DATA_KdPrintCircularBufferEndAddr: u32 = 488u32;
|
454
|
+
pub const DEBUG_DATA_KdPrintCircularBufferPtrAddr: u32 = 712u32;
|
455
|
+
pub const DEBUG_DATA_KdPrintRolloverCountAddr: u32 = 504u32;
|
456
|
+
pub const DEBUG_DATA_KdPrintWritePointerAddr: u32 = 496u32;
|
457
|
+
pub const DEBUG_DATA_KeBugCheckCallbackListHeadAddr: u32 = 128u32;
|
458
|
+
pub const DEBUG_DATA_KeTimeIncrementAddr: u32 = 120u32;
|
459
|
+
pub const DEBUG_DATA_KeUserCallbackDispatcherAddr: u32 = 64u32;
|
460
|
+
pub const DEBUG_DATA_KernBase: u32 = 24u32;
|
461
|
+
pub const DEBUG_DATA_KernelVerifierAddr: u32 = 576u32;
|
462
|
+
pub const DEBUG_DATA_KiBugcheckDataAddr: u32 = 136u32;
|
463
|
+
pub const DEBUG_DATA_KiCallUserModeAddr: u32 = 56u32;
|
464
|
+
pub const DEBUG_DATA_KiNormalSystemCall: u32 = 528u32;
|
465
|
+
pub const DEBUG_DATA_KiProcessorBlockAddr: u32 = 536u32;
|
466
|
+
pub const DEBUG_DATA_MmAllocatedNonPagedPoolAddr: u32 = 592u32;
|
467
|
+
pub const DEBUG_DATA_MmAvailablePagesAddr: u32 = 424u32;
|
468
|
+
pub const DEBUG_DATA_MmBadPagesDetected: u32 = 800u32;
|
469
|
+
pub const DEBUG_DATA_MmDriverCommitAddr: u32 = 352u32;
|
470
|
+
pub const DEBUG_DATA_MmExtendedCommitAddr: u32 = 376u32;
|
471
|
+
pub const DEBUG_DATA_MmFreePageListHeadAddr: u32 = 392u32;
|
472
|
+
pub const DEBUG_DATA_MmHighestPhysicalPageAddr: u32 = 240u32;
|
473
|
+
pub const DEBUG_DATA_MmHighestUserAddressAddr: u32 = 456u32;
|
474
|
+
pub const DEBUG_DATA_MmLastUnloadedDriverAddr: u32 = 552u32;
|
475
|
+
pub const DEBUG_DATA_MmLoadedUserImageListAddr: u32 = 512u32;
|
476
|
+
pub const DEBUG_DATA_MmLowestPhysicalPageAddr: u32 = 232u32;
|
477
|
+
pub const DEBUG_DATA_MmMaximumNonPagedPoolInBytesAddr: u32 = 256u32;
|
478
|
+
pub const DEBUG_DATA_MmModifiedNoWritePageListHeadAddr: u32 = 416u32;
|
479
|
+
pub const DEBUG_DATA_MmModifiedPageListHeadAddr: u32 = 408u32;
|
480
|
+
pub const DEBUG_DATA_MmNonPagedPoolEndAddr: u32 = 280u32;
|
481
|
+
pub const DEBUG_DATA_MmNonPagedPoolStartAddr: u32 = 272u32;
|
482
|
+
pub const DEBUG_DATA_MmNonPagedSystemStartAddr: u32 = 264u32;
|
483
|
+
pub const DEBUG_DATA_MmNumberOfPagingFilesAddr: u32 = 224u32;
|
484
|
+
pub const DEBUG_DATA_MmNumberOfPhysicalPagesAddr: u32 = 248u32;
|
485
|
+
pub const DEBUG_DATA_MmPageSize: u32 = 312u32;
|
486
|
+
pub const DEBUG_DATA_MmPagedPoolCommitAddr: u32 = 368u32;
|
487
|
+
pub const DEBUG_DATA_MmPagedPoolEndAddr: u32 = 296u32;
|
488
|
+
pub const DEBUG_DATA_MmPagedPoolInformationAddr: u32 = 304u32;
|
489
|
+
pub const DEBUG_DATA_MmPagedPoolStartAddr: u32 = 288u32;
|
490
|
+
pub const DEBUG_DATA_MmPeakCommitmentAddr: u32 = 600u32;
|
491
|
+
pub const DEBUG_DATA_MmPfnDatabaseAddr: u32 = 192u32;
|
492
|
+
pub const DEBUG_DATA_MmPhysicalMemoryBlockAddr: u32 = 624u32;
|
493
|
+
pub const DEBUG_DATA_MmProcessCommitAddr: u32 = 360u32;
|
494
|
+
pub const DEBUG_DATA_MmResidentAvailablePagesAddr: u32 = 432u32;
|
495
|
+
pub const DEBUG_DATA_MmSessionBase: u32 = 632u32;
|
496
|
+
pub const DEBUG_DATA_MmSessionSize: u32 = 640u32;
|
497
|
+
pub const DEBUG_DATA_MmSharedCommitAddr: u32 = 344u32;
|
498
|
+
pub const DEBUG_DATA_MmSizeOfPagedPoolInBytesAddr: u32 = 320u32;
|
499
|
+
pub const DEBUG_DATA_MmSpecialPoolTagAddr: u32 = 568u32;
|
500
|
+
pub const DEBUG_DATA_MmStandbyPageListHeadAddr: u32 = 400u32;
|
501
|
+
pub const DEBUG_DATA_MmSubsectionBaseAddr: u32 = 216u32;
|
502
|
+
pub const DEBUG_DATA_MmSystemCacheEndAddr: u32 = 176u32;
|
503
|
+
pub const DEBUG_DATA_MmSystemCacheStartAddr: u32 = 168u32;
|
504
|
+
pub const DEBUG_DATA_MmSystemCacheWsAddr: u32 = 184u32;
|
505
|
+
pub const DEBUG_DATA_MmSystemParentTablePage: u32 = 648u32;
|
506
|
+
pub const DEBUG_DATA_MmSystemPtesEndAddr: u32 = 208u32;
|
507
|
+
pub const DEBUG_DATA_MmSystemPtesStartAddr: u32 = 200u32;
|
508
|
+
pub const DEBUG_DATA_MmSystemRangeStartAddr: u32 = 464u32;
|
509
|
+
pub const DEBUG_DATA_MmTotalCommitLimitAddr: u32 = 328u32;
|
510
|
+
pub const DEBUG_DATA_MmTotalCommitLimitMaximumAddr: u32 = 608u32;
|
511
|
+
pub const DEBUG_DATA_MmTotalCommittedPagesAddr: u32 = 336u32;
|
512
|
+
pub const DEBUG_DATA_MmTriageActionTakenAddr: u32 = 560u32;
|
513
|
+
pub const DEBUG_DATA_MmUnloadedDriversAddr: u32 = 544u32;
|
514
|
+
pub const DEBUG_DATA_MmUserProbeAddressAddr: u32 = 472u32;
|
515
|
+
pub const DEBUG_DATA_MmVerifierDataAddr: u32 = 584u32;
|
516
|
+
pub const DEBUG_DATA_MmVirtualTranslationBase: u32 = 656u32;
|
517
|
+
pub const DEBUG_DATA_MmZeroedPageListHeadAddr: u32 = 384u32;
|
518
|
+
pub const DEBUG_DATA_NonPagedPoolDescriptorAddr: u32 = 448u32;
|
519
|
+
pub const DEBUG_DATA_NtBuildLabAddr: u32 = 520u32;
|
520
|
+
pub const DEBUG_DATA_ObpRootDirectoryObjectAddr: u32 = 152u32;
|
521
|
+
pub const DEBUG_DATA_ObpTypeObjectTypeAddr: u32 = 160u32;
|
522
|
+
pub const DEBUG_DATA_OffsetEprocessDirectoryTableBase: u32 = 686u32;
|
523
|
+
pub const DEBUG_DATA_OffsetEprocessParentCID: u32 = 684u32;
|
524
|
+
pub const DEBUG_DATA_OffsetEprocessPeb: u32 = 682u32;
|
525
|
+
pub const DEBUG_DATA_OffsetKThreadApcProcess: u32 = 672u32;
|
526
|
+
pub const DEBUG_DATA_OffsetKThreadBStore: u32 = 676u32;
|
527
|
+
pub const DEBUG_DATA_OffsetKThreadBStoreLimit: u32 = 678u32;
|
528
|
+
pub const DEBUG_DATA_OffsetKThreadInitialStack: u32 = 670u32;
|
529
|
+
pub const DEBUG_DATA_OffsetKThreadKernelStack: u32 = 668u32;
|
530
|
+
pub const DEBUG_DATA_OffsetKThreadNextProcessor: u32 = 664u32;
|
531
|
+
pub const DEBUG_DATA_OffsetKThreadState: u32 = 674u32;
|
532
|
+
pub const DEBUG_DATA_OffsetKThreadTeb: u32 = 666u32;
|
533
|
+
pub const DEBUG_DATA_OffsetPrcbCpuType: u32 = 696u32;
|
534
|
+
pub const DEBUG_DATA_OffsetPrcbCurrentThread: u32 = 692u32;
|
535
|
+
pub const DEBUG_DATA_OffsetPrcbDpcRoutine: u32 = 690u32;
|
536
|
+
pub const DEBUG_DATA_OffsetPrcbMhz: u32 = 694u32;
|
537
|
+
pub const DEBUG_DATA_OffsetPrcbNumber: u32 = 702u32;
|
538
|
+
pub const DEBUG_DATA_OffsetPrcbProcessorState: u32 = 700u32;
|
539
|
+
pub const DEBUG_DATA_OffsetPrcbVendorString: u32 = 698u32;
|
540
|
+
pub const DEBUG_DATA_PROCESSOR_IDENTIFICATION: u32 = 4u32;
|
541
|
+
pub const DEBUG_DATA_PROCESSOR_SPEED: u32 = 5u32;
|
542
|
+
pub const DEBUG_DATA_PaeEnabled: u32 = 100000u32;
|
543
|
+
pub const DEBUG_DATA_PagingLevels: u32 = 100080u32;
|
544
|
+
pub const DEBUG_DATA_PoolTrackTableAddr: u32 = 440u32;
|
545
|
+
pub const DEBUG_DATA_ProductType: u32 = 100016u32;
|
546
|
+
pub const DEBUG_DATA_PsActiveProcessHeadAddr: u32 = 80u32;
|
547
|
+
pub const DEBUG_DATA_PsLoadedModuleListAddr: u32 = 72u32;
|
548
|
+
pub const DEBUG_DATA_PspCidTableAddr: u32 = 88u32;
|
549
|
+
pub const DEBUG_DATA_PteBase: u32 = 864u32;
|
550
|
+
pub const DEBUG_DATA_SPACE_BUS_DATA: u32 = 5u32;
|
551
|
+
pub const DEBUG_DATA_SPACE_CONTROL: u32 = 2u32;
|
552
|
+
pub const DEBUG_DATA_SPACE_COUNT: u32 = 7u32;
|
553
|
+
pub const DEBUG_DATA_SPACE_DEBUGGER_DATA: u32 = 6u32;
|
554
|
+
pub const DEBUG_DATA_SPACE_IO: u32 = 3u32;
|
555
|
+
pub const DEBUG_DATA_SPACE_MSR: u32 = 4u32;
|
556
|
+
pub const DEBUG_DATA_SPACE_PHYSICAL: u32 = 1u32;
|
557
|
+
pub const DEBUG_DATA_SPACE_VIRTUAL: u32 = 0u32;
|
558
|
+
pub const DEBUG_DATA_SavedContextAddr: u32 = 40u32;
|
559
|
+
pub const DEBUG_DATA_SharedUserData: u32 = 100008u32;
|
560
|
+
pub const DEBUG_DATA_SizeEProcess: u32 = 680u32;
|
561
|
+
pub const DEBUG_DATA_SizeEThread: u32 = 704u32;
|
562
|
+
pub const DEBUG_DATA_SizePrcb: u32 = 688u32;
|
563
|
+
pub const DEBUG_DATA_SuiteMask: u32 = 100024u32;
|
564
|
+
#[repr(C)]
|
565
|
+
#[derive(Clone, Copy)]
|
566
|
+
pub struct DEBUG_DECODE_ERROR {
|
567
|
+
pub SizeOfStruct: u32,
|
568
|
+
pub Code: u32,
|
569
|
+
pub TreatAsStatus: windows_sys::core::BOOL,
|
570
|
+
pub Source: [i8; 64],
|
571
|
+
pub Message: [i8; 260],
|
572
|
+
}
|
573
|
+
impl Default for DEBUG_DECODE_ERROR {
|
574
|
+
fn default() -> Self {
|
575
|
+
unsafe { core::mem::zeroed() }
|
576
|
+
}
|
577
|
+
}
|
578
|
+
#[repr(C)]
|
579
|
+
#[derive(Clone, Copy, Default)]
|
580
|
+
pub struct DEBUG_DEVICE_OBJECT_INFO {
|
581
|
+
pub SizeOfStruct: u32,
|
582
|
+
pub DevObjAddress: u64,
|
583
|
+
pub ReferenceCount: u32,
|
584
|
+
pub QBusy: windows_sys::core::BOOL,
|
585
|
+
pub DriverObject: u64,
|
586
|
+
pub CurrentIrp: u64,
|
587
|
+
pub DevExtension: u64,
|
588
|
+
pub DevObjExtension: u64,
|
589
|
+
}
|
590
|
+
pub const DEBUG_DISASM_EFFECTIVE_ADDRESS: u32 = 1u32;
|
591
|
+
pub const DEBUG_DISASM_MATCHING_SYMBOLS: u32 = 2u32;
|
592
|
+
pub const DEBUG_DISASM_SOURCE_FILE_NAME: u32 = 8u32;
|
593
|
+
pub const DEBUG_DISASM_SOURCE_LINE_NUMBER: u32 = 4u32;
|
594
|
+
#[repr(C)]
|
595
|
+
#[derive(Clone, Copy, Default)]
|
596
|
+
pub struct DEBUG_DRIVER_OBJECT_INFO {
|
597
|
+
pub SizeOfStruct: u32,
|
598
|
+
pub DriverSize: u32,
|
599
|
+
pub DriverObjAddress: u64,
|
600
|
+
pub DriverStart: u64,
|
601
|
+
pub DriverExtension: u64,
|
602
|
+
pub DeviceObject: u64,
|
603
|
+
pub DriverName: DEBUG_DRIVER_OBJECT_INFO_0,
|
604
|
+
}
|
605
|
+
#[repr(C)]
|
606
|
+
#[derive(Clone, Copy, Default)]
|
607
|
+
pub struct DEBUG_DRIVER_OBJECT_INFO_0 {
|
608
|
+
pub Length: u16,
|
609
|
+
pub MaximumLength: u16,
|
610
|
+
pub Buffer: u64,
|
611
|
+
}
|
612
|
+
pub const DEBUG_DUMP_ACTIVE: u32 = 1030u32;
|
613
|
+
pub const DEBUG_DUMP_DEFAULT: u32 = 1025u32;
|
614
|
+
pub const DEBUG_DUMP_FILE_BASE: u32 = 4294967295u32;
|
615
|
+
pub const DEBUG_DUMP_FILE_LOAD_FAILED_INDEX: u32 = 4294967295u32;
|
616
|
+
pub const DEBUG_DUMP_FILE_ORIGINAL_CAB_INDEX: u32 = 4294967294u32;
|
617
|
+
pub const DEBUG_DUMP_FILE_PAGE_FILE_DUMP: u32 = 0u32;
|
618
|
+
pub const DEBUG_DUMP_FULL: u32 = 1026u32;
|
619
|
+
pub const DEBUG_DUMP_IMAGE_FILE: u32 = 1027u32;
|
620
|
+
pub const DEBUG_DUMP_SMALL: u32 = 1024u32;
|
621
|
+
pub const DEBUG_DUMP_TRACE_LOG: u32 = 1028u32;
|
622
|
+
pub const DEBUG_DUMP_WINDOWS_CE: u32 = 1029u32;
|
623
|
+
pub const DEBUG_ECREATE_PROCESS_DEFAULT: u32 = 0u32;
|
624
|
+
pub const DEBUG_ECREATE_PROCESS_INHERIT_HANDLES: u32 = 1u32;
|
625
|
+
pub const DEBUG_ECREATE_PROCESS_USE_IMPLICIT_COMMAND_LINE: u32 = 4u32;
|
626
|
+
pub const DEBUG_ECREATE_PROCESS_USE_VERIFIER_FLAGS: u32 = 2u32;
|
627
|
+
pub const DEBUG_EINDEX_FROM_CURRENT: u32 = 2u32;
|
628
|
+
pub const DEBUG_EINDEX_FROM_END: u32 = 1u32;
|
629
|
+
pub const DEBUG_EINDEX_FROM_START: u32 = 0u32;
|
630
|
+
pub const DEBUG_EINDEX_NAME: u32 = 0u32;
|
631
|
+
pub const DEBUG_END_ACTIVE_DETACH: u32 = 2u32;
|
632
|
+
pub const DEBUG_END_ACTIVE_TERMINATE: u32 = 1u32;
|
633
|
+
pub const DEBUG_END_DISCONNECT: u32 = 4u32;
|
634
|
+
pub const DEBUG_END_PASSIVE: u32 = 0u32;
|
635
|
+
pub const DEBUG_END_REENTRANT: u32 = 3u32;
|
636
|
+
pub const DEBUG_ENGOPT_ALL: u32 = 32505855u32;
|
637
|
+
pub const DEBUG_ENGOPT_ALLOW_NETWORK_PATHS: u32 = 4u32;
|
638
|
+
pub const DEBUG_ENGOPT_ALLOW_READ_ONLY_BREAKPOINTS: u32 = 1024u32;
|
639
|
+
pub const DEBUG_ENGOPT_DEBUGGING_SENSITIVE_DATA: u32 = 4194304u32;
|
640
|
+
pub const DEBUG_ENGOPT_DISABLESQM: u32 = 524288u32;
|
641
|
+
pub const DEBUG_ENGOPT_DISABLE_EXECUTION_COMMANDS: u32 = 65536u32;
|
642
|
+
pub const DEBUG_ENGOPT_DISABLE_MANAGED_SUPPORT: u32 = 16384u32;
|
643
|
+
pub const DEBUG_ENGOPT_DISABLE_MODULE_SYMBOL_LOAD: u32 = 32768u32;
|
644
|
+
pub const DEBUG_ENGOPT_DISABLE_STEPLINES_OPTIONS: u32 = 2097152u32;
|
645
|
+
pub const DEBUG_ENGOPT_DISALLOW_IMAGE_FILE_MAPPING: u32 = 131072u32;
|
646
|
+
pub const DEBUG_ENGOPT_DISALLOW_NETWORK_PATHS: u32 = 8u32;
|
647
|
+
pub const DEBUG_ENGOPT_DISALLOW_SHELL_COMMANDS: u32 = 4096u32;
|
648
|
+
pub const DEBUG_ENGOPT_FAIL_INCOMPLETE_INFORMATION: u32 = 512u32;
|
649
|
+
pub const DEBUG_ENGOPT_FINAL_BREAK: u32 = 128u32;
|
650
|
+
pub const DEBUG_ENGOPT_IGNORE_DBGHELP_VERSION: u32 = 1u32;
|
651
|
+
pub const DEBUG_ENGOPT_IGNORE_EXTENSION_VERSIONS: u32 = 2u32;
|
652
|
+
pub const DEBUG_ENGOPT_IGNORE_LOADER_EXCEPTIONS: u32 = 16u32;
|
653
|
+
pub const DEBUG_ENGOPT_INITIAL_BREAK: u32 = 32u32;
|
654
|
+
pub const DEBUG_ENGOPT_INITIAL_MODULE_BREAK: u32 = 64u32;
|
655
|
+
pub const DEBUG_ENGOPT_KD_QUIET_MODE: u32 = 8192u32;
|
656
|
+
pub const DEBUG_ENGOPT_NO_EXECUTE_REPEAT: u32 = 256u32;
|
657
|
+
pub const DEBUG_ENGOPT_PREFER_DML: u32 = 262144u32;
|
658
|
+
pub const DEBUG_ENGOPT_PREFER_TRACE_FILES: u32 = 8388608u32;
|
659
|
+
pub const DEBUG_ENGOPT_RESOLVE_SHADOWED_VARIABLES: u32 = 16777216u32;
|
660
|
+
pub const DEBUG_ENGOPT_SYNCHRONIZE_BREAKPOINTS: u32 = 2048u32;
|
661
|
+
pub const DEBUG_EVENT_BREAKPOINT: u32 = 1u32;
|
662
|
+
pub const DEBUG_EVENT_CHANGE_DEBUGGEE_STATE: u32 = 1024u32;
|
663
|
+
pub const DEBUG_EVENT_CHANGE_ENGINE_STATE: u32 = 2048u32;
|
664
|
+
pub const DEBUG_EVENT_CHANGE_SYMBOL_STATE: u32 = 4096u32;
|
665
|
+
#[repr(C)]
|
666
|
+
#[derive(Clone, Copy, Default)]
|
667
|
+
pub struct DEBUG_EVENT_CONTEXT {
|
668
|
+
pub Size: u32,
|
669
|
+
pub ProcessEngineId: u32,
|
670
|
+
pub ThreadEngineId: u32,
|
671
|
+
pub FrameEngineId: u32,
|
672
|
+
}
|
673
|
+
pub const DEBUG_EVENT_CREATE_PROCESS: u32 = 16u32;
|
674
|
+
pub const DEBUG_EVENT_CREATE_THREAD: u32 = 4u32;
|
675
|
+
pub const DEBUG_EVENT_EXCEPTION: u32 = 2u32;
|
676
|
+
pub const DEBUG_EVENT_EXIT_PROCESS: u32 = 32u32;
|
677
|
+
pub const DEBUG_EVENT_EXIT_THREAD: u32 = 8u32;
|
678
|
+
pub const DEBUG_EVENT_LOAD_MODULE: u32 = 64u32;
|
679
|
+
pub const DEBUG_EVENT_SERVICE_EXCEPTION: u32 = 8192u32;
|
680
|
+
pub const DEBUG_EVENT_SESSION_STATUS: u32 = 512u32;
|
681
|
+
pub const DEBUG_EVENT_SYSTEM_ERROR: u32 = 256u32;
|
682
|
+
pub const DEBUG_EVENT_UNLOAD_MODULE: u32 = 128u32;
|
683
|
+
#[repr(C)]
|
684
|
+
#[derive(Clone, Copy, Default)]
|
685
|
+
pub struct DEBUG_EXCEPTION_FILTER_PARAMETERS {
|
686
|
+
pub ExecutionOption: u32,
|
687
|
+
pub ContinueOption: u32,
|
688
|
+
pub TextSize: u32,
|
689
|
+
pub CommandSize: u32,
|
690
|
+
pub SecondCommandSize: u32,
|
691
|
+
pub ExceptionCode: u32,
|
692
|
+
}
|
693
|
+
pub const DEBUG_EXECUTE_DEFAULT: u32 = 0u32;
|
694
|
+
pub const DEBUG_EXECUTE_ECHO: u32 = 1u32;
|
695
|
+
pub const DEBUG_EXECUTE_EVENT: u32 = 2048u32;
|
696
|
+
pub const DEBUG_EXECUTE_EXTENSION: u32 = 32u32;
|
697
|
+
pub const DEBUG_EXECUTE_HOTKEY: u32 = 1024u32;
|
698
|
+
pub const DEBUG_EXECUTE_INTERNAL: u32 = 64u32;
|
699
|
+
pub const DEBUG_EXECUTE_MENU: u32 = 512u32;
|
700
|
+
pub const DEBUG_EXECUTE_NOT_LOGGED: u32 = 2u32;
|
701
|
+
pub const DEBUG_EXECUTE_NO_REPEAT: u32 = 4u32;
|
702
|
+
pub const DEBUG_EXECUTE_SCRIPT: u32 = 128u32;
|
703
|
+
pub const DEBUG_EXECUTE_TOOLBAR: u32 = 256u32;
|
704
|
+
pub const DEBUG_EXECUTE_USER_CLICKED: u32 = 16u32;
|
705
|
+
pub const DEBUG_EXECUTE_USER_TYPED: u32 = 8u32;
|
706
|
+
pub const DEBUG_EXEC_FLAGS_NONBLOCK: u32 = 1u32;
|
707
|
+
pub const DEBUG_EXPR_CPLUSPLUS: u32 = 1u32;
|
708
|
+
pub const DEBUG_EXPR_MASM: u32 = 0u32;
|
709
|
+
pub const DEBUG_EXTENSION_AT_ENGINE: u32 = 0u32;
|
710
|
+
pub const DEBUG_EXTINIT_HAS_COMMAND_HELP: u32 = 1u32;
|
711
|
+
pub const DEBUG_EXT_PVALUE_DEFAULT: u32 = 0u32;
|
712
|
+
pub const DEBUG_EXT_PVTYPE_IS_POINTER: u32 = 1u32;
|
713
|
+
pub const DEBUG_EXT_PVTYPE_IS_VALUE: u32 = 0u32;
|
714
|
+
pub const DEBUG_EXT_QVALUE_DEFAULT: u32 = 0u32;
|
715
|
+
pub type DEBUG_FAILURE_TYPE = i32;
|
716
|
+
pub const DEBUG_FA_ENTRY_ANSI_STRING: FA_ENTRY_TYPE = 5i32;
|
717
|
+
pub const DEBUG_FA_ENTRY_ANSI_STRINGs: FA_ENTRY_TYPE = 6i32;
|
718
|
+
pub const DEBUG_FA_ENTRY_ARRAY: FA_ENTRY_TYPE = 32768i32;
|
719
|
+
pub const DEBUG_FA_ENTRY_EXTENSION_CMD: FA_ENTRY_TYPE = 7i32;
|
720
|
+
pub const DEBUG_FA_ENTRY_INSTRUCTION_OFFSET: FA_ENTRY_TYPE = 3i32;
|
721
|
+
pub const DEBUG_FA_ENTRY_NO_TYPE: FA_ENTRY_TYPE = 0i32;
|
722
|
+
pub const DEBUG_FA_ENTRY_POINTER: FA_ENTRY_TYPE = 4i32;
|
723
|
+
pub const DEBUG_FA_ENTRY_STRUCTURED_DATA: FA_ENTRY_TYPE = 8i32;
|
724
|
+
pub const DEBUG_FA_ENTRY_ULONG: FA_ENTRY_TYPE = 1i32;
|
725
|
+
pub const DEBUG_FA_ENTRY_ULONG64: FA_ENTRY_TYPE = 2i32;
|
726
|
+
pub const DEBUG_FA_ENTRY_UNICODE_STRING: FA_ENTRY_TYPE = 9i32;
|
727
|
+
pub const DEBUG_FILTER_BREAK: u32 = 0u32;
|
728
|
+
pub const DEBUG_FILTER_CREATE_PROCESS: u32 = 2u32;
|
729
|
+
pub const DEBUG_FILTER_CREATE_THREAD: u32 = 0u32;
|
730
|
+
pub const DEBUG_FILTER_DEBUGGEE_OUTPUT: u32 = 9u32;
|
731
|
+
pub const DEBUG_FILTER_EXIT_PROCESS: u32 = 3u32;
|
732
|
+
pub const DEBUG_FILTER_EXIT_THREAD: u32 = 1u32;
|
733
|
+
pub const DEBUG_FILTER_GO_HANDLED: u32 = 0u32;
|
734
|
+
pub const DEBUG_FILTER_GO_NOT_HANDLED: u32 = 1u32;
|
735
|
+
pub const DEBUG_FILTER_IGNORE: u32 = 3u32;
|
736
|
+
pub const DEBUG_FILTER_INITIAL_BREAKPOINT: u32 = 7u32;
|
737
|
+
pub const DEBUG_FILTER_INITIAL_MODULE_LOAD: u32 = 8u32;
|
738
|
+
pub const DEBUG_FILTER_LOAD_MODULE: u32 = 4u32;
|
739
|
+
pub const DEBUG_FILTER_OUTPUT: u32 = 2u32;
|
740
|
+
pub const DEBUG_FILTER_REMOVE: u32 = 4u32;
|
741
|
+
pub const DEBUG_FILTER_SECOND_CHANCE_BREAK: u32 = 1u32;
|
742
|
+
pub const DEBUG_FILTER_SYSTEM_ERROR: u32 = 6u32;
|
743
|
+
pub const DEBUG_FILTER_UNLOAD_MODULE: u32 = 5u32;
|
744
|
+
pub const DEBUG_FIND_SOURCE_BEST_MATCH: u32 = 2u32;
|
745
|
+
pub const DEBUG_FIND_SOURCE_DEFAULT: u32 = 0u32;
|
746
|
+
pub const DEBUG_FIND_SOURCE_FULL_PATH: u32 = 1u32;
|
747
|
+
pub const DEBUG_FIND_SOURCE_NO_SRCSRV: u32 = 4u32;
|
748
|
+
pub const DEBUG_FIND_SOURCE_TOKEN_LOOKUP: u32 = 8u32;
|
749
|
+
pub const DEBUG_FIND_SOURCE_WITH_CHECKSUM: u32 = 16u32;
|
750
|
+
pub const DEBUG_FIND_SOURCE_WITH_CHECKSUM_STRICT: u32 = 32u32;
|
751
|
+
pub const DEBUG_FLR_ACPI: DEBUG_FLR_PARAM_TYPE = 24576i32;
|
752
|
+
pub const DEBUG_FLR_ACPI_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 24832i32;
|
753
|
+
pub const DEBUG_FLR_ACPI_EXTENSION: DEBUG_FLR_PARAM_TYPE = 11i32;
|
754
|
+
pub const DEBUG_FLR_ACPI_OBJECT: DEBUG_FLR_PARAM_TYPE = 13i32;
|
755
|
+
pub const DEBUG_FLR_ACPI_RESCONFLICT: DEBUG_FLR_PARAM_TYPE = 12i32;
|
756
|
+
pub const DEBUG_FLR_ADDITIONAL_DEBUGTEXT: DEBUG_FLR_PARAM_TYPE = 65546i32;
|
757
|
+
pub const DEBUG_FLR_ADDITIONAL_XML: DEBUG_FLR_PARAM_TYPE = 1150976i32;
|
758
|
+
pub const DEBUG_FLR_ADD_PROCESS_IN_BUCKET: DEBUG_FLR_PARAM_TYPE = 8219i32;
|
759
|
+
pub const DEBUG_FLR_ALUREON: DEBUG_FLR_PARAM_TYPE = 12372i32;
|
760
|
+
pub const DEBUG_FLR_ANALYSIS_REPROCESS: DEBUG_FLR_PARAM_TYPE = 1052705i32;
|
761
|
+
pub const DEBUG_FLR_ANALYSIS_SESSION_ELAPSED_TIME: DEBUG_FLR_PARAM_TYPE = 1052701i32;
|
762
|
+
pub const DEBUG_FLR_ANALYSIS_SESSION_HOST: DEBUG_FLR_PARAM_TYPE = 1052700i32;
|
763
|
+
pub const DEBUG_FLR_ANALYSIS_SESSION_TIME: DEBUG_FLR_PARAM_TYPE = 1052699i32;
|
764
|
+
pub const DEBUG_FLR_ANALYSIS_VERSION: DEBUG_FLR_PARAM_TYPE = 1052702i32;
|
765
|
+
pub const DEBUG_FLR_ANALYZABLE_POOL_CORRUPTION: DEBUG_FLR_PARAM_TYPE = 8202i32;
|
766
|
+
pub const DEBUG_FLR_APPKILL: DEBUG_FLR_PARAM_TYPE = 8212i32;
|
767
|
+
pub const DEBUG_FLR_APPLICATION_VERIFIER_LOADED: DEBUG_FLR_PARAM_TYPE = 1048626i32;
|
768
|
+
pub const DEBUG_FLR_APPS_NOT_TERMINATED: DEBUG_FLR_PARAM_TYPE = 8258i32;
|
769
|
+
pub const DEBUG_FLR_APPVERIFERFLAGS: DEBUG_FLR_PARAM_TYPE = 1048600i32;
|
770
|
+
pub const DEBUG_FLR_ARM_WRITE_AV_CAVEAT: DEBUG_FLR_PARAM_TYPE = 8241i32;
|
771
|
+
pub const DEBUG_FLR_ASSERT_DATA: DEBUG_FLR_PARAM_TYPE = 768i32;
|
772
|
+
pub const DEBUG_FLR_ASSERT_FILE: DEBUG_FLR_PARAM_TYPE = 769i32;
|
773
|
+
pub const DEBUG_FLR_ASSERT_INSTRUCTION: DEBUG_FLR_PARAM_TYPE = 778i32;
|
774
|
+
pub const DEBUG_FLR_BADPAGES_DETECTED: DEBUG_FLR_PARAM_TYPE = 4109i32;
|
775
|
+
pub const DEBUG_FLR_BAD_HANDLE: DEBUG_FLR_PARAM_TYPE = 17i32;
|
776
|
+
pub const DEBUG_FLR_BAD_MEMORY_REFERENCE: DEBUG_FLR_PARAM_TYPE = 8210i32;
|
777
|
+
pub const DEBUG_FLR_BAD_OBJECT_REFERENCE: DEBUG_FLR_PARAM_TYPE = 8211i32;
|
778
|
+
pub const DEBUG_FLR_BAD_STACK: DEBUG_FLR_PARAM_TYPE = 8193i32;
|
779
|
+
pub const DEBUG_FLR_BLOCKED_THREAD0: DEBUG_FLR_PARAM_TYPE = -1073741818i32;
|
780
|
+
pub const DEBUG_FLR_BLOCKED_THREAD1: DEBUG_FLR_PARAM_TYPE = -1073741817i32;
|
781
|
+
pub const DEBUG_FLR_BLOCKED_THREAD2: DEBUG_FLR_PARAM_TYPE = -1073741816i32;
|
782
|
+
pub const DEBUG_FLR_BLOCKING_PROCESSID: DEBUG_FLR_PARAM_TYPE = -1073741815i32;
|
783
|
+
pub const DEBUG_FLR_BLOCKING_THREAD: DEBUG_FLR_PARAM_TYPE = -1073741820i32;
|
784
|
+
pub const DEBUG_FLR_BOOST_FOLLOWUP_TO_SPECIFIC: DEBUG_FLR_PARAM_TYPE = 8222i32;
|
785
|
+
pub const DEBUG_FLR_BOOTSTAT: DEBUG_FLR_PARAM_TYPE = 28672i32;
|
786
|
+
pub const DEBUG_FLR_BOOTSTAT_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 28928i32;
|
787
|
+
pub const DEBUG_FLR_BUCKET_ID: DEBUG_FLR_PARAM_TYPE = 65536i32;
|
788
|
+
pub const DEBUG_FLR_BUCKET_ID_CHECKSUM: DEBUG_FLR_PARAM_TYPE = 1052684i32;
|
789
|
+
pub const DEBUG_FLR_BUCKET_ID_FLAVOR_STR: DEBUG_FLR_PARAM_TYPE = 1052686i32;
|
790
|
+
pub const DEBUG_FLR_BUCKET_ID_FUNCTION_STR: DEBUG_FLR_PARAM_TYPE = 1052676i32;
|
791
|
+
pub const DEBUG_FLR_BUCKET_ID_FUNC_OFFSET: DEBUG_FLR_PARAM_TYPE = 65589i32;
|
792
|
+
pub const DEBUG_FLR_BUCKET_ID_IMAGE_STR: DEBUG_FLR_PARAM_TYPE = 1052703i32;
|
793
|
+
pub const DEBUG_FLR_BUCKET_ID_MODULE_STR: DEBUG_FLR_PARAM_TYPE = 1052674i32;
|
794
|
+
pub const DEBUG_FLR_BUCKET_ID_MODVER_STR: DEBUG_FLR_PARAM_TYPE = 1052675i32;
|
795
|
+
pub const DEBUG_FLR_BUCKET_ID_OFFSET: DEBUG_FLR_PARAM_TYPE = 1052677i32;
|
796
|
+
pub const DEBUG_FLR_BUCKET_ID_PREFIX_STR: DEBUG_FLR_PARAM_TYPE = 1052673i32;
|
797
|
+
pub const DEBUG_FLR_BUCKET_ID_PRIVATE: DEBUG_FLR_PARAM_TYPE = 1052704i32;
|
798
|
+
pub const DEBUG_FLR_BUCKET_ID_TIMEDATESTAMP: DEBUG_FLR_PARAM_TYPE = 1052683i32;
|
799
|
+
pub const DEBUG_FLR_BUGCHECKING_DRIVER: DEBUG_FLR_PARAM_TYPE = 12292i32;
|
800
|
+
pub const DEBUG_FLR_BUGCHECKING_DRIVER_IDTAG: DEBUG_FLR_PARAM_TYPE = 65559i32;
|
801
|
+
pub const DEBUG_FLR_BUGCHECK_CODE: DEBUG_FLR_PARAM_TYPE = 4108i32;
|
802
|
+
pub const DEBUG_FLR_BUGCHECK_DESC: DEBUG_FLR_PARAM_TYPE = 1538i32;
|
803
|
+
pub const DEBUG_FLR_BUGCHECK_P1: DEBUG_FLR_PARAM_TYPE = 4115i32;
|
804
|
+
pub const DEBUG_FLR_BUGCHECK_P2: DEBUG_FLR_PARAM_TYPE = 4116i32;
|
805
|
+
pub const DEBUG_FLR_BUGCHECK_P3: DEBUG_FLR_PARAM_TYPE = 4117i32;
|
806
|
+
pub const DEBUG_FLR_BUGCHECK_P4: DEBUG_FLR_PARAM_TYPE = 4118i32;
|
807
|
+
pub const DEBUG_FLR_BUGCHECK_SPECIFIER: DEBUG_FLR_PARAM_TYPE = 1537i32;
|
808
|
+
pub const DEBUG_FLR_BUGCHECK_STR: DEBUG_FLR_PARAM_TYPE = 1536i32;
|
809
|
+
pub const DEBUG_FLR_BUILDNAME_IN_BUCKET: DEBUG_FLR_PARAM_TYPE = 12349i32;
|
810
|
+
pub const DEBUG_FLR_BUILDOSVER_STR_deprecated: DEBUG_FLR_PARAM_TYPE = 1052929i32;
|
811
|
+
pub const DEBUG_FLR_BUILD_OS_FULL_VERSION_STRING: DEBUG_FLR_PARAM_TYPE = 65567i32;
|
812
|
+
pub const DEBUG_FLR_BUILD_VERSION_STRING: DEBUG_FLR_PARAM_TYPE = 65566i32;
|
813
|
+
pub const DEBUG_FLR_CANCELLATION_NOT_SUPPORTED: DEBUG_FLR_PARAM_TYPE = 12350i32;
|
814
|
+
pub const DEBUG_FLR_CHKIMG_EXTENSION: DEBUG_FLR_PARAM_TYPE = 19i32;
|
815
|
+
pub const DEBUG_FLR_CHPE_PROCESS: DEBUG_FLR_PARAM_TYPE = -268435433i32;
|
816
|
+
pub const DEBUG_FLR_CLIENT_DRIVER: DEBUG_FLR_PARAM_TYPE = 1031i32;
|
817
|
+
pub const DEBUG_FLR_COLLECT_DATA_FOR_BUCKET: DEBUG_FLR_PARAM_TYPE = 65577i32;
|
818
|
+
pub const DEBUG_FLR_COMPUTER_NAME: DEBUG_FLR_PARAM_TYPE = 65578i32;
|
819
|
+
pub const DEBUG_FLR_CONTEXT: DEBUG_FLR_PARAM_TYPE = -1073741823i32;
|
820
|
+
pub const DEBUG_FLR_CONTEXT_COMMAND: DEBUG_FLR_PARAM_TYPE = 2097164i32;
|
821
|
+
pub const DEBUG_FLR_CONTEXT_FLAGS: DEBUG_FLR_PARAM_TYPE = 2097165i32;
|
822
|
+
pub const DEBUG_FLR_CONTEXT_FOLLOWUP_INDEX: DEBUG_FLR_PARAM_TYPE = 2097191i32;
|
823
|
+
pub const DEBUG_FLR_CONTEXT_ID: DEBUG_FLR_PARAM_TYPE = 2097168i32;
|
824
|
+
pub const DEBUG_FLR_CONTEXT_METADATA: DEBUG_FLR_PARAM_TYPE = 2097211i32;
|
825
|
+
pub const DEBUG_FLR_CONTEXT_ORDER: DEBUG_FLR_PARAM_TYPE = 2097166i32;
|
826
|
+
pub const DEBUG_FLR_CONTEXT_RESTORE_COMMAND: DEBUG_FLR_PARAM_TYPE = 65551i32;
|
827
|
+
pub const DEBUG_FLR_CONTEXT_SYSTEM: DEBUG_FLR_PARAM_TYPE = 2097167i32;
|
828
|
+
pub const DEBUG_FLR_CORRUPTING_POOL_ADDRESS: DEBUG_FLR_PARAM_TYPE = 1026i32;
|
829
|
+
pub const DEBUG_FLR_CORRUPTING_POOL_TAG: DEBUG_FLR_PARAM_TYPE = 1027i32;
|
830
|
+
pub const DEBUG_FLR_CORRUPT_MODULE_LIST: DEBUG_FLR_PARAM_TYPE = 8192i32;
|
831
|
+
pub const DEBUG_FLR_CORRUPT_SERVICE_TABLE: DEBUG_FLR_PARAM_TYPE = 12308i32;
|
832
|
+
pub const DEBUG_FLR_COVERAGE_BUILD: DEBUG_FLR_PARAM_TYPE = 8244i32;
|
833
|
+
pub const DEBUG_FLR_CPU_COUNT: DEBUG_FLR_PARAM_TYPE = 12330i32;
|
834
|
+
pub const DEBUG_FLR_CPU_FAMILY: DEBUG_FLR_PARAM_TYPE = 12333i32;
|
835
|
+
pub const DEBUG_FLR_CPU_MICROCODE_VERSION: DEBUG_FLR_PARAM_TYPE = 12329i32;
|
836
|
+
pub const DEBUG_FLR_CPU_MICROCODE_ZERO_INTEL: DEBUG_FLR_PARAM_TYPE = 8228i32;
|
837
|
+
pub const DEBUG_FLR_CPU_MODEL: DEBUG_FLR_PARAM_TYPE = 12334i32;
|
838
|
+
pub const DEBUG_FLR_CPU_OVERCLOCKED: DEBUG_FLR_PARAM_TYPE = 8198i32;
|
839
|
+
pub const DEBUG_FLR_CPU_SPEED: DEBUG_FLR_PARAM_TYPE = 12331i32;
|
840
|
+
pub const DEBUG_FLR_CPU_STEPPING: DEBUG_FLR_PARAM_TYPE = 12335i32;
|
841
|
+
pub const DEBUG_FLR_CPU_VENDOR: DEBUG_FLR_PARAM_TYPE = 12332i32;
|
842
|
+
pub const DEBUG_FLR_CRITICAL_PROCESS: DEBUG_FLR_PARAM_TYPE = 4119i32;
|
843
|
+
pub const DEBUG_FLR_CRITICAL_PROCESS_REPORTGUID: DEBUG_FLR_PARAM_TYPE = 65628i32;
|
844
|
+
pub const DEBUG_FLR_CRITICAL_SECTION: DEBUG_FLR_PARAM_TYPE = 16i32;
|
845
|
+
pub const DEBUG_FLR_CURRENT_IRQL: DEBUG_FLR_PARAM_TYPE = 512i32;
|
846
|
+
pub const DEBUG_FLR_CUSTOMER_CRASH_COUNT: DEBUG_FLR_PARAM_TYPE = 12299i32;
|
847
|
+
pub const DEBUG_FLR_CUSTOMREPORTTAG: DEBUG_FLR_PARAM_TYPE = -268435454i32;
|
848
|
+
pub const DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MAX: DEBUG_FLR_PARAM_TYPE = -1342177280i32;
|
849
|
+
pub const DEBUG_FLR_CUSTOM_ANALYSIS_TAG_MIN: DEBUG_FLR_PARAM_TYPE = -1610612736i32;
|
850
|
+
pub const DEBUG_FLR_CUSTOM_COMMAND: DEBUG_FLR_PARAM_TYPE = -268435431i32;
|
851
|
+
pub const DEBUG_FLR_CUSTOM_COMMAND_OUTPUT: DEBUG_FLR_PARAM_TYPE = -268435430i32;
|
852
|
+
pub const DEBUG_FLR_DEADLOCK_INPROC: DEBUG_FLR_PARAM_TYPE = 1048589i32;
|
853
|
+
pub const DEBUG_FLR_DEADLOCK_XPROC: DEBUG_FLR_PARAM_TYPE = 1048590i32;
|
854
|
+
pub const DEBUG_FLR_DEBUG_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1118208i32;
|
855
|
+
pub const DEBUG_FLR_DEFAULT_BUCKET_ID: DEBUG_FLR_PARAM_TYPE = 65544i32;
|
856
|
+
pub const DEBUG_FLR_DEFAULT_SOLUTION_ID: DEBUG_FLR_PARAM_TYPE = 12294i32;
|
857
|
+
pub const DEBUG_FLR_DERIVED_WAIT_CHAIN: DEBUG_FLR_PARAM_TYPE = 1048583i32;
|
858
|
+
pub const DEBUG_FLR_DESKTOP_HEAP_MISSING: DEBUG_FLR_PARAM_TYPE = 1048593i32;
|
859
|
+
pub const DEBUG_FLR_DETOURED_IMAGE: DEBUG_FLR_PARAM_TYPE = 12351i32;
|
860
|
+
pub const DEBUG_FLR_DEVICE_NODE: DEBUG_FLR_PARAM_TYPE = 28i32;
|
861
|
+
pub const DEBUG_FLR_DEVICE_OBJECT: DEBUG_FLR_PARAM_TYPE = 3i32;
|
862
|
+
pub const DEBUG_FLR_DISKIO_READ_FAILURE: DEBUG_FLR_PARAM_TYPE = 12353i32;
|
863
|
+
pub const DEBUG_FLR_DISKIO_WRITE_FAILURE: DEBUG_FLR_PARAM_TYPE = 12354i32;
|
864
|
+
pub const DEBUG_FLR_DISKSEC_ISSUEDESCSTRING_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435450i32;
|
865
|
+
pub const DEBUG_FLR_DISKSEC_MFGID_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435451i32;
|
866
|
+
pub const DEBUG_FLR_DISKSEC_MODEL_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435452i32;
|
867
|
+
pub const DEBUG_FLR_DISKSEC_ORGID_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435453i32;
|
868
|
+
pub const DEBUG_FLR_DISKSEC_PRIVATE_DATASIZE_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435444i32;
|
869
|
+
pub const DEBUG_FLR_DISKSEC_PRIVATE_OFFSET_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435445i32;
|
870
|
+
pub const DEBUG_FLR_DISKSEC_PRIVATE_TOTSIZE_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435446i32;
|
871
|
+
pub const DEBUG_FLR_DISKSEC_PUBLIC_DATASIZE_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435447i32;
|
872
|
+
pub const DEBUG_FLR_DISKSEC_PUBLIC_OFFSET_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435448i32;
|
873
|
+
pub const DEBUG_FLR_DISKSEC_PUBLIC_TOTSIZE_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435449i32;
|
874
|
+
pub const DEBUG_FLR_DISKSEC_REASON_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435442i32;
|
875
|
+
pub const DEBUG_FLR_DISKSEC_TOTALSIZE_DEPRECATED: DEBUG_FLR_PARAM_TYPE = -268435443i32;
|
876
|
+
pub const DEBUG_FLR_DISK_HARDWARE_ERROR: DEBUG_FLR_PARAM_TYPE = 8206i32;
|
877
|
+
pub const DEBUG_FLR_DPC_RUNTIME: DEBUG_FLR_PARAM_TYPE = 4111i32;
|
878
|
+
pub const DEBUG_FLR_DPC_STACK_BASE: DEBUG_FLR_PARAM_TYPE = -1073741809i32;
|
879
|
+
pub const DEBUG_FLR_DPC_TIMELIMIT: DEBUG_FLR_PARAM_TYPE = 4112i32;
|
880
|
+
pub const DEBUG_FLR_DPC_TIMEOUT_TYPE: DEBUG_FLR_PARAM_TYPE = 4110i32;
|
881
|
+
pub const DEBUG_FLR_DRIVER_HARDWAREID: DEBUG_FLR_PARAM_TYPE = 65552i32;
|
882
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_DEVICE_ID: DEBUG_FLR_PARAM_TYPE = 65554i32;
|
883
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_DEVICE_NAME: DEBUG_FLR_PARAM_TYPE = 65633i32;
|
884
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_ID_BUS_TYPE: DEBUG_FLR_PARAM_TYPE = 65557i32;
|
885
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_REV_ID: DEBUG_FLR_PARAM_TYPE = 65556i32;
|
886
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_SUBSYS_ID: DEBUG_FLR_PARAM_TYPE = 65555i32;
|
887
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_SUBVENDOR_NAME: DEBUG_FLR_PARAM_TYPE = 65632i32;
|
888
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_VENDOR_ID: DEBUG_FLR_PARAM_TYPE = 65553i32;
|
889
|
+
pub const DEBUG_FLR_DRIVER_HARDWARE_VENDOR_NAME: DEBUG_FLR_PARAM_TYPE = 65631i32;
|
890
|
+
pub const DEBUG_FLR_DRIVER_OBJECT: DEBUG_FLR_PARAM_TYPE = 2i32;
|
891
|
+
pub const DEBUG_FLR_DRIVER_VERIFIER_IO_VIOLATION_TYPE: DEBUG_FLR_PARAM_TYPE = 4096i32;
|
892
|
+
pub const DEBUG_FLR_DRIVER_XML_DESCRIPTION: DEBUG_FLR_PARAM_TYPE = 65562i32;
|
893
|
+
pub const DEBUG_FLR_DRIVER_XML_MANUFACTURER: DEBUG_FLR_PARAM_TYPE = 65564i32;
|
894
|
+
pub const DEBUG_FLR_DRIVER_XML_PRODUCTNAME: DEBUG_FLR_PARAM_TYPE = 65563i32;
|
895
|
+
pub const DEBUG_FLR_DRIVER_XML_VERSION: DEBUG_FLR_PARAM_TYPE = 65565i32;
|
896
|
+
pub const DEBUG_FLR_DRVPOWERSTATE_SUBCODE: DEBUG_FLR_PARAM_TYPE = 4101i32;
|
897
|
+
pub const DEBUG_FLR_DUMPSTREAM_COMMENTA: DEBUG_FLR_PARAM_TYPE = -268435435i32;
|
898
|
+
pub const DEBUG_FLR_DUMPSTREAM_COMMENTW: DEBUG_FLR_PARAM_TYPE = -268435434i32;
|
899
|
+
pub const DEBUG_FLR_DUMP_CLASS: DEBUG_FLR_PARAM_TYPE = 1048627i32;
|
900
|
+
pub const DEBUG_FLR_DUMP_FILE_ATTRIBUTES: DEBUG_FLR_PARAM_TYPE = 4113i32;
|
901
|
+
pub const DEBUG_FLR_DUMP_FLAGS: DEBUG_FLR_PARAM_TYPE = 1048625i32;
|
902
|
+
pub const DEBUG_FLR_DUMP_QUALIFIER: DEBUG_FLR_PARAM_TYPE = 1048628i32;
|
903
|
+
pub const DEBUG_FLR_DUMP_TYPE: DEBUG_FLR_PARAM_TYPE = 1048602i32;
|
904
|
+
pub const DEBUG_FLR_END_MESSAGE: DEBUG_FLR_PARAM_TYPE = 65612i32;
|
905
|
+
pub const DEBUG_FLR_ERESOURCE_ADDRESS: DEBUG_FLR_PARAM_TYPE = 22i32;
|
906
|
+
pub const DEBUG_FLR_EVENT_CODE_DATA_MISMATCH: DEBUG_FLR_PARAM_TYPE = 12338i32;
|
907
|
+
pub const DEBUG_FLR_EXCEPTION_CODE: DEBUG_FLR_PARAM_TYPE = 4097i32;
|
908
|
+
pub const DEBUG_FLR_EXCEPTION_CODE_STR: DEBUG_FLR_PARAM_TYPE = 4098i32;
|
909
|
+
pub const DEBUG_FLR_EXCEPTION_CODE_STR_deprecated: DEBUG_FLR_PARAM_TYPE = 1052672i32;
|
910
|
+
pub const DEBUG_FLR_EXCEPTION_CONTEXT_RECURSION: DEBUG_FLR_PARAM_TYPE = 12352i32;
|
911
|
+
pub const DEBUG_FLR_EXCEPTION_DOESNOT_MATCH_CODE: DEBUG_FLR_PARAM_TYPE = 777i32;
|
912
|
+
pub const DEBUG_FLR_EXCEPTION_MODULE_INFO: DEBUG_FLR_PARAM_TYPE = 2097190i32;
|
913
|
+
pub const DEBUG_FLR_EXCEPTION_PARAMETER1: DEBUG_FLR_PARAM_TYPE = 770i32;
|
914
|
+
pub const DEBUG_FLR_EXCEPTION_PARAMETER2: DEBUG_FLR_PARAM_TYPE = 771i32;
|
915
|
+
pub const DEBUG_FLR_EXCEPTION_PARAMETER3: DEBUG_FLR_PARAM_TYPE = 772i32;
|
916
|
+
pub const DEBUG_FLR_EXCEPTION_PARAMETER4: DEBUG_FLR_PARAM_TYPE = 773i32;
|
917
|
+
pub const DEBUG_FLR_EXCEPTION_RECORD: DEBUG_FLR_PARAM_TYPE = 774i32;
|
918
|
+
pub const DEBUG_FLR_EXCEPTION_STR: DEBUG_FLR_PARAM_TYPE = 776i32;
|
919
|
+
pub const DEBUG_FLR_EXECUTE_ADDRESS: DEBUG_FLR_PARAM_TYPE = 30i32;
|
920
|
+
pub const DEBUG_FLR_FAILED_INSTRUCTION_ADDRESS: DEBUG_FLR_PARAM_TYPE = 9i32;
|
921
|
+
pub const DEBUG_FLR_FAILURE_ANALYSIS_SOURCE: DEBUG_FLR_PARAM_TYPE = 65591i32;
|
922
|
+
pub const DEBUG_FLR_FAILURE_BUCKET_ID: DEBUG_FLR_PARAM_TYPE = 65561i32;
|
923
|
+
pub const DEBUG_FLR_FAILURE_DISPLAY_NAME: DEBUG_FLR_PARAM_TYPE = 2097239i32;
|
924
|
+
pub const DEBUG_FLR_FAILURE_EXCEPTION_CODE: DEBUG_FLR_PARAM_TYPE = 65607i32;
|
925
|
+
pub const DEBUG_FLR_FAILURE_FUNCTION_NAME: DEBUG_FLR_PARAM_TYPE = 65609i32;
|
926
|
+
pub const DEBUG_FLR_FAILURE_ID_HASH: DEBUG_FLR_PARAM_TYPE = 65592i32;
|
927
|
+
pub const DEBUG_FLR_FAILURE_ID_HASH_STRING: DEBUG_FLR_PARAM_TYPE = 65593i32;
|
928
|
+
pub const DEBUG_FLR_FAILURE_ID_REPORT_LINK: DEBUG_FLR_PARAM_TYPE = 65594i32;
|
929
|
+
pub const DEBUG_FLR_FAILURE_IMAGE_NAME: DEBUG_FLR_PARAM_TYPE = 65608i32;
|
930
|
+
pub const DEBUG_FLR_FAILURE_LIST: DEBUG_FLR_PARAM_TYPE = 2097238i32;
|
931
|
+
pub const DEBUG_FLR_FAILURE_MODULE_NAME: DEBUG_FLR_PARAM_TYPE = 65629i32;
|
932
|
+
pub const DEBUG_FLR_FAILURE_PROBLEM_CLASS: DEBUG_FLR_PARAM_TYPE = 65606i32;
|
933
|
+
pub const DEBUG_FLR_FAILURE_SYMBOL_NAME: DEBUG_FLR_PARAM_TYPE = 65610i32;
|
934
|
+
pub const DEBUG_FLR_FAULTING_INSTR_CODE: DEBUG_FLR_PARAM_TYPE = 12297i32;
|
935
|
+
pub const DEBUG_FLR_FAULTING_IP: DEBUG_FLR_PARAM_TYPE = -2147483648i32;
|
936
|
+
pub const DEBUG_FLR_FAULTING_LOCAL_VARIABLE_NAME: DEBUG_FLR_PARAM_TYPE = 1048623i32;
|
937
|
+
pub const DEBUG_FLR_FAULTING_MODULE: DEBUG_FLR_PARAM_TYPE = -2147483647i32;
|
938
|
+
pub const DEBUG_FLR_FAULTING_SERVICE_NAME: DEBUG_FLR_PARAM_TYPE = 65570i32;
|
939
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_CODE: DEBUG_FLR_PARAM_TYPE = 65569i32;
|
940
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_COMMIT_ID: DEBUG_FLR_PARAM_TYPE = 65634i32;
|
941
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_CONTROL_TYPE: DEBUG_FLR_PARAM_TYPE = 65635i32;
|
942
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_FILE: DEBUG_FLR_PARAM_TYPE = 65586i32;
|
943
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_LINE: DEBUG_FLR_PARAM_TYPE = 65585i32;
|
944
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_LINE_NUMBER: DEBUG_FLR_PARAM_TYPE = 65587i32;
|
945
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_PROJECT: DEBUG_FLR_PARAM_TYPE = 65636i32;
|
946
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_REPO_ID: DEBUG_FLR_PARAM_TYPE = 65637i32;
|
947
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_REPO_URL: DEBUG_FLR_PARAM_TYPE = 65638i32;
|
948
|
+
pub const DEBUG_FLR_FAULTING_SOURCE_SRV_COMMAND: DEBUG_FLR_PARAM_TYPE = 65639i32;
|
949
|
+
pub const DEBUG_FLR_FAULTING_THREAD: DEBUG_FLR_PARAM_TYPE = -1073741824i32;
|
950
|
+
pub const DEBUG_FLR_FAULT_THREAD_SHA1_HASH_M: DEBUG_FLR_PARAM_TYPE = 1048597i32;
|
951
|
+
pub const DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MF: DEBUG_FLR_PARAM_TYPE = 1048595i32;
|
952
|
+
pub const DEBUG_FLR_FAULT_THREAD_SHA1_HASH_MFO: DEBUG_FLR_PARAM_TYPE = 1048596i32;
|
953
|
+
pub const DEBUG_FLR_FA_ADHOC_ANALYSIS_ITEMS: DEBUG_FLR_PARAM_TYPE = 2097230i32;
|
954
|
+
pub const DEBUG_FLR_FA_PERF_DATA: DEBUG_FLR_PARAM_TYPE = 2097214i32;
|
955
|
+
pub const DEBUG_FLR_FA_PERF_ELAPSED_MS: DEBUG_FLR_PARAM_TYPE = 2097218i32;
|
956
|
+
pub const DEBUG_FLR_FA_PERF_ITEM: DEBUG_FLR_PARAM_TYPE = 2097215i32;
|
957
|
+
pub const DEBUG_FLR_FA_PERF_ITEM_NAME: DEBUG_FLR_PARAM_TYPE = 2097216i32;
|
958
|
+
pub const DEBUG_FLR_FA_PERF_ITERATIONS: DEBUG_FLR_PARAM_TYPE = 2097217i32;
|
959
|
+
pub const DEBUG_FLR_FEATURE_PATH: DEBUG_FLR_PARAM_TYPE = 65613i32;
|
960
|
+
pub const DEBUG_FLR_FILESYSTEMS_NTFS: DEBUG_FLR_PARAM_TYPE = 30208i32;
|
961
|
+
pub const DEBUG_FLR_FILESYSTEMS_NTFS_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 30448i32;
|
962
|
+
pub const DEBUG_FLR_FILESYSTEMS_REFS: DEBUG_FLR_PARAM_TYPE = 30720i32;
|
963
|
+
pub const DEBUG_FLR_FILESYSTEMS_REFS_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 30960i32;
|
964
|
+
pub const DEBUG_FLR_FILE_ID: DEBUG_FLR_PARAM_TYPE = 1280i32;
|
965
|
+
pub const DEBUG_FLR_FILE_IN_CAB: DEBUG_FLR_PARAM_TYPE = 65571i32;
|
966
|
+
pub const DEBUG_FLR_FILE_LINE: DEBUG_FLR_PARAM_TYPE = 1281i32;
|
967
|
+
pub const DEBUG_FLR_FIXED_IN_OSVERSION: DEBUG_FLR_PARAM_TYPE = 65543i32;
|
968
|
+
pub const DEBUG_FLR_FOLLOWUP_BEFORE_RETRACER: DEBUG_FLR_PARAM_TYPE = 65611i32;
|
969
|
+
pub const DEBUG_FLR_FOLLOWUP_BUCKET_ID: DEBUG_FLR_PARAM_TYPE = -2147483641i32;
|
970
|
+
pub const DEBUG_FLR_FOLLOWUP_CONTEXT: DEBUG_FLR_PARAM_TYPE = 2097153i32;
|
971
|
+
pub const DEBUG_FLR_FOLLOWUP_DRIVER_ONLY: DEBUG_FLR_PARAM_TYPE = 8196i32;
|
972
|
+
pub const DEBUG_FLR_FOLLOWUP_IP: DEBUG_FLR_PARAM_TYPE = -2147483645i32;
|
973
|
+
pub const DEBUG_FLR_FOLLOWUP_NAME: DEBUG_FLR_PARAM_TYPE = 65539i32;
|
974
|
+
pub const DEBUG_FLR_FRAME_ONE_INVALID: DEBUG_FLR_PARAM_TYPE = -2147483644i32;
|
975
|
+
pub const DEBUG_FLR_FRAME_SOURCE_FILE_NAME: DEBUG_FLR_PARAM_TYPE = 2097240i32;
|
976
|
+
pub const DEBUG_FLR_FRAME_SOURCE_FILE_PATH: DEBUG_FLR_PARAM_TYPE = 2097241i32;
|
977
|
+
pub const DEBUG_FLR_FRAME_SOURCE_LINE_NUMBER: DEBUG_FLR_PARAM_TYPE = 2097242i32;
|
978
|
+
pub const DEBUG_FLR_FREED_POOL_TAG: DEBUG_FLR_PARAM_TYPE = 1028i32;
|
979
|
+
pub const DEBUG_FLR_GSFAILURE_ANALYSIS_TEXT: DEBUG_FLR_PARAM_TYPE = 12323i32;
|
980
|
+
pub const DEBUG_FLR_GSFAILURE_COOKIES_MATCH_EXH: DEBUG_FLR_PARAM_TYPE = 12356i32;
|
981
|
+
pub const DEBUG_FLR_GSFAILURE_CORRUPTED_COOKIE: DEBUG_FLR_PARAM_TYPE = 12314i32;
|
982
|
+
pub const DEBUG_FLR_GSFAILURE_CORRUPTED_EBP: DEBUG_FLR_PARAM_TYPE = 12315i32;
|
983
|
+
pub const DEBUG_FLR_GSFAILURE_CORRUPTED_EBPESP: DEBUG_FLR_PARAM_TYPE = 12318i32;
|
984
|
+
pub const DEBUG_FLR_GSFAILURE_FALSE_POSITIVE: DEBUG_FLR_PARAM_TYPE = 8236i32;
|
985
|
+
pub const DEBUG_FLR_GSFAILURE_FRAME_COOKIE: DEBUG_FLR_PARAM_TYPE = 12312i32;
|
986
|
+
pub const DEBUG_FLR_GSFAILURE_FRAME_COOKIE_COMPLEMENT: DEBUG_FLR_PARAM_TYPE = 12313i32;
|
987
|
+
pub const DEBUG_FLR_GSFAILURE_FUNCTION: DEBUG_FLR_PARAM_TYPE = 12310i32;
|
988
|
+
pub const DEBUG_FLR_GSFAILURE_MANAGED: DEBUG_FLR_PARAM_TYPE = 12357i32;
|
989
|
+
pub const DEBUG_FLR_GSFAILURE_MANAGED_FRAMEID: DEBUG_FLR_PARAM_TYPE = 12360i32;
|
990
|
+
pub const DEBUG_FLR_GSFAILURE_MANAGED_THREADID: DEBUG_FLR_PARAM_TYPE = 12359i32;
|
991
|
+
pub const DEBUG_FLR_GSFAILURE_MEMORY_READ_ERROR: DEBUG_FLR_PARAM_TYPE = 12320i32;
|
992
|
+
pub const DEBUG_FLR_GSFAILURE_MISSING_ESTABLISHER_FRAME: DEBUG_FLR_PARAM_TYPE = 12355i32;
|
993
|
+
pub const DEBUG_FLR_GSFAILURE_MODULE_COOKIE: DEBUG_FLR_PARAM_TYPE = 12311i32;
|
994
|
+
pub const DEBUG_FLR_GSFAILURE_NOT_UP2DATE: DEBUG_FLR_PARAM_TYPE = 12326i32;
|
995
|
+
pub const DEBUG_FLR_GSFAILURE_OFF_BY_ONE_OVERRUN: DEBUG_FLR_PARAM_TYPE = 12324i32;
|
996
|
+
pub const DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL: DEBUG_FLR_PARAM_TYPE = 12316i32;
|
997
|
+
pub const DEBUG_FLR_GSFAILURE_OVERRUN_LOCAL_NAME: DEBUG_FLR_PARAM_TYPE = 12317i32;
|
998
|
+
pub const DEBUG_FLR_GSFAILURE_POSITIVELY_CORRUPTED_EBPESP: DEBUG_FLR_PARAM_TYPE = 12319i32;
|
999
|
+
pub const DEBUG_FLR_GSFAILURE_POSITIVE_BUFFER_OVERFLOW: DEBUG_FLR_PARAM_TYPE = 12322i32;
|
1000
|
+
pub const DEBUG_FLR_GSFAILURE_PROBABLY_NOT_USING_GS: DEBUG_FLR_PARAM_TYPE = 12321i32;
|
1001
|
+
pub const DEBUG_FLR_GSFAILURE_RA_SMASHED: DEBUG_FLR_PARAM_TYPE = 12325i32;
|
1002
|
+
pub const DEBUG_FLR_GSFAILURE_UP2DATE_UNKNOWN: DEBUG_FLR_PARAM_TYPE = 12327i32;
|
1003
|
+
pub const DEBUG_FLR_HANDLE_VALUE: DEBUG_FLR_PARAM_TYPE = 24i32;
|
1004
|
+
pub const DEBUG_FLR_HANG: DEBUG_FLR_PARAM_TYPE = 8209i32;
|
1005
|
+
pub const DEBUG_FLR_HANG_DATA_NEEDED: DEBUG_FLR_PARAM_TYPE = 1048584i32;
|
1006
|
+
pub const DEBUG_FLR_HANG_REPORT_THREAD_IS_IDLE: DEBUG_FLR_PARAM_TYPE = 1048594i32;
|
1007
|
+
pub const DEBUG_FLR_HARDWARE_BUCKET_TAG: DEBUG_FLR_PARAM_TYPE = 65581i32;
|
1008
|
+
pub const DEBUG_FLR_HARDWARE_ERROR: DEBUG_FLR_PARAM_TYPE = 8214i32;
|
1009
|
+
pub const DEBUG_FLR_HIGH_NONPAGED_POOL_USAGE: DEBUG_FLR_PARAM_TYPE = 8255i32;
|
1010
|
+
pub const DEBUG_FLR_HIGH_PAGED_POOL_USAGE: DEBUG_FLR_PARAM_TYPE = 8256i32;
|
1011
|
+
pub const DEBUG_FLR_HIGH_PROCESS_COMMIT: DEBUG_FLR_PARAM_TYPE = 8253i32;
|
1012
|
+
pub const DEBUG_FLR_HIGH_SERVICE_COMMIT: DEBUG_FLR_PARAM_TYPE = 8254i32;
|
1013
|
+
pub const DEBUG_FLR_HIGH_SHARED_COMMIT_USAGE: DEBUG_FLR_PARAM_TYPE = 8257i32;
|
1014
|
+
pub const DEBUG_FLR_HOLDINFO: DEBUG_FLR_PARAM_TYPE = 65595i32;
|
1015
|
+
pub const DEBUG_FLR_HOLDINFO_ACTIVE_HOLD_COUNT: DEBUG_FLR_PARAM_TYPE = 65596i32;
|
1016
|
+
pub const DEBUG_FLR_HOLDINFO_ALWAYS_HOLD: DEBUG_FLR_PARAM_TYPE = 65600i32;
|
1017
|
+
pub const DEBUG_FLR_HOLDINFO_ALWAYS_IGNORE: DEBUG_FLR_PARAM_TYPE = 65599i32;
|
1018
|
+
pub const DEBUG_FLR_HOLDINFO_HISTORIC_HOLD_COUNT: DEBUG_FLR_PARAM_TYPE = 65598i32;
|
1019
|
+
pub const DEBUG_FLR_HOLDINFO_LAST_SEEN_HOLD_DATE: DEBUG_FLR_PARAM_TYPE = 65604i32;
|
1020
|
+
pub const DEBUG_FLR_HOLDINFO_MANUAL_HOLD: DEBUG_FLR_PARAM_TYPE = 65602i32;
|
1021
|
+
pub const DEBUG_FLR_HOLDINFO_MAX_HOLD_LIMIT: DEBUG_FLR_PARAM_TYPE = 65601i32;
|
1022
|
+
pub const DEBUG_FLR_HOLDINFO_NOTIFICATION_ALIASES: DEBUG_FLR_PARAM_TYPE = 65603i32;
|
1023
|
+
pub const DEBUG_FLR_HOLDINFO_RECOMMEND_HOLD: DEBUG_FLR_PARAM_TYPE = 65605i32;
|
1024
|
+
pub const DEBUG_FLR_HOLDINFO_TENET_SOCRE: DEBUG_FLR_PARAM_TYPE = 65597i32;
|
1025
|
+
pub const DEBUG_FLR_IGNORE_BUCKET_ID_OFFSET: DEBUG_FLR_PARAM_TYPE = 8238i32;
|
1026
|
+
pub const DEBUG_FLR_IGNORE_LARGE_MODULE_CORRUPTION: DEBUG_FLR_PARAM_TYPE = 8237i32;
|
1027
|
+
pub const DEBUG_FLR_IGNORE_MODULE_HARDWARE_ID: DEBUG_FLR_PARAM_TYPE = 8240i32;
|
1028
|
+
pub const DEBUG_FLR_IMAGE_CLASS: DEBUG_FLR_PARAM_TYPE = 65579i32;
|
1029
|
+
pub const DEBUG_FLR_IMAGE_NAME: DEBUG_FLR_PARAM_TYPE = 65537i32;
|
1030
|
+
pub const DEBUG_FLR_IMAGE_TIMESTAMP: DEBUG_FLR_PARAM_TYPE = -2147483646i32;
|
1031
|
+
pub const DEBUG_FLR_IMAGE_VERSION: DEBUG_FLR_PARAM_TYPE = -2147483642i32;
|
1032
|
+
pub const DEBUG_FLR_INSTR_POINTER_CLIFAULT: DEBUG_FLR_PARAM_TYPE = 12306i32;
|
1033
|
+
pub const DEBUG_FLR_INSTR_POINTER_IN_FREE_BLOCK: DEBUG_FLR_PARAM_TYPE = 12343i32;
|
1034
|
+
pub const DEBUG_FLR_INSTR_POINTER_IN_MODULE_NOT_IN_LIST: DEBUG_FLR_PARAM_TYPE = 12346i32;
|
1035
|
+
pub const DEBUG_FLR_INSTR_POINTER_IN_PAGED_CODE: DEBUG_FLR_PARAM_TYPE = 12370i32;
|
1036
|
+
pub const DEBUG_FLR_INSTR_POINTER_IN_RESERVED_BLOCK: DEBUG_FLR_PARAM_TYPE = 12344i32;
|
1037
|
+
pub const DEBUG_FLR_INSTR_POINTER_IN_UNLOADED_MODULE: DEBUG_FLR_PARAM_TYPE = 12340i32;
|
1038
|
+
pub const DEBUG_FLR_INSTR_POINTER_IN_VM_MAPPED_MODULE: DEBUG_FLR_PARAM_TYPE = 12345i32;
|
1039
|
+
pub const DEBUG_FLR_INSTR_POINTER_MISALIGNED: DEBUG_FLR_PARAM_TYPE = 12305i32;
|
1040
|
+
pub const DEBUG_FLR_INSTR_POINTER_NOT_IN_STREAM: DEBUG_FLR_PARAM_TYPE = 12347i32;
|
1041
|
+
pub const DEBUG_FLR_INSTR_POINTER_ON_HEAP: DEBUG_FLR_PARAM_TYPE = 12337i32;
|
1042
|
+
pub const DEBUG_FLR_INSTR_POINTER_ON_STACK: DEBUG_FLR_PARAM_TYPE = 12336i32;
|
1043
|
+
pub const DEBUG_FLR_INSTR_SESSION_POOL_TAG: DEBUG_FLR_PARAM_TYPE = 1030i32;
|
1044
|
+
pub const DEBUG_FLR_INTEL_CPU_BIOS_UPGRADE_NEEDED: DEBUG_FLR_PARAM_TYPE = 8229i32;
|
1045
|
+
pub const DEBUG_FLR_INTERNAL_BUCKET_CONTINUABLE: DEBUG_FLR_PARAM_TYPE = 16389i32;
|
1046
|
+
pub const DEBUG_FLR_INTERNAL_BUCKET_HITCOUNT: DEBUG_FLR_PARAM_TYPE = 16387i32;
|
1047
|
+
pub const DEBUG_FLR_INTERNAL_BUCKET_STATUS_TEXT: DEBUG_FLR_PARAM_TYPE = 16390i32;
|
1048
|
+
pub const DEBUG_FLR_INTERNAL_BUCKET_URL: DEBUG_FLR_PARAM_TYPE = 16385i32;
|
1049
|
+
pub const DEBUG_FLR_INTERNAL_RAID_BUG: DEBUG_FLR_PARAM_TYPE = 16384i32;
|
1050
|
+
pub const DEBUG_FLR_INTERNAL_RAID_BUG_DATABASE_STRING: DEBUG_FLR_PARAM_TYPE = 16388i32;
|
1051
|
+
pub const DEBUG_FLR_INTERNAL_RESPONSE: DEBUG_FLR_PARAM_TYPE = 65550i32;
|
1052
|
+
pub const DEBUG_FLR_INTERNAL_SOLUTION_TEXT: DEBUG_FLR_PARAM_TYPE = 16386i32;
|
1053
|
+
pub const DEBUG_FLR_INVALID: DEBUG_FLR_PARAM_TYPE = 0i32;
|
1054
|
+
pub const DEBUG_FLR_INVALID_DPC_FOUND: DEBUG_FLR_PARAM_TYPE = 7i32;
|
1055
|
+
pub const DEBUG_FLR_INVALID_HEAP_ADDRESS: DEBUG_FLR_PARAM_TYPE = 18i32;
|
1056
|
+
pub const DEBUG_FLR_INVALID_KERNEL_CONTEXT: DEBUG_FLR_PARAM_TYPE = 8205i32;
|
1057
|
+
pub const DEBUG_FLR_INVALID_OPCODE: DEBUG_FLR_PARAM_TYPE = 8218i32;
|
1058
|
+
pub const DEBUG_FLR_INVALID_PFN: DEBUG_FLR_PARAM_TYPE = 4i32;
|
1059
|
+
pub const DEBUG_FLR_INVALID_USEREVENT: DEBUG_FLR_PARAM_TYPE = 261i32;
|
1060
|
+
pub const DEBUG_FLR_INVALID_USER_CONTEXT: DEBUG_FLR_PARAM_TYPE = 8231i32;
|
1061
|
+
pub const DEBUG_FLR_IOCONTROL_CODE: DEBUG_FLR_PARAM_TYPE = 4099i32;
|
1062
|
+
pub const DEBUG_FLR_IOSB_ADDRESS: DEBUG_FLR_PARAM_TYPE = 260i32;
|
1063
|
+
pub const DEBUG_FLR_IO_ERROR_CODE: DEBUG_FLR_PARAM_TYPE = 775i32;
|
1064
|
+
pub const DEBUG_FLR_IRP_ADDRESS: DEBUG_FLR_PARAM_TYPE = 256i32;
|
1065
|
+
pub const DEBUG_FLR_IRP_CANCEL_ROUTINE: DEBUG_FLR_PARAM_TYPE = 259i32;
|
1066
|
+
pub const DEBUG_FLR_IRP_MAJOR_FN: DEBUG_FLR_PARAM_TYPE = 257i32;
|
1067
|
+
pub const DEBUG_FLR_IRP_MINOR_FN: DEBUG_FLR_PARAM_TYPE = 258i32;
|
1068
|
+
pub const DEBUG_FLR_KERNEL: DEBUG_FAILURE_TYPE = 1i32;
|
1069
|
+
pub const DEBUG_FLR_KERNEL_LOG_PROCESS_NAME: DEBUG_FLR_PARAM_TYPE = 65582i32;
|
1070
|
+
pub const DEBUG_FLR_KERNEL_LOG_STATUS: DEBUG_FLR_PARAM_TYPE = 65583i32;
|
1071
|
+
pub const DEBUG_FLR_KERNEL_VERIFIER_ENABLED: DEBUG_FLR_PARAM_TYPE = 8234i32;
|
1072
|
+
pub const DEBUG_FLR_KEYVALUE_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1122304i32;
|
1073
|
+
pub const DEBUG_FLR_KEY_VALUES_STRING: DEBUG_FLR_PARAM_TYPE = 1122560i32;
|
1074
|
+
pub const DEBUG_FLR_KEY_VALUES_VARIANT: DEBUG_FLR_PARAM_TYPE = 1122816i32;
|
1075
|
+
pub const DEBUG_FLR_KM_MODULE_LIST: DEBUG_FLR_PARAM_TYPE = 1048629i32;
|
1076
|
+
pub const DEBUG_FLR_LARGE_TICK_INCREMENT: DEBUG_FLR_PARAM_TYPE = 12369i32;
|
1077
|
+
pub const DEBUG_FLR_LAST_CONTROL_TRANSFER: DEBUG_FLR_PARAM_TYPE = 10i32;
|
1078
|
+
pub const DEBUG_FLR_LCIE_ISO_AVAILABLE: DEBUG_FLR_PARAM_TYPE = 1048618i32;
|
1079
|
+
pub const DEBUG_FLR_LEAKED_SESSION_POOL_TAG: DEBUG_FLR_PARAM_TYPE = 1029i32;
|
1080
|
+
pub const DEBUG_FLR_LEGACY_PAGE_TABLE_ACCESS: DEBUG_FLR_PARAM_TYPE = 8252i32;
|
1081
|
+
pub const DEBUG_FLR_LIVE_KERNEL_DUMP: DEBUG_FLR_PARAM_TYPE = 8243i32;
|
1082
|
+
pub const DEBUG_FLR_LOADERLOCK_BLOCKED_API: DEBUG_FLR_PARAM_TYPE = 1048605i32;
|
1083
|
+
pub const DEBUG_FLR_LOADERLOCK_IN_WAIT_CHAIN: DEBUG_FLR_PARAM_TYPE = 1048587i32;
|
1084
|
+
pub const DEBUG_FLR_LOADERLOCK_OWNER_API: DEBUG_FLR_PARAM_TYPE = 1048604i32;
|
1085
|
+
pub const DEBUG_FLR_LOP_STACKHASH: DEBUG_FLR_PARAM_TYPE = 12309i32;
|
1086
|
+
pub const DEBUG_FLR_LOW_SYSTEM_COMMIT: DEBUG_FLR_PARAM_TYPE = 8251i32;
|
1087
|
+
pub const DEBUG_FLR_MACHINE_INFO_SHA1_HASH: DEBUG_FLR_PARAM_TYPE = 1048608i32;
|
1088
|
+
pub const DEBUG_FLR_MANAGED_ANALYSIS_PROVIDER: DEBUG_FLR_PARAM_TYPE = 1804i32;
|
1089
|
+
pub const DEBUG_FLR_MANAGED_BITNESS_MISMATCH: DEBUG_FLR_PARAM_TYPE = 1797i32;
|
1090
|
+
pub const DEBUG_FLR_MANAGED_CODE: DEBUG_FLR_PARAM_TYPE = 1792i32;
|
1091
|
+
pub const DEBUG_FLR_MANAGED_ENGINE_MODULE: DEBUG_FLR_PARAM_TYPE = 1803i32;
|
1092
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_ADDRESS: DEBUG_FLR_PARAM_TYPE = 2048i32;
|
1093
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_CALLSTACK: DEBUG_FLR_PARAM_TYPE = 2052i32;
|
1094
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_CMD: DEBUG_FLR_PARAM_TYPE = 2288i32;
|
1095
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_CONTEXT_MESSAGE: DEBUG_FLR_PARAM_TYPE = 1799i32;
|
1096
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_HRESULT: DEBUG_FLR_PARAM_TYPE = 2049i32;
|
1097
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_INNER_ADDRESS: DEBUG_FLR_PARAM_TYPE = 2064i32;
|
1098
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_INNER_CALLSTACK: DEBUG_FLR_PARAM_TYPE = 2068i32;
|
1099
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_INNER_HRESULT: DEBUG_FLR_PARAM_TYPE = 2065i32;
|
1100
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_INNER_MESSAGE: DEBUG_FLR_PARAM_TYPE = 2067i32;
|
1101
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_INNER_TYPE: DEBUG_FLR_PARAM_TYPE = 2066i32;
|
1102
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE: DEBUG_FLR_PARAM_TYPE = 2051i32;
|
1103
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_MESSAGE_deprecated: DEBUG_FLR_PARAM_TYPE = 1795i32;
|
1104
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_NESTED_ADDRESS: DEBUG_FLR_PARAM_TYPE = 2080i32;
|
1105
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_NESTED_CALLSTACK: DEBUG_FLR_PARAM_TYPE = 2084i32;
|
1106
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_NESTED_HRESULT: DEBUG_FLR_PARAM_TYPE = 2081i32;
|
1107
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_NESTED_MESSAGE: DEBUG_FLR_PARAM_TYPE = 2083i32;
|
1108
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_NESTED_TYPE: DEBUG_FLR_PARAM_TYPE = 2082i32;
|
1109
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_OBJECT: DEBUG_FLR_PARAM_TYPE = 1794i32;
|
1110
|
+
pub const DEBUG_FLR_MANAGED_EXCEPTION_TYPE: DEBUG_FLR_PARAM_TYPE = 2050i32;
|
1111
|
+
pub const DEBUG_FLR_MANAGED_FRAME_CHAIN_CORRUPTION: DEBUG_FLR_PARAM_TYPE = 12358i32;
|
1112
|
+
pub const DEBUG_FLR_MANAGED_HRESULT_STRING: DEBUG_FLR_PARAM_TYPE = 1802i32;
|
1113
|
+
pub const DEBUG_FLR_MANAGED_KERNEL_DEBUGGER: DEBUG_FLR_PARAM_TYPE = 1801i32;
|
1114
|
+
pub const DEBUG_FLR_MANAGED_OBJECT: DEBUG_FLR_PARAM_TYPE = 1793i32;
|
1115
|
+
pub const DEBUG_FLR_MANAGED_OBJECT_NAME: DEBUG_FLR_PARAM_TYPE = 1798i32;
|
1116
|
+
pub const DEBUG_FLR_MANAGED_STACK_COMMAND: DEBUG_FLR_PARAM_TYPE = 1800i32;
|
1117
|
+
pub const DEBUG_FLR_MANAGED_STACK_STRING: DEBUG_FLR_PARAM_TYPE = 1796i32;
|
1118
|
+
pub const DEBUG_FLR_MANAGED_THREAD_CMD_CALLSTACK: DEBUG_FLR_PARAM_TYPE = 2544i32;
|
1119
|
+
pub const DEBUG_FLR_MANAGED_THREAD_CMD_STACKOBJECTS: DEBUG_FLR_PARAM_TYPE = 2545i32;
|
1120
|
+
pub const DEBUG_FLR_MANAGED_THREAD_ID: DEBUG_FLR_PARAM_TYPE = 2304i32;
|
1121
|
+
pub const DEBUG_FLR_MANUAL_BREAKIN: DEBUG_FLR_PARAM_TYPE = 8208i32;
|
1122
|
+
pub const DEBUG_FLR_MARKER_BUCKET: DEBUG_FLR_PARAM_TYPE = 65560i32;
|
1123
|
+
pub const DEBUG_FLR_MARKER_FILE: DEBUG_FLR_PARAM_TYPE = 65549i32;
|
1124
|
+
pub const DEBUG_FLR_MARKER_MODULE_FILE: DEBUG_FLR_PARAM_TYPE = 65558i32;
|
1125
|
+
pub const DEBUG_FLR_MASK_ALL: DEBUG_FLR_PARAM_TYPE = -1i32;
|
1126
|
+
pub const DEBUG_FLR_MEMDIAG_LASTRUN_STATUS: DEBUG_FLR_PARAM_TYPE = 12341i32;
|
1127
|
+
pub const DEBUG_FLR_MEMDIAG_LASTRUN_TIME: DEBUG_FLR_PARAM_TYPE = 12342i32;
|
1128
|
+
pub const DEBUG_FLR_MEMORY_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1134592i32;
|
1129
|
+
pub const DEBUG_FLR_MEMORY_CORRUPTION_SIGNATURE: DEBUG_FLR_PARAM_TYPE = 12348i32;
|
1130
|
+
pub const DEBUG_FLR_MEMORY_CORRUPTOR: DEBUG_FLR_PARAM_TYPE = 12289i32;
|
1131
|
+
pub const DEBUG_FLR_MILCORE_BREAK: DEBUG_FLR_PARAM_TYPE = 8232i32;
|
1132
|
+
pub const DEBUG_FLR_MINUTES_SINCE_LAST_EVENT: DEBUG_FLR_PARAM_TYPE = 1879048225i32;
|
1133
|
+
pub const DEBUG_FLR_MINUTES_SINCE_LAST_EVENT_OF_THIS_TYPE: DEBUG_FLR_PARAM_TYPE = 1879048226i32;
|
1134
|
+
pub const DEBUG_FLR_MISSING_CLR_SYMBOL: DEBUG_FLR_PARAM_TYPE = 8249i32;
|
1135
|
+
pub const DEBUG_FLR_MISSING_IMPORTANT_SYMBOL: DEBUG_FLR_PARAM_TYPE = 8248i32;
|
1136
|
+
pub const DEBUG_FLR_MM_INTERNAL_CODE: DEBUG_FLR_PARAM_TYPE = 4100i32;
|
1137
|
+
pub const DEBUG_FLR_MODLIST_SHA1_HASH: DEBUG_FLR_PARAM_TYPE = 1048601i32;
|
1138
|
+
pub const DEBUG_FLR_MODLIST_TSCHKSUM_SHA1_HASH: DEBUG_FLR_PARAM_TYPE = 1048606i32;
|
1139
|
+
pub const DEBUG_FLR_MODLIST_UNLOADED_SHA1_HASH: DEBUG_FLR_PARAM_TYPE = 1048607i32;
|
1140
|
+
pub const DEBUG_FLR_MODULE_BUCKET_ID: DEBUG_FLR_PARAM_TYPE = 65545i32;
|
1141
|
+
pub const DEBUG_FLR_MODULE_LIST: DEBUG_FLR_PARAM_TYPE = 1048624i32;
|
1142
|
+
pub const DEBUG_FLR_MODULE_NAME: DEBUG_FLR_PARAM_TYPE = 65542i32;
|
1143
|
+
pub const DEBUG_FLR_MODULE_PRODUCTNAME: DEBUG_FLR_PARAM_TYPE = 65576i32;
|
1144
|
+
pub const DEBUG_FLR_MOD_SPECIFIC_DATA_ONLY: DEBUG_FLR_PARAM_TYPE = 8226i32;
|
1145
|
+
pub const DEBUG_FLR_NO_ARCH_IN_BUCKET: DEBUG_FLR_PARAM_TYPE = 8239i32;
|
1146
|
+
pub const DEBUG_FLR_NO_BUGCHECK_IN_BUCKET: DEBUG_FLR_PARAM_TYPE = 8216i32;
|
1147
|
+
pub const DEBUG_FLR_NO_IMAGE_IN_BUCKET: DEBUG_FLR_PARAM_TYPE = 8215i32;
|
1148
|
+
pub const DEBUG_FLR_NO_IMAGE_TIMESTAMP_IN_BUCKET: DEBUG_FLR_PARAM_TYPE = 8233i32;
|
1149
|
+
pub const DEBUG_FLR_NTGLOBALFLAG: DEBUG_FLR_PARAM_TYPE = 1048599i32;
|
1150
|
+
pub const DEBUG_FLR_ON_DPC_STACK: DEBUG_FLR_PARAM_TYPE = 8242i32;
|
1151
|
+
pub const DEBUG_FLR_ORIGINAL_CAB_NAME: DEBUG_FLR_PARAM_TYPE = 65568i32;
|
1152
|
+
pub const DEBUG_FLR_OSBUILD_deprecated: DEBUG_FLR_PARAM_TYPE = 1052928i32;
|
1153
|
+
pub const DEBUG_FLR_OS_BRANCH: DEBUG_FLR_PARAM_TYPE = 1052680i32;
|
1154
|
+
pub const DEBUG_FLR_OS_BUILD: DEBUG_FLR_PARAM_TYPE = 1052678i32;
|
1155
|
+
pub const DEBUG_FLR_OS_BUILD_LAYERS_XML: DEBUG_FLR_PARAM_TYPE = 1052711i32;
|
1156
|
+
pub const DEBUG_FLR_OS_BUILD_STRING: DEBUG_FLR_PARAM_TYPE = 1052708i32;
|
1157
|
+
pub const DEBUG_FLR_OS_BUILD_TIMESTAMP_ISO: DEBUG_FLR_PARAM_TYPE = 1052697i32;
|
1158
|
+
pub const DEBUG_FLR_OS_BUILD_TIMESTAMP_LAB: DEBUG_FLR_PARAM_TYPE = 1052681i32;
|
1159
|
+
pub const DEBUG_FLR_OS_FLAVOR: DEBUG_FLR_PARAM_TYPE = 1052685i32;
|
1160
|
+
pub const DEBUG_FLR_OS_LOCALE: DEBUG_FLR_PARAM_TYPE = 1052696i32;
|
1161
|
+
pub const DEBUG_FLR_OS_LOCALE_LCID: DEBUG_FLR_PARAM_TYPE = 1052709i32;
|
1162
|
+
pub const DEBUG_FLR_OS_MAJOR: DEBUG_FLR_PARAM_TYPE = 1052706i32;
|
1163
|
+
pub const DEBUG_FLR_OS_MINOR: DEBUG_FLR_PARAM_TYPE = 1052707i32;
|
1164
|
+
pub const DEBUG_FLR_OS_NAME: DEBUG_FLR_PARAM_TYPE = 1052692i32;
|
1165
|
+
pub const DEBUG_FLR_OS_NAME_EDITION: DEBUG_FLR_PARAM_TYPE = 1052693i32;
|
1166
|
+
pub const DEBUG_FLR_OS_PLATFORM_ARCH: DEBUG_FLR_PARAM_TYPE = 1052694i32;
|
1167
|
+
pub const DEBUG_FLR_OS_PLATFORM_ID: DEBUG_FLR_PARAM_TYPE = 1052710i32;
|
1168
|
+
pub const DEBUG_FLR_OS_PRODUCT_TYPE: DEBUG_FLR_PARAM_TYPE = 1052688i32;
|
1169
|
+
pub const DEBUG_FLR_OS_REVISION: DEBUG_FLR_PARAM_TYPE = 1052691i32;
|
1170
|
+
pub const DEBUG_FLR_OS_SERVICEPACK: DEBUG_FLR_PARAM_TYPE = 1052679i32;
|
1171
|
+
pub const DEBUG_FLR_OS_SERVICEPACK_deprecated: DEBUG_FLR_PARAM_TYPE = 1052695i32;
|
1172
|
+
pub const DEBUG_FLR_OS_SKU: DEBUG_FLR_PARAM_TYPE = 1052687i32;
|
1173
|
+
pub const DEBUG_FLR_OS_SUITE_MASK: DEBUG_FLR_PARAM_TYPE = 1052689i32;
|
1174
|
+
pub const DEBUG_FLR_OS_VERSION: DEBUG_FLR_PARAM_TYPE = 1052682i32;
|
1175
|
+
pub const DEBUG_FLR_OS_VERSION_deprecated: DEBUG_FLR_PARAM_TYPE = 12291i32;
|
1176
|
+
pub const DEBUG_FLR_OVERLAPPED_MODULE: DEBUG_FLR_PARAM_TYPE = 8227i32;
|
1177
|
+
pub const DEBUG_FLR_OVERLAPPED_UNLOADED_MODULE: DEBUG_FLR_PARAM_TYPE = 8230i32;
|
1178
|
+
pub const DEBUG_FLR_PAGE_HASH_ERRORS: DEBUG_FLR_PARAM_TYPE = 4114i32;
|
1179
|
+
pub type DEBUG_FLR_PARAM_TYPE = i32;
|
1180
|
+
pub const DEBUG_FLR_PG_MISMATCH: DEBUG_FLR_PARAM_TYPE = 27i32;
|
1181
|
+
pub const DEBUG_FLR_PHONE_APPID: DEBUG_FLR_PARAM_TYPE = 1879048215i32;
|
1182
|
+
pub const DEBUG_FLR_PHONE_APPVERSION: DEBUG_FLR_PARAM_TYPE = 1879048217i32;
|
1183
|
+
pub const DEBUG_FLR_PHONE_BOOTLOADERVERSION: DEBUG_FLR_PARAM_TYPE = 1879048209i32;
|
1184
|
+
pub const DEBUG_FLR_PHONE_BUILDBRANCH: DEBUG_FLR_PARAM_TYPE = 1879048196i32;
|
1185
|
+
pub const DEBUG_FLR_PHONE_BUILDER: DEBUG_FLR_PARAM_TYPE = 1879048197i32;
|
1186
|
+
pub const DEBUG_FLR_PHONE_BUILDNUMBER: DEBUG_FLR_PARAM_TYPE = 1879048194i32;
|
1187
|
+
pub const DEBUG_FLR_PHONE_BUILDTIMESTAMP: DEBUG_FLR_PARAM_TYPE = 1879048195i32;
|
1188
|
+
pub const DEBUG_FLR_PHONE_FIRMWAREREVISION: DEBUG_FLR_PARAM_TYPE = 1879048202i32;
|
1189
|
+
pub const DEBUG_FLR_PHONE_HARDWAREREVISION: DEBUG_FLR_PARAM_TYPE = 1879048206i32;
|
1190
|
+
pub const DEBUG_FLR_PHONE_LCID: DEBUG_FLR_PARAM_TYPE = 1879048198i32;
|
1191
|
+
pub const DEBUG_FLR_PHONE_MCCMNC: DEBUG_FLR_PARAM_TYPE = 1879048201i32;
|
1192
|
+
pub const DEBUG_FLR_PHONE_OPERATOR: DEBUG_FLR_PARAM_TYPE = 1879048200i32;
|
1193
|
+
pub const DEBUG_FLR_PHONE_QFE: DEBUG_FLR_PARAM_TYPE = 1879048199i32;
|
1194
|
+
pub const DEBUG_FLR_PHONE_RADIOHARDWAREREVISION: DEBUG_FLR_PARAM_TYPE = 1879048207i32;
|
1195
|
+
pub const DEBUG_FLR_PHONE_RADIOSOFTWAREREVISION: DEBUG_FLR_PARAM_TYPE = 1879048208i32;
|
1196
|
+
pub const DEBUG_FLR_PHONE_RAM: DEBUG_FLR_PARAM_TYPE = 1879048203i32;
|
1197
|
+
pub const DEBUG_FLR_PHONE_REPORTGUID: DEBUG_FLR_PARAM_TYPE = 1879048210i32;
|
1198
|
+
pub const DEBUG_FLR_PHONE_REPORTTIMESTAMP: DEBUG_FLR_PARAM_TYPE = 1879048214i32;
|
1199
|
+
pub const DEBUG_FLR_PHONE_ROMVERSION: DEBUG_FLR_PARAM_TYPE = 1879048204i32;
|
1200
|
+
pub const DEBUG_FLR_PHONE_SKUID: DEBUG_FLR_PARAM_TYPE = 1879048216i32;
|
1201
|
+
pub const DEBUG_FLR_PHONE_SOCVERSION: DEBUG_FLR_PARAM_TYPE = 1879048205i32;
|
1202
|
+
pub const DEBUG_FLR_PHONE_SOURCE: DEBUG_FLR_PARAM_TYPE = 1879048211i32;
|
1203
|
+
pub const DEBUG_FLR_PHONE_SOURCEEXTERNAL: DEBUG_FLR_PARAM_TYPE = 1879048212i32;
|
1204
|
+
pub const DEBUG_FLR_PHONE_UIF_APPID: DEBUG_FLR_PARAM_TYPE = 1879048220i32;
|
1205
|
+
pub const DEBUG_FLR_PHONE_UIF_APPNAME: DEBUG_FLR_PARAM_TYPE = 1879048219i32;
|
1206
|
+
pub const DEBUG_FLR_PHONE_UIF_CATEGORY: DEBUG_FLR_PARAM_TYPE = 1879048221i32;
|
1207
|
+
pub const DEBUG_FLR_PHONE_UIF_COMMENT: DEBUG_FLR_PARAM_TYPE = 1879048218i32;
|
1208
|
+
pub const DEBUG_FLR_PHONE_UIF_ORIGIN: DEBUG_FLR_PARAM_TYPE = 1879048222i32;
|
1209
|
+
pub const DEBUG_FLR_PHONE_USERALIAS: DEBUG_FLR_PARAM_TYPE = 1879048213i32;
|
1210
|
+
pub const DEBUG_FLR_PHONE_VERSIONMAJOR: DEBUG_FLR_PARAM_TYPE = 1879048192i32;
|
1211
|
+
pub const DEBUG_FLR_PHONE_VERSIONMINOR: DEBUG_FLR_PARAM_TYPE = 1879048193i32;
|
1212
|
+
pub const DEBUG_FLR_PLATFORM_BUCKET_STRING: DEBUG_FLR_PARAM_TYPE = 65630i32;
|
1213
|
+
pub const DEBUG_FLR_PNP: DEBUG_FLR_PARAM_TYPE = 32768i32;
|
1214
|
+
pub const DEBUG_FLR_PNP_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 33024i32;
|
1215
|
+
pub const DEBUG_FLR_PNP_IRP_ADDRESS: DEBUG_FLR_PARAM_TYPE = 32770i32;
|
1216
|
+
pub const DEBUG_FLR_PNP_IRP_ADDRESS_DEPRECATED: DEBUG_FLR_PARAM_TYPE = 264i32;
|
1217
|
+
pub const DEBUG_FLR_PNP_TRIAGE_DATA: DEBUG_FLR_PARAM_TYPE = 32769i32;
|
1218
|
+
pub const DEBUG_FLR_PNP_TRIAGE_DATA_DEPRECATED: DEBUG_FLR_PARAM_TYPE = 23i32;
|
1219
|
+
pub const DEBUG_FLR_POISONED_TB: DEBUG_FLR_PARAM_TYPE = 8200i32;
|
1220
|
+
pub const DEBUG_FLR_POOL_ADDRESS: DEBUG_FLR_PARAM_TYPE = 1024i32;
|
1221
|
+
pub const DEBUG_FLR_POOL_CORRUPTOR: DEBUG_FLR_PARAM_TYPE = 12288i32;
|
1222
|
+
pub const DEBUG_FLR_POSSIBLE_INVALID_CONTROL_TRANSFER: DEBUG_FLR_PARAM_TYPE = 8199i32;
|
1223
|
+
pub const DEBUG_FLR_POSSIBLE_STACK_OVERFLOW: DEBUG_FLR_PARAM_TYPE = 8245i32;
|
1224
|
+
pub const DEBUG_FLR_POWERREQUEST_ADDRESS: DEBUG_FLR_PARAM_TYPE = 29i32;
|
1225
|
+
pub const DEBUG_FLR_PO_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 24833i32;
|
1226
|
+
pub const DEBUG_FLR_PREVIOUS_IRQL: DEBUG_FLR_PARAM_TYPE = 513i32;
|
1227
|
+
pub const DEBUG_FLR_PREVIOUS_MODE: DEBUG_FLR_PARAM_TYPE = 265i32;
|
1228
|
+
pub const DEBUG_FLR_PRIMARY_PROBLEM_CLASS: DEBUG_FLR_PARAM_TYPE = 1048579i32;
|
1229
|
+
pub const DEBUG_FLR_PRIMARY_PROBLEM_CLASS_DATA: DEBUG_FLR_PARAM_TYPE = 1048580i32;
|
1230
|
+
pub const DEBUG_FLR_PROBLEM_CLASSES: DEBUG_FLR_PARAM_TYPE = 1048578i32;
|
1231
|
+
pub const DEBUG_FLR_PROBLEM_CODE_PATH_HASH: DEBUG_FLR_PARAM_TYPE = 1048585i32;
|
1232
|
+
pub const DEBUG_FLR_PROCESSES_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1142784i32;
|
1233
|
+
pub const DEBUG_FLR_PROCESSOR_ID: DEBUG_FLR_PARAM_TYPE = -1073741814i32;
|
1234
|
+
pub const DEBUG_FLR_PROCESSOR_INFO: DEBUG_FLR_PARAM_TYPE = 12339i32;
|
1235
|
+
pub const DEBUG_FLR_PROCESS_BAM_CURRENT_THROTTLED: DEBUG_FLR_PARAM_TYPE = -268435437i32;
|
1236
|
+
pub const DEBUG_FLR_PROCESS_BAM_PREVIOUS_THROTTLED: DEBUG_FLR_PARAM_TYPE = -268435436i32;
|
1237
|
+
pub const DEBUG_FLR_PROCESS_INFO: DEBUG_FLR_PARAM_TYPE = 2097189i32;
|
1238
|
+
pub const DEBUG_FLR_PROCESS_NAME: DEBUG_FLR_PARAM_TYPE = 65547i32;
|
1239
|
+
pub const DEBUG_FLR_PROCESS_OBJECT: DEBUG_FLR_PARAM_TYPE = 8i32;
|
1240
|
+
pub const DEBUG_FLR_PROCESS_PRODUCTNAME: DEBUG_FLR_PARAM_TYPE = 65575i32;
|
1241
|
+
pub const DEBUG_FLR_RAISED_IRQL_USER_FAULT: DEBUG_FLR_PARAM_TYPE = 8220i32;
|
1242
|
+
pub const DEBUG_FLR_READ_ADDRESS: DEBUG_FLR_PARAM_TYPE = 14i32;
|
1243
|
+
pub const DEBUG_FLR_RECURRING_STACK: DEBUG_FLR_PARAM_TYPE = 12296i32;
|
1244
|
+
pub const DEBUG_FLR_REGISTRYTXT_SOURCE: DEBUG_FLR_PARAM_TYPE = 65584i32;
|
1245
|
+
pub const DEBUG_FLR_REGISTRYTXT_STRESS_ID: DEBUG_FLR_PARAM_TYPE = 12307i32;
|
1246
|
+
pub const DEBUG_FLR_REGISTRY_DATA: DEBUG_FLR_PARAM_TYPE = 3145728i32;
|
1247
|
+
pub const DEBUG_FLR_REPORT_INFO_CREATION_TIME: DEBUG_FLR_PARAM_TYPE = 1879048229i32;
|
1248
|
+
pub const DEBUG_FLR_REPORT_INFO_GUID: DEBUG_FLR_PARAM_TYPE = 1879048227i32;
|
1249
|
+
pub const DEBUG_FLR_REPORT_INFO_SOURCE: DEBUG_FLR_PARAM_TYPE = 1879048228i32;
|
1250
|
+
pub const DEBUG_FLR_REQUESTED_IRQL: DEBUG_FLR_PARAM_TYPE = 514i32;
|
1251
|
+
pub const DEBUG_FLR_RESERVED: DEBUG_FLR_PARAM_TYPE = 1i32;
|
1252
|
+
pub const DEBUG_FLR_RESOURCE_CALL_TYPE: DEBUG_FLR_PARAM_TYPE = 4352i32;
|
1253
|
+
pub const DEBUG_FLR_RESOURCE_CALL_TYPE_STR: DEBUG_FLR_PARAM_TYPE = 4353i32;
|
1254
|
+
pub const DEBUG_FLR_SCM: DEBUG_FLR_PARAM_TYPE = 20992i32;
|
1255
|
+
pub const DEBUG_FLR_SCM_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 21232i32;
|
1256
|
+
pub const DEBUG_FLR_SCM_BLACKBOX_ENTRY: DEBUG_FLR_PARAM_TYPE = 21233i32;
|
1257
|
+
pub const DEBUG_FLR_SCM_BLACKBOX_ENTRY_CONTROLCODE: DEBUG_FLR_PARAM_TYPE = 21234i32;
|
1258
|
+
pub const DEBUG_FLR_SCM_BLACKBOX_ENTRY_SERVICENAME: DEBUG_FLR_PARAM_TYPE = 21236i32;
|
1259
|
+
pub const DEBUG_FLR_SCM_BLACKBOX_ENTRY_STARTTIME: DEBUG_FLR_PARAM_TYPE = 21235i32;
|
1260
|
+
pub const DEBUG_FLR_SEARCH_HANG: DEBUG_FLR_PARAM_TYPE = 1048614i32;
|
1261
|
+
pub const DEBUG_FLR_SECURITY_COOKIES: DEBUG_FLR_PARAM_TYPE = 4105i32;
|
1262
|
+
pub const DEBUG_FLR_SERVICE: DEBUG_FLR_PARAM_TYPE = 20480i32;
|
1263
|
+
pub const DEBUG_FLR_SERVICETABLE_MODIFIED: DEBUG_FLR_PARAM_TYPE = 12371i32;
|
1264
|
+
pub const DEBUG_FLR_SERVICE_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1146880i32;
|
1265
|
+
pub const DEBUG_FLR_SERVICE_DEPENDONGROUP: DEBUG_FLR_PARAM_TYPE = 20486i32;
|
1266
|
+
pub const DEBUG_FLR_SERVICE_DEPENDONSERVICE: DEBUG_FLR_PARAM_TYPE = 20485i32;
|
1267
|
+
pub const DEBUG_FLR_SERVICE_DESCRIPTION: DEBUG_FLR_PARAM_TYPE = 20484i32;
|
1268
|
+
pub const DEBUG_FLR_SERVICE_DISPLAYNAME: DEBUG_FLR_PARAM_TYPE = 20483i32;
|
1269
|
+
pub const DEBUG_FLR_SERVICE_GROUP: DEBUG_FLR_PARAM_TYPE = 20482i32;
|
1270
|
+
pub const DEBUG_FLR_SERVICE_NAME: DEBUG_FLR_PARAM_TYPE = 20481i32;
|
1271
|
+
pub const DEBUG_FLR_SHOW_ERRORLOG: DEBUG_FLR_PARAM_TYPE = 8207i32;
|
1272
|
+
pub const DEBUG_FLR_SHOW_LCIE_ISO_DATA: DEBUG_FLR_PARAM_TYPE = 1048619i32;
|
1273
|
+
pub const DEBUG_FLR_SIMULTANEOUS_TELSVC_INSTANCES: DEBUG_FLR_PARAM_TYPE = 1879048223i32;
|
1274
|
+
pub const DEBUG_FLR_SIMULTANEOUS_TELWP_INSTANCES: DEBUG_FLR_PARAM_TYPE = 1879048224i32;
|
1275
|
+
pub const DEBUG_FLR_SINGLE_BIT_ERROR: DEBUG_FLR_PARAM_TYPE = 8203i32;
|
1276
|
+
pub const DEBUG_FLR_SINGLE_BIT_PFN_PAGE_ERROR: DEBUG_FLR_PARAM_TYPE = 8213i32;
|
1277
|
+
pub const DEBUG_FLR_SKIP_CORRUPT_MODULE_DETECTION: DEBUG_FLR_PARAM_TYPE = 8235i32;
|
1278
|
+
pub const DEBUG_FLR_SKIP_MODULE_SPECIFIC_BUCKET_INFO: DEBUG_FLR_PARAM_TYPE = 65588i32;
|
1279
|
+
pub const DEBUG_FLR_SKIP_STACK_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 8217i32;
|
1280
|
+
pub const DEBUG_FLR_SM_BUFFER_HASH: DEBUG_FLR_PARAM_TYPE = 1342177286i32;
|
1281
|
+
pub const DEBUG_FLR_SM_COMPRESSION_FORMAT: DEBUG_FLR_PARAM_TYPE = 1342177280i32;
|
1282
|
+
pub const DEBUG_FLR_SM_ONEBIT_SOLUTION_COUNT: DEBUG_FLR_PARAM_TYPE = 1342177287i32;
|
1283
|
+
pub const DEBUG_FLR_SM_SOURCE_OFFSET: DEBUG_FLR_PARAM_TYPE = 1342177283i32;
|
1284
|
+
pub const DEBUG_FLR_SM_SOURCE_PFN1: DEBUG_FLR_PARAM_TYPE = 1342177281i32;
|
1285
|
+
pub const DEBUG_FLR_SM_SOURCE_PFN2: DEBUG_FLR_PARAM_TYPE = 1342177282i32;
|
1286
|
+
pub const DEBUG_FLR_SM_SOURCE_SIZE: DEBUG_FLR_PARAM_TYPE = 1342177284i32;
|
1287
|
+
pub const DEBUG_FLR_SM_TARGET_PFN: DEBUG_FLR_PARAM_TYPE = 1342177285i32;
|
1288
|
+
pub const DEBUG_FLR_SOLUTION_ID: DEBUG_FLR_PARAM_TYPE = 12293i32;
|
1289
|
+
pub const DEBUG_FLR_SOLUTION_TYPE: DEBUG_FLR_PARAM_TYPE = 12295i32;
|
1290
|
+
pub const DEBUG_FLR_SPECIAL_POOL_CORRUPTION_TYPE: DEBUG_FLR_PARAM_TYPE = 1025i32;
|
1291
|
+
pub const DEBUG_FLR_STACK: DEBUG_FLR_PARAM_TYPE = 2097152i32;
|
1292
|
+
pub const DEBUG_FLR_STACKHASH_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1138688i32;
|
1293
|
+
pub const DEBUG_FLR_STACKUSAGE_FUNCTION: DEBUG_FLR_PARAM_TYPE = 12363i32;
|
1294
|
+
pub const DEBUG_FLR_STACKUSAGE_FUNCTION_SIZE: DEBUG_FLR_PARAM_TYPE = 12364i32;
|
1295
|
+
pub const DEBUG_FLR_STACKUSAGE_IMAGE: DEBUG_FLR_PARAM_TYPE = 12361i32;
|
1296
|
+
pub const DEBUG_FLR_STACKUSAGE_IMAGE_SIZE: DEBUG_FLR_PARAM_TYPE = 12362i32;
|
1297
|
+
pub const DEBUG_FLR_STACKUSAGE_RECURSION_COUNT: DEBUG_FLR_PARAM_TYPE = 12365i32;
|
1298
|
+
pub const DEBUG_FLR_STACK_COMMAND: DEBUG_FLR_PARAM_TYPE = 65540i32;
|
1299
|
+
pub const DEBUG_FLR_STACK_FRAME: DEBUG_FLR_PARAM_TYPE = 2097155i32;
|
1300
|
+
pub const DEBUG_FLR_STACK_FRAMES: DEBUG_FLR_PARAM_TYPE = 2097212i32;
|
1301
|
+
pub const DEBUG_FLR_STACK_FRAME_FLAGS: DEBUG_FLR_PARAM_TYPE = 2097163i32;
|
1302
|
+
pub const DEBUG_FLR_STACK_FRAME_FUNCTION: DEBUG_FLR_PARAM_TYPE = 2097162i32;
|
1303
|
+
pub const DEBUG_FLR_STACK_FRAME_IMAGE: DEBUG_FLR_PARAM_TYPE = 2097161i32;
|
1304
|
+
pub const DEBUG_FLR_STACK_FRAME_INSTRUCTION: DEBUG_FLR_PARAM_TYPE = 2097157i32;
|
1305
|
+
pub const DEBUG_FLR_STACK_FRAME_MODULE: DEBUG_FLR_PARAM_TYPE = 2097160i32;
|
1306
|
+
pub const DEBUG_FLR_STACK_FRAME_MODULE_BASE: DEBUG_FLR_PARAM_TYPE = 2097224i32;
|
1307
|
+
pub const DEBUG_FLR_STACK_FRAME_NUMBER: DEBUG_FLR_PARAM_TYPE = 2097156i32;
|
1308
|
+
pub const DEBUG_FLR_STACK_FRAME_SRC: DEBUG_FLR_PARAM_TYPE = 2097225i32;
|
1309
|
+
pub const DEBUG_FLR_STACK_FRAME_SYMBOL: DEBUG_FLR_PARAM_TYPE = 2097158i32;
|
1310
|
+
pub const DEBUG_FLR_STACK_FRAME_SYMBOL_OFFSET: DEBUG_FLR_PARAM_TYPE = 2097159i32;
|
1311
|
+
pub const DEBUG_FLR_STACK_OVERFLOW: DEBUG_FLR_PARAM_TYPE = 12301i32;
|
1312
|
+
pub const DEBUG_FLR_STACK_POINTER_ERROR: DEBUG_FLR_PARAM_TYPE = 12302i32;
|
1313
|
+
pub const DEBUG_FLR_STACK_POINTER_MISALIGNED: DEBUG_FLR_PARAM_TYPE = 12304i32;
|
1314
|
+
pub const DEBUG_FLR_STACK_POINTER_ONEBIT_ERROR: DEBUG_FLR_PARAM_TYPE = 12303i32;
|
1315
|
+
pub const DEBUG_FLR_STACK_SHA1_HASH_M: DEBUG_FLR_PARAM_TYPE = 2097221i32;
|
1316
|
+
pub const DEBUG_FLR_STACK_SHA1_HASH_MF: DEBUG_FLR_PARAM_TYPE = 2097219i32;
|
1317
|
+
pub const DEBUG_FLR_STACK_SHA1_HASH_MFO: DEBUG_FLR_PARAM_TYPE = 2097220i32;
|
1318
|
+
pub const DEBUG_FLR_STACK_TEXT: DEBUG_FLR_PARAM_TYPE = 65541i32;
|
1319
|
+
pub const DEBUG_FLR_STATUS_CODE: DEBUG_FLR_PARAM_TYPE = 4102i32;
|
1320
|
+
pub const DEBUG_FLR_STORAGE: DEBUG_FLR_PARAM_TYPE = 29696i32;
|
1321
|
+
pub const DEBUG_FLR_STORAGE_BLACKBOX: DEBUG_FLR_PARAM_TYPE = 29936i32;
|
1322
|
+
pub const DEBUG_FLR_STORAGE_ISSUEDESCSTRING: DEBUG_FLR_PARAM_TYPE = 29700i32;
|
1323
|
+
pub const DEBUG_FLR_STORAGE_MFGID: DEBUG_FLR_PARAM_TYPE = 29699i32;
|
1324
|
+
pub const DEBUG_FLR_STORAGE_MODEL: DEBUG_FLR_PARAM_TYPE = 29698i32;
|
1325
|
+
pub const DEBUG_FLR_STORAGE_ORGID: DEBUG_FLR_PARAM_TYPE = 29697i32;
|
1326
|
+
pub const DEBUG_FLR_STORAGE_PRIVATE_DATASIZE: DEBUG_FLR_PARAM_TYPE = 29706i32;
|
1327
|
+
pub const DEBUG_FLR_STORAGE_PRIVATE_OFFSET: DEBUG_FLR_PARAM_TYPE = 29705i32;
|
1328
|
+
pub const DEBUG_FLR_STORAGE_PRIVATE_TOTSIZE: DEBUG_FLR_PARAM_TYPE = 29704i32;
|
1329
|
+
pub const DEBUG_FLR_STORAGE_PUBLIC_DATASIZE: DEBUG_FLR_PARAM_TYPE = 29703i32;
|
1330
|
+
pub const DEBUG_FLR_STORAGE_PUBLIC_OFFSET: DEBUG_FLR_PARAM_TYPE = 29702i32;
|
1331
|
+
pub const DEBUG_FLR_STORAGE_PUBLIC_TOTSIZE: DEBUG_FLR_PARAM_TYPE = 29701i32;
|
1332
|
+
pub const DEBUG_FLR_STORAGE_REASON: DEBUG_FLR_PARAM_TYPE = 29708i32;
|
1333
|
+
pub const DEBUG_FLR_STORAGE_TOTALSIZE: DEBUG_FLR_PARAM_TYPE = 29707i32;
|
1334
|
+
pub const DEBUG_FLR_STORE_DEVELOPER_NAME: DEBUG_FLR_PARAM_TYPE = 1610612743i32;
|
1335
|
+
pub const DEBUG_FLR_STORE_IS_MICROSOFT_PRODUCT: DEBUG_FLR_PARAM_TYPE = 1610612754i32;
|
1336
|
+
pub const DEBUG_FLR_STORE_LEGACY_PARENT_PRODUCT_ID: DEBUG_FLR_PARAM_TYPE = 1610612747i32;
|
1337
|
+
pub const DEBUG_FLR_STORE_LEGACY_WINDOWS_PHONE_PRODUCT_ID: DEBUG_FLR_PARAM_TYPE = 1610612749i32;
|
1338
|
+
pub const DEBUG_FLR_STORE_LEGACY_WINDOWS_STORE_PRODUCT_ID: DEBUG_FLR_PARAM_TYPE = 1610612748i32;
|
1339
|
+
pub const DEBUG_FLR_STORE_LEGACY_XBOX_360_PRODUCT_ID: DEBUG_FLR_PARAM_TYPE = 1610612751i32;
|
1340
|
+
pub const DEBUG_FLR_STORE_LEGACY_XBOX_ONE_PRODUCT_ID: DEBUG_FLR_PARAM_TYPE = 1610612750i32;
|
1341
|
+
pub const DEBUG_FLR_STORE_PACKAGE_FAMILY_NAME: DEBUG_FLR_PARAM_TYPE = 1610612744i32;
|
1342
|
+
pub const DEBUG_FLR_STORE_PACKAGE_IDENTITY_NAME: DEBUG_FLR_PARAM_TYPE = 1610612745i32;
|
1343
|
+
pub const DEBUG_FLR_STORE_PREFERRED_SKU_ID: DEBUG_FLR_PARAM_TYPE = 1610612753i32;
|
1344
|
+
pub const DEBUG_FLR_STORE_PRIMARY_PARENT_PRODUCT_ID: DEBUG_FLR_PARAM_TYPE = 1610612746i32;
|
1345
|
+
pub const DEBUG_FLR_STORE_PRODUCT_DESCRIPTION: DEBUG_FLR_PARAM_TYPE = 1610612738i32;
|
1346
|
+
pub const DEBUG_FLR_STORE_PRODUCT_DISPLAY_NAME: DEBUG_FLR_PARAM_TYPE = 1610612737i32;
|
1347
|
+
pub const DEBUG_FLR_STORE_PRODUCT_EXTENDED_NAME: DEBUG_FLR_PARAM_TYPE = 1610612739i32;
|
1348
|
+
pub const DEBUG_FLR_STORE_PRODUCT_ID: DEBUG_FLR_PARAM_TYPE = 1610612736i32;
|
1349
|
+
pub const DEBUG_FLR_STORE_PUBLISHER_CERTIFICATE_NAME: DEBUG_FLR_PARAM_TYPE = 1610612742i32;
|
1350
|
+
pub const DEBUG_FLR_STORE_PUBLISHER_ID: DEBUG_FLR_PARAM_TYPE = 1610612740i32;
|
1351
|
+
pub const DEBUG_FLR_STORE_PUBLISHER_NAME: DEBUG_FLR_PARAM_TYPE = 1610612741i32;
|
1352
|
+
pub const DEBUG_FLR_STORE_URL_APP: DEBUG_FLR_PARAM_TYPE = 1610612755i32;
|
1353
|
+
pub const DEBUG_FLR_STORE_URL_APPHEALTH: DEBUG_FLR_PARAM_TYPE = 1610612756i32;
|
1354
|
+
pub const DEBUG_FLR_STORE_XBOX_TITLE_ID: DEBUG_FLR_PARAM_TYPE = 1610612752i32;
|
1355
|
+
pub const DEBUG_FLR_STREAM_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1130496i32;
|
1356
|
+
pub const DEBUG_FLR_SUSPECT_CODE_PATH_HASH: DEBUG_FLR_PARAM_TYPE = 1048586i32;
|
1357
|
+
pub const DEBUG_FLR_SVCHOST: DEBUG_FLR_PARAM_TYPE = 20736i32;
|
1358
|
+
pub const DEBUG_FLR_SVCHOST_GROUP: DEBUG_FLR_PARAM_TYPE = 20737i32;
|
1359
|
+
pub const DEBUG_FLR_SVCHOST_IMAGEPATH: DEBUG_FLR_PARAM_TYPE = 20738i32;
|
1360
|
+
pub const DEBUG_FLR_SVCHOST_SERVICEDLL: DEBUG_FLR_PARAM_TYPE = 20739i32;
|
1361
|
+
pub const DEBUG_FLR_SWITCH_PROCESS_CONTEXT: DEBUG_FLR_PARAM_TYPE = 8223i32;
|
1362
|
+
pub const DEBUG_FLR_SYMBOL_FROM_RAW_STACK_ADDRESS: DEBUG_FLR_PARAM_TYPE = -2147483643i32;
|
1363
|
+
pub const DEBUG_FLR_SYMBOL_NAME: DEBUG_FLR_PARAM_TYPE = 65538i32;
|
1364
|
+
pub const DEBUG_FLR_SYMBOL_ON_RAW_STACK: DEBUG_FLR_PARAM_TYPE = 4104i32;
|
1365
|
+
pub const DEBUG_FLR_SYMBOL_ROUTINE_NAME: DEBUG_FLR_PARAM_TYPE = 65580i32;
|
1366
|
+
pub const DEBUG_FLR_SYMBOL_STACK_INDEX: DEBUG_FLR_PARAM_TYPE = 4103i32;
|
1367
|
+
pub const DEBUG_FLR_SYSINFO_BASEBOARD_MANUFACTURER: DEBUG_FLR_PARAM_TYPE = 17156i32;
|
1368
|
+
pub const DEBUG_FLR_SYSINFO_BASEBOARD_PRODUCT: DEBUG_FLR_PARAM_TYPE = 17157i32;
|
1369
|
+
pub const DEBUG_FLR_SYSINFO_BASEBOARD_VERSION: DEBUG_FLR_PARAM_TYPE = 17158i32;
|
1370
|
+
pub const DEBUG_FLR_SYSINFO_BIOS_DATE: DEBUG_FLR_PARAM_TYPE = 17161i32;
|
1371
|
+
pub const DEBUG_FLR_SYSINFO_BIOS_VENDOR: DEBUG_FLR_PARAM_TYPE = 17159i32;
|
1372
|
+
pub const DEBUG_FLR_SYSINFO_BIOS_VERSION: DEBUG_FLR_PARAM_TYPE = 17160i32;
|
1373
|
+
pub const DEBUG_FLR_SYSINFO_SYSTEM_MANUFACTURER: DEBUG_FLR_PARAM_TYPE = 17152i32;
|
1374
|
+
pub const DEBUG_FLR_SYSINFO_SYSTEM_PRODUCT: DEBUG_FLR_PARAM_TYPE = 17153i32;
|
1375
|
+
pub const DEBUG_FLR_SYSINFO_SYSTEM_SKU: DEBUG_FLR_PARAM_TYPE = 17154i32;
|
1376
|
+
pub const DEBUG_FLR_SYSINFO_SYSTEM_VERSION: DEBUG_FLR_PARAM_TYPE = 17155i32;
|
1377
|
+
pub const DEBUG_FLR_SYSTEM_LOCALE_deprecated: DEBUG_FLR_PARAM_TYPE = 12298i32;
|
1378
|
+
pub const DEBUG_FLR_SYSXML_CHECKSUM: DEBUG_FLR_PARAM_TYPE = 16897i32;
|
1379
|
+
pub const DEBUG_FLR_SYSXML_LOCALEID: DEBUG_FLR_PARAM_TYPE = 16896i32;
|
1380
|
+
pub const DEBUG_FLR_TARGET_MODE: DEBUG_FLR_PARAM_TYPE = 4107i32;
|
1381
|
+
pub const DEBUG_FLR_TARGET_TIME: DEBUG_FLR_PARAM_TYPE = 8250i32;
|
1382
|
+
pub const DEBUG_FLR_TESTRESULTGUID: DEBUG_FLR_PARAM_TYPE = -268435455i32;
|
1383
|
+
pub const DEBUG_FLR_TESTRESULTSERVER: DEBUG_FLR_PARAM_TYPE = -268435456i32;
|
1384
|
+
pub const DEBUG_FLR_THREADPOOL_WAITER: DEBUG_FLR_PARAM_TYPE = 4106i32;
|
1385
|
+
pub const DEBUG_FLR_THREAD_ATTRIBUTES: DEBUG_FLR_PARAM_TYPE = 1048577i32;
|
1386
|
+
pub const DEBUG_FLR_TIMELINE_ANALYSIS: DEBUG_FLR_PARAM_TYPE = 1126400i32;
|
1387
|
+
pub const DEBUG_FLR_TIMELINE_TIMES: DEBUG_FLR_PARAM_TYPE = 1126401i32;
|
1388
|
+
pub const DEBUG_FLR_TRAP_FRAME: DEBUG_FLR_PARAM_TYPE = -1073741822i32;
|
1389
|
+
pub const DEBUG_FLR_TRAP_FRAME_RECURSION: DEBUG_FLR_PARAM_TYPE = 12300i32;
|
1390
|
+
pub const DEBUG_FLR_TRIAGER_OS_BUILD_NAME: DEBUG_FLR_PARAM_TYPE = 12328i32;
|
1391
|
+
pub const DEBUG_FLR_TSS: DEBUG_FLR_PARAM_TYPE = -1073741821i32;
|
1392
|
+
pub const DEBUG_FLR_TWO_BIT_ERROR: DEBUG_FLR_PARAM_TYPE = 8204i32;
|
1393
|
+
pub const DEBUG_FLR_ULS_SCRIPT_EXCEPTION: DEBUG_FLR_PARAM_TYPE = 1048617i32;
|
1394
|
+
pub const DEBUG_FLR_UNALIGNED_STACK_POINTER: DEBUG_FLR_PARAM_TYPE = 12290i32;
|
1395
|
+
pub const DEBUG_FLR_UNKNOWN: DEBUG_FAILURE_TYPE = 0i32;
|
1396
|
+
pub const DEBUG_FLR_UNKNOWN_MODULE: DEBUG_FLR_PARAM_TYPE = 8201i32;
|
1397
|
+
pub const DEBUG_FLR_UNRESPONSIVE_UI_FOLLOWUP_NAME: DEBUG_FLR_PARAM_TYPE = 65573i32;
|
1398
|
+
pub const DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS: DEBUG_FLR_PARAM_TYPE = 1048581i32;
|
1399
|
+
pub const DEBUG_FLR_UNRESPONSIVE_UI_PROBLEM_CLASS_DATA: DEBUG_FLR_PARAM_TYPE = 1048582i32;
|
1400
|
+
pub const DEBUG_FLR_UNRESPONSIVE_UI_STACK: DEBUG_FLR_PARAM_TYPE = 65574i32;
|
1401
|
+
pub const DEBUG_FLR_UNRESPONSIVE_UI_SYMBOL_NAME: DEBUG_FLR_PARAM_TYPE = 65572i32;
|
1402
|
+
pub const DEBUG_FLR_UNRESPONSIVE_UI_THREAD: DEBUG_FLR_PARAM_TYPE = -1073741819i32;
|
1403
|
+
pub const DEBUG_FLR_UNUSED001: DEBUG_FLR_PARAM_TYPE = 8197i32;
|
1404
|
+
pub const DEBUG_FLR_URLS: DEBUG_FLR_PARAM_TYPE = 1048610i32;
|
1405
|
+
pub const DEBUG_FLR_URLS_DISCOVERED: DEBUG_FLR_PARAM_TYPE = 1048609i32;
|
1406
|
+
pub const DEBUG_FLR_URL_ENTRY: DEBUG_FLR_PARAM_TYPE = 1048611i32;
|
1407
|
+
pub const DEBUG_FLR_URL_LCIE_ENTRY: DEBUG_FLR_PARAM_TYPE = 1048620i32;
|
1408
|
+
pub const DEBUG_FLR_URL_URLMON_ENTRY: DEBUG_FLR_PARAM_TYPE = 1048621i32;
|
1409
|
+
pub const DEBUG_FLR_URL_XMLHTTPREQ_SYNC_ENTRY: DEBUG_FLR_PARAM_TYPE = 1048622i32;
|
1410
|
+
pub const DEBUG_FLR_USBPORT_OCADATA: DEBUG_FLR_PARAM_TYPE = 20i32;
|
1411
|
+
pub const DEBUG_FLR_USER: DEBUG_FAILURE_TYPE = 2i32;
|
1412
|
+
pub const DEBUG_FLR_USERBREAK_PEB_PAGEDOUT: DEBUG_FLR_PARAM_TYPE = 8225i32;
|
1413
|
+
pub const DEBUG_FLR_USERMODE_DATA: DEBUG_FLR_PARAM_TYPE = 1048576i32;
|
1414
|
+
pub const DEBUG_FLR_USER_GLOBAL_ATTRIBUTES: DEBUG_FLR_PARAM_TYPE = 3153920i32;
|
1415
|
+
pub const DEBUG_FLR_USER_LCID: DEBUG_FLR_PARAM_TYPE = 1052690i32;
|
1416
|
+
pub const DEBUG_FLR_USER_LCID_STR: DEBUG_FLR_PARAM_TYPE = 1052698i32;
|
1417
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET: DEBUG_FLR_PARAM_TYPE = 65614i32;
|
1418
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_EVENTTYPE: DEBUG_FLR_PARAM_TYPE = 65616i32;
|
1419
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_INDEX: DEBUG_FLR_PARAM_TYPE = 65615i32;
|
1420
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P0: DEBUG_FLR_PARAM_TYPE = 65619i32;
|
1421
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P1: DEBUG_FLR_PARAM_TYPE = 65620i32;
|
1422
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P2: DEBUG_FLR_PARAM_TYPE = 65621i32;
|
1423
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P3: DEBUG_FLR_PARAM_TYPE = 65622i32;
|
1424
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P4: DEBUG_FLR_PARAM_TYPE = 65623i32;
|
1425
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P5: DEBUG_FLR_PARAM_TYPE = 65624i32;
|
1426
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P6: DEBUG_FLR_PARAM_TYPE = 65625i32;
|
1427
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_P7: DEBUG_FLR_PARAM_TYPE = 65626i32;
|
1428
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_REPORTCREATIONTIME: DEBUG_FLR_PARAM_TYPE = 65618i32;
|
1429
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_REPORTGUID: DEBUG_FLR_PARAM_TYPE = 65617i32;
|
1430
|
+
pub const DEBUG_FLR_USER_MODE_BUCKET_STRING: DEBUG_FLR_PARAM_TYPE = 65627i32;
|
1431
|
+
pub const DEBUG_FLR_USER_NAME: DEBUG_FLR_PARAM_TYPE = 65548i32;
|
1432
|
+
pub const DEBUG_FLR_USER_PROBLEM_CLASSES: DEBUG_FLR_PARAM_TYPE = 3162112i32;
|
1433
|
+
pub const DEBUG_FLR_USER_THREAD_ATTRIBUTES: DEBUG_FLR_PARAM_TYPE = 3158016i32;
|
1434
|
+
pub const DEBUG_FLR_USE_DEFAULT_CONTEXT: DEBUG_FLR_PARAM_TYPE = 8221i32;
|
1435
|
+
pub const DEBUG_FLR_VERIFIER_DRIVER_ENTRY: DEBUG_FLR_PARAM_TYPE = 263i32;
|
1436
|
+
pub const DEBUG_FLR_VERIFIER_FOUND_DEADLOCK: DEBUG_FLR_PARAM_TYPE = 26i32;
|
1437
|
+
pub const DEBUG_FLR_VERIFIER_STOP: DEBUG_FLR_PARAM_TYPE = 8224i32;
|
1438
|
+
pub const DEBUG_FLR_VIDEO_TDR_CONTEXT: DEBUG_FLR_PARAM_TYPE = 262i32;
|
1439
|
+
pub const DEBUG_FLR_VIRTUAL_MACHINE: DEBUG_FLR_PARAM_TYPE = 17162i32;
|
1440
|
+
pub const DEBUG_FLR_WAIT_CHAIN_COMMAND: DEBUG_FLR_PARAM_TYPE = 1048598i32;
|
1441
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_00: DEBUG_FLR_PARAM_TYPE = 16648i32;
|
1442
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_01: DEBUG_FLR_PARAM_TYPE = 16649i32;
|
1443
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_02: DEBUG_FLR_PARAM_TYPE = 16650i32;
|
1444
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_03: DEBUG_FLR_PARAM_TYPE = 16651i32;
|
1445
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_04: DEBUG_FLR_PARAM_TYPE = 16652i32;
|
1446
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_05: DEBUG_FLR_PARAM_TYPE = 16653i32;
|
1447
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_06: DEBUG_FLR_PARAM_TYPE = 16654i32;
|
1448
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_07: DEBUG_FLR_PARAM_TYPE = 16655i32;
|
1449
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_08: DEBUG_FLR_PARAM_TYPE = 16656i32;
|
1450
|
+
pub const DEBUG_FLR_WATSON_GENERIC_BUCKETING_09: DEBUG_FLR_PARAM_TYPE = 16657i32;
|
1451
|
+
pub const DEBUG_FLR_WATSON_GENERIC_EVENT_NAME: DEBUG_FLR_PARAM_TYPE = 16647i32;
|
1452
|
+
pub const DEBUG_FLR_WATSON_IBUCKET: DEBUG_FLR_PARAM_TYPE = 16644i32;
|
1453
|
+
pub const DEBUG_FLR_WATSON_IBUCKETTABLE_S1_RESP: DEBUG_FLR_PARAM_TYPE = 1048613i32;
|
1454
|
+
pub const DEBUG_FLR_WATSON_IBUCKET_S1_RESP: DEBUG_FLR_PARAM_TYPE = 1048612i32;
|
1455
|
+
pub const DEBUG_FLR_WATSON_MODULE: DEBUG_FLR_PARAM_TYPE = 16640i32;
|
1456
|
+
pub const DEBUG_FLR_WATSON_MODULE_OFFSET: DEBUG_FLR_PARAM_TYPE = 16642i32;
|
1457
|
+
pub const DEBUG_FLR_WATSON_MODULE_TIMESTAMP: DEBUG_FLR_PARAM_TYPE = 16645i32;
|
1458
|
+
pub const DEBUG_FLR_WATSON_MODULE_VERSION: DEBUG_FLR_PARAM_TYPE = 16641i32;
|
1459
|
+
pub const DEBUG_FLR_WATSON_PROCESS_TIMESTAMP: DEBUG_FLR_PARAM_TYPE = 16646i32;
|
1460
|
+
pub const DEBUG_FLR_WATSON_PROCESS_VERSION: DEBUG_FLR_PARAM_TYPE = 16643i32;
|
1461
|
+
pub const DEBUG_FLR_WCT_XML_AVAILABLE: DEBUG_FLR_PARAM_TYPE = 1048591i32;
|
1462
|
+
pub const DEBUG_FLR_WERCOLLECTION_DEFAULTCOLLECTION_FAILURE: DEBUG_FLR_PARAM_TYPE = -268435438i32;
|
1463
|
+
pub const DEBUG_FLR_WERCOLLECTION_MINIDUMP_WRITE_FAILURE: DEBUG_FLR_PARAM_TYPE = -268435439i32;
|
1464
|
+
pub const DEBUG_FLR_WERCOLLECTION_PROCESSHEAPDUMP_REQUEST_FAILURE: DEBUG_FLR_PARAM_TYPE = -268435440i32;
|
1465
|
+
pub const DEBUG_FLR_WERCOLLECTION_PROCESSTERMINATED: DEBUG_FLR_PARAM_TYPE = -268435441i32;
|
1466
|
+
pub const DEBUG_FLR_WER_DATA_COLLECTION_INFO: DEBUG_FLR_PARAM_TYPE = 1048615i32;
|
1467
|
+
pub const DEBUG_FLR_WER_MACHINE_ID: DEBUG_FLR_PARAM_TYPE = 1048616i32;
|
1468
|
+
pub const DEBUG_FLR_WHEA_ERROR_RECORD: DEBUG_FLR_PARAM_TYPE = 25i32;
|
1469
|
+
pub const DEBUG_FLR_WINLOGON_BLACKBOX: DEBUG_FLR_PARAM_TYPE = -268435432i32;
|
1470
|
+
pub const DEBUG_FLR_WMI_QUERY_DATA: DEBUG_FLR_PARAM_TYPE = 3149824i32;
|
1471
|
+
pub const DEBUG_FLR_WORKER_ROUTINE: DEBUG_FLR_PARAM_TYPE = 5i32;
|
1472
|
+
pub const DEBUG_FLR_WORK_ITEM: DEBUG_FLR_PARAM_TYPE = 6i32;
|
1473
|
+
pub const DEBUG_FLR_WORK_QUEUE_ITEM: DEBUG_FLR_PARAM_TYPE = 21i32;
|
1474
|
+
pub const DEBUG_FLR_WQL_EVENTLOG_INFO: DEBUG_FLR_PARAM_TYPE = 16899i32;
|
1475
|
+
pub const DEBUG_FLR_WQL_EVENT_COUNT: DEBUG_FLR_PARAM_TYPE = 16898i32;
|
1476
|
+
pub const DEBUG_FLR_WRITE_ADDRESS: DEBUG_FLR_PARAM_TYPE = 15i32;
|
1477
|
+
pub const DEBUG_FLR_WRONG_SYMBOLS: DEBUG_FLR_PARAM_TYPE = 8195i32;
|
1478
|
+
pub const DEBUG_FLR_WRONG_SYMBOLS_SIZE: DEBUG_FLR_PARAM_TYPE = 8247i32;
|
1479
|
+
pub const DEBUG_FLR_WRONG_SYMBOLS_TIMESTAMP: DEBUG_FLR_PARAM_TYPE = 8246i32;
|
1480
|
+
pub const DEBUG_FLR_XBOX_LIVE_ENVIRONMENT: DEBUG_FLR_PARAM_TYPE = 12368i32;
|
1481
|
+
pub const DEBUG_FLR_XBOX_SYSTEM_CRASHTIME: DEBUG_FLR_PARAM_TYPE = 12367i32;
|
1482
|
+
pub const DEBUG_FLR_XBOX_SYSTEM_UPTIME: DEBUG_FLR_PARAM_TYPE = 12366i32;
|
1483
|
+
pub const DEBUG_FLR_XCS_PATH: DEBUG_FLR_PARAM_TYPE = 1048603i32;
|
1484
|
+
pub const DEBUG_FLR_XDV_HELP_LINK: DEBUG_FLR_PARAM_TYPE = -1073741811i32;
|
1485
|
+
pub const DEBUG_FLR_XDV_RULE_INFO: DEBUG_FLR_PARAM_TYPE = -1073741810i32;
|
1486
|
+
pub const DEBUG_FLR_XDV_STATE_VARIABLE: DEBUG_FLR_PARAM_TYPE = -1073741812i32;
|
1487
|
+
pub const DEBUG_FLR_XDV_VIOLATED_CONDITION: DEBUG_FLR_PARAM_TYPE = -1073741813i32;
|
1488
|
+
pub const DEBUG_FLR_XHCI_FIRMWARE_VERSION: DEBUG_FLR_PARAM_TYPE = 65590i32;
|
1489
|
+
pub const DEBUG_FLR_XML_APPLICATION_NAME: DEBUG_FLR_PARAM_TYPE = 2097231i32;
|
1490
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE: DEBUG_FLR_PARAM_TYPE = 2097194i32;
|
1491
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_D1VALUE: DEBUG_FLR_PARAM_TYPE = 2097197i32;
|
1492
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_D2VALUE: DEBUG_FLR_PARAM_TYPE = 2097198i32;
|
1493
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_DOVALUE: DEBUG_FLR_PARAM_TYPE = 2097199i32;
|
1494
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_FRAME_NUMBER: DEBUG_FLR_PARAM_TYPE = 2097201i32;
|
1495
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_LIST: DEBUG_FLR_PARAM_TYPE = 2097193i32;
|
1496
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_NAME: DEBUG_FLR_PARAM_TYPE = 2097195i32;
|
1497
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_THREAD_INDEX: DEBUG_FLR_PARAM_TYPE = 2097202i32;
|
1498
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_VALUE: DEBUG_FLR_PARAM_TYPE = 2097196i32;
|
1499
|
+
pub const DEBUG_FLR_XML_ATTRIBUTE_VALUE_TYPE: DEBUG_FLR_PARAM_TYPE = 2097200i32;
|
1500
|
+
pub const DEBUG_FLR_XML_ENCODED_OFFSETS: DEBUG_FLR_PARAM_TYPE = 2097213i32;
|
1501
|
+
pub const DEBUG_FLR_XML_EVENTTYPE: DEBUG_FLR_PARAM_TYPE = 2097235i32;
|
1502
|
+
pub const DEBUG_FLR_XML_GLOBALATTRIBUTE_LIST: DEBUG_FLR_PARAM_TYPE = 2097192i32;
|
1503
|
+
pub const DEBUG_FLR_XML_MODERN_ASYNC_REQUEST_OUTSTANDING: DEBUG_FLR_PARAM_TYPE = 2097234i32;
|
1504
|
+
pub const DEBUG_FLR_XML_MODULE_INFO: DEBUG_FLR_PARAM_TYPE = 2097169i32;
|
1505
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_BASE: DEBUG_FLR_PARAM_TYPE = 2097186i32;
|
1506
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_CHECKSUM: DEBUG_FLR_PARAM_TYPE = 2097174i32;
|
1507
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_COMPANY_NAME: DEBUG_FLR_PARAM_TYPE = 2097182i32;
|
1508
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_DRIVER_GROUP: DEBUG_FLR_PARAM_TYPE = 2097251i32;
|
1509
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_FILE_DESCRIPTION: DEBUG_FLR_PARAM_TYPE = 2097183i32;
|
1510
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_FILE_FLAGS: DEBUG_FLR_PARAM_TYPE = 2097223i32;
|
1511
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_FIXED_FILE_VER: DEBUG_FLR_PARAM_TYPE = 2097178i32;
|
1512
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_FIXED_PROD_VER: DEBUG_FLR_PARAM_TYPE = 2097179i32;
|
1513
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_IMAGE_NAME: DEBUG_FLR_PARAM_TYPE = 2097172i32;
|
1514
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_IMAGE_PATH: DEBUG_FLR_PARAM_TYPE = 2097173i32;
|
1515
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_INDEX: DEBUG_FLR_PARAM_TYPE = 2097170i32;
|
1516
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_INTERNAL_NAME: DEBUG_FLR_PARAM_TYPE = 2097184i32;
|
1517
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_NAME: DEBUG_FLR_PARAM_TYPE = 2097171i32;
|
1518
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_ON_STACK: DEBUG_FLR_PARAM_TYPE = 2097177i32;
|
1519
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_ORIG_FILE_NAME: DEBUG_FLR_PARAM_TYPE = 2097185i32;
|
1520
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_PRODUCT_NAME: DEBUG_FLR_PARAM_TYPE = 2097188i32;
|
1521
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SIZE: DEBUG_FLR_PARAM_TYPE = 2097187i32;
|
1522
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_STRING_FILE_VER: DEBUG_FLR_PARAM_TYPE = 2097180i32;
|
1523
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_STRING_PROD_VER: DEBUG_FLR_PARAM_TYPE = 2097181i32;
|
1524
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMBOL_TYPE: DEBUG_FLR_PARAM_TYPE = 2097222i32;
|
1525
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_DETAIL: DEBUG_FLR_PARAM_TYPE = 2097245i32;
|
1526
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_ERROR: DEBUG_FLR_PARAM_TYPE = 2097244i32;
|
1527
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_SEC: DEBUG_FLR_PARAM_TYPE = 2097246i32;
|
1528
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_IMAGE_STATUS: DEBUG_FLR_PARAM_TYPE = 2097243i32;
|
1529
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_DETAIL: DEBUG_FLR_PARAM_TYPE = 2097249i32;
|
1530
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_ERROR: DEBUG_FLR_PARAM_TYPE = 2097248i32;
|
1531
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_SEC: DEBUG_FLR_PARAM_TYPE = 2097250i32;
|
1532
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_SYMSRV_PDB_STATUS: DEBUG_FLR_PARAM_TYPE = 2097247i32;
|
1533
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_TIMESTAMP: DEBUG_FLR_PARAM_TYPE = 2097175i32;
|
1534
|
+
pub const DEBUG_FLR_XML_MODULE_INFO_UNLOADED: DEBUG_FLR_PARAM_TYPE = 2097176i32;
|
1535
|
+
pub const DEBUG_FLR_XML_MODULE_LIST: DEBUG_FLR_PARAM_TYPE = 2097154i32;
|
1536
|
+
pub const DEBUG_FLR_XML_PACKAGE_MONIKER: DEBUG_FLR_PARAM_TYPE = 2097232i32;
|
1537
|
+
pub const DEBUG_FLR_XML_PACKAGE_NAME: DEBUG_FLR_PARAM_TYPE = 2097236i32;
|
1538
|
+
pub const DEBUG_FLR_XML_PACKAGE_RELATIVE_APPLICATION_ID: DEBUG_FLR_PARAM_TYPE = 2097233i32;
|
1539
|
+
pub const DEBUG_FLR_XML_PACKAGE_VERSION: DEBUG_FLR_PARAM_TYPE = 2097237i32;
|
1540
|
+
pub const DEBUG_FLR_XML_PROBLEMCLASS: DEBUG_FLR_PARAM_TYPE = 2097204i32;
|
1541
|
+
pub const DEBUG_FLR_XML_PROBLEMCLASS_FRAME_NUMBER: DEBUG_FLR_PARAM_TYPE = 2097208i32;
|
1542
|
+
pub const DEBUG_FLR_XML_PROBLEMCLASS_LIST: DEBUG_FLR_PARAM_TYPE = 2097203i32;
|
1543
|
+
pub const DEBUG_FLR_XML_PROBLEMCLASS_NAME: DEBUG_FLR_PARAM_TYPE = 2097205i32;
|
1544
|
+
pub const DEBUG_FLR_XML_PROBLEMCLASS_THREAD_INDEX: DEBUG_FLR_PARAM_TYPE = 2097209i32;
|
1545
|
+
pub const DEBUG_FLR_XML_PROBLEMCLASS_VALUE: DEBUG_FLR_PARAM_TYPE = 2097206i32;
|
1546
|
+
pub const DEBUG_FLR_XML_PROBLEMCLASS_VALUE_TYPE: DEBUG_FLR_PARAM_TYPE = 2097207i32;
|
1547
|
+
pub const DEBUG_FLR_XML_STACK_FRAME_TRIAGE_STATUS: DEBUG_FLR_PARAM_TYPE = 2097210i32;
|
1548
|
+
pub const DEBUG_FLR_XML_SYSTEMINFO: DEBUG_FLR_PARAM_TYPE = 2097226i32;
|
1549
|
+
pub const DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMANUFACTURER: DEBUG_FLR_PARAM_TYPE = 2097227i32;
|
1550
|
+
pub const DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMARKER: DEBUG_FLR_PARAM_TYPE = 2097229i32;
|
1551
|
+
pub const DEBUG_FLR_XML_SYSTEMINFO_SYSTEMMODEL: DEBUG_FLR_PARAM_TYPE = 2097228i32;
|
1552
|
+
pub const DEBUG_FLR_XPROC_DUMP_AVAILABLE: DEBUG_FLR_PARAM_TYPE = 1048592i32;
|
1553
|
+
pub const DEBUG_FLR_XPROC_HANG: DEBUG_FLR_PARAM_TYPE = 1048588i32;
|
1554
|
+
pub const DEBUG_FLR_ZEROED_STACK: DEBUG_FLR_PARAM_TYPE = 8194i32;
|
1555
|
+
pub const DEBUG_FORMAT_CAB_SECONDARY_ALL_IMAGES: u32 = 268435456u32;
|
1556
|
+
pub const DEBUG_FORMAT_CAB_SECONDARY_FILES: u32 = 1073741824u32;
|
1557
|
+
pub const DEBUG_FORMAT_DEFAULT: u32 = 0u32;
|
1558
|
+
pub const DEBUG_FORMAT_NO_OVERWRITE: u32 = 2147483648u32;
|
1559
|
+
pub const DEBUG_FORMAT_USER_SMALL_ADD_AVX_XSTATE_CONTEXT: u32 = 131072u32;
|
1560
|
+
pub const DEBUG_FORMAT_USER_SMALL_CODE_SEGMENTS: u32 = 4096u32;
|
1561
|
+
pub const DEBUG_FORMAT_USER_SMALL_DATA_SEGMENTS: u32 = 16u32;
|
1562
|
+
pub const DEBUG_FORMAT_USER_SMALL_FILTER_MEMORY: u32 = 32u32;
|
1563
|
+
pub const DEBUG_FORMAT_USER_SMALL_FILTER_PATHS: u32 = 64u32;
|
1564
|
+
pub const DEBUG_FORMAT_USER_SMALL_FILTER_TRIAGE: u32 = 65536u32;
|
1565
|
+
pub const DEBUG_FORMAT_USER_SMALL_FULL_AUXILIARY_STATE: u32 = 16384u32;
|
1566
|
+
pub const DEBUG_FORMAT_USER_SMALL_FULL_MEMORY: u32 = 1u32;
|
1567
|
+
pub const DEBUG_FORMAT_USER_SMALL_FULL_MEMORY_INFO: u32 = 1024u32;
|
1568
|
+
pub const DEBUG_FORMAT_USER_SMALL_HANDLE_DATA: u32 = 2u32;
|
1569
|
+
pub const DEBUG_FORMAT_USER_SMALL_IGNORE_INACCESSIBLE_MEM: u32 = 134217728u32;
|
1570
|
+
pub const DEBUG_FORMAT_USER_SMALL_INDIRECT_MEMORY: u32 = 8u32;
|
1571
|
+
pub const DEBUG_FORMAT_USER_SMALL_IPT_TRACE: u32 = 262144u32;
|
1572
|
+
pub const DEBUG_FORMAT_USER_SMALL_MODULE_HEADERS: u32 = 32768u32;
|
1573
|
+
pub const DEBUG_FORMAT_USER_SMALL_NO_AUXILIARY_STATE: u32 = 8192u32;
|
1574
|
+
pub const DEBUG_FORMAT_USER_SMALL_NO_OPTIONAL_DATA: u32 = 512u32;
|
1575
|
+
pub const DEBUG_FORMAT_USER_SMALL_PRIVATE_READ_WRITE_MEMORY: u32 = 256u32;
|
1576
|
+
pub const DEBUG_FORMAT_USER_SMALL_PROCESS_THREAD_DATA: u32 = 128u32;
|
1577
|
+
pub const DEBUG_FORMAT_USER_SMALL_SCAN_PARTIAL_PAGES: u32 = 268435456u32;
|
1578
|
+
pub const DEBUG_FORMAT_USER_SMALL_THREAD_INFO: u32 = 2048u32;
|
1579
|
+
pub const DEBUG_FORMAT_USER_SMALL_UNLOADED_MODULES: u32 = 4u32;
|
1580
|
+
pub const DEBUG_FORMAT_WRITE_CAB: u32 = 536870912u32;
|
1581
|
+
pub const DEBUG_FRAME_DEFAULT: u32 = 0u32;
|
1582
|
+
pub const DEBUG_FRAME_IGNORE_INLINE: u32 = 1u32;
|
1583
|
+
pub const DEBUG_GETFNENT_DEFAULT: u32 = 0u32;
|
1584
|
+
pub const DEBUG_GETFNENT_RAW_ENTRY_ONLY: u32 = 1u32;
|
1585
|
+
pub const DEBUG_GETMOD_DEFAULT: u32 = 0u32;
|
1586
|
+
pub const DEBUG_GETMOD_NO_LOADED_MODULES: u32 = 1u32;
|
1587
|
+
pub const DEBUG_GETMOD_NO_UNLOADED_MODULES: u32 = 2u32;
|
1588
|
+
pub const DEBUG_GET_PROC_DEFAULT: u32 = 0u32;
|
1589
|
+
pub const DEBUG_GET_PROC_FULL_MATCH: u32 = 1u32;
|
1590
|
+
pub const DEBUG_GET_PROC_ONLY_MATCH: u32 = 2u32;
|
1591
|
+
pub const DEBUG_GET_PROC_SERVICE_NAME: u32 = 4u32;
|
1592
|
+
#[repr(C)]
|
1593
|
+
#[derive(Clone, Copy)]
|
1594
|
+
pub struct DEBUG_GET_TEXT_COMPLETIONS_IN {
|
1595
|
+
pub Flags: u32,
|
1596
|
+
pub MatchCountLimit: u32,
|
1597
|
+
pub Reserved: [u64; 3],
|
1598
|
+
}
|
1599
|
+
impl Default for DEBUG_GET_TEXT_COMPLETIONS_IN {
|
1600
|
+
fn default() -> Self {
|
1601
|
+
unsafe { core::mem::zeroed() }
|
1602
|
+
}
|
1603
|
+
}
|
1604
|
+
pub const DEBUG_GET_TEXT_COMPLETIONS_IS_DOT_COMMAND: u32 = 1u32;
|
1605
|
+
pub const DEBUG_GET_TEXT_COMPLETIONS_IS_EXTENSION_COMMAND: u32 = 2u32;
|
1606
|
+
pub const DEBUG_GET_TEXT_COMPLETIONS_IS_SYMBOL: u32 = 4u32;
|
1607
|
+
pub const DEBUG_GET_TEXT_COMPLETIONS_NO_DOT_COMMANDS: u32 = 1u32;
|
1608
|
+
pub const DEBUG_GET_TEXT_COMPLETIONS_NO_EXTENSION_COMMANDS: u32 = 2u32;
|
1609
|
+
pub const DEBUG_GET_TEXT_COMPLETIONS_NO_SYMBOLS: u32 = 4u32;
|
1610
|
+
#[repr(C)]
|
1611
|
+
#[derive(Clone, Copy)]
|
1612
|
+
pub struct DEBUG_GET_TEXT_COMPLETIONS_OUT {
|
1613
|
+
pub Flags: u32,
|
1614
|
+
pub ReplaceIndex: u32,
|
1615
|
+
pub MatchCount: u32,
|
1616
|
+
pub Reserved1: u32,
|
1617
|
+
pub Reserved2: [u64; 2],
|
1618
|
+
}
|
1619
|
+
impl Default for DEBUG_GET_TEXT_COMPLETIONS_OUT {
|
1620
|
+
fn default() -> Self {
|
1621
|
+
unsafe { core::mem::zeroed() }
|
1622
|
+
}
|
1623
|
+
}
|
1624
|
+
pub const DEBUG_GSEL_ALLOW_HIGHER: u32 = 4u32;
|
1625
|
+
pub const DEBUG_GSEL_ALLOW_LOWER: u32 = 2u32;
|
1626
|
+
pub const DEBUG_GSEL_DEFAULT: u32 = 0u32;
|
1627
|
+
pub const DEBUG_GSEL_INLINE_CALLSITE: u32 = 16u32;
|
1628
|
+
pub const DEBUG_GSEL_NEAREST_ONLY: u32 = 8u32;
|
1629
|
+
pub const DEBUG_GSEL_NO_SYMBOL_LOADS: u32 = 1u32;
|
1630
|
+
#[repr(C)]
|
1631
|
+
#[derive(Clone, Copy, Default)]
|
1632
|
+
pub struct DEBUG_HANDLE_DATA_BASIC {
|
1633
|
+
pub TypeNameSize: u32,
|
1634
|
+
pub ObjectNameSize: u32,
|
1635
|
+
pub Attributes: u32,
|
1636
|
+
pub GrantedAccess: u32,
|
1637
|
+
pub HandleCount: u32,
|
1638
|
+
pub PointerCount: u32,
|
1639
|
+
}
|
1640
|
+
pub const DEBUG_HANDLE_DATA_TYPE_ALL_HANDLE_OPERATIONS: u32 = 10u32;
|
1641
|
+
pub const DEBUG_HANDLE_DATA_TYPE_BASIC: u32 = 0u32;
|
1642
|
+
pub const DEBUG_HANDLE_DATA_TYPE_HANDLE_COUNT: u32 = 3u32;
|
1643
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_EVENT_1: u32 = 13u32;
|
1644
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_1: u32 = 7u32;
|
1645
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_MUTANT_2: u32 = 8u32;
|
1646
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_1: u32 = 11u32;
|
1647
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_PROCESS_2: u32 = 12u32;
|
1648
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_SECTION_1: u32 = 14u32;
|
1649
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_SEMAPHORE_1: u32 = 15u32;
|
1650
|
+
pub const DEBUG_HANDLE_DATA_TYPE_MINI_THREAD_1: u32 = 6u32;
|
1651
|
+
pub const DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME: u32 = 2u32;
|
1652
|
+
pub const DEBUG_HANDLE_DATA_TYPE_OBJECT_NAME_WIDE: u32 = 5u32;
|
1653
|
+
pub const DEBUG_HANDLE_DATA_TYPE_PER_HANDLE_OPERATIONS: u32 = 9u32;
|
1654
|
+
pub const DEBUG_HANDLE_DATA_TYPE_TYPE_NAME: u32 = 1u32;
|
1655
|
+
pub const DEBUG_HANDLE_DATA_TYPE_TYPE_NAME_WIDE: u32 = 4u32;
|
1656
|
+
pub const DEBUG_INTERRUPT_ACTIVE: u32 = 0u32;
|
1657
|
+
pub const DEBUG_INTERRUPT_EXIT: u32 = 2u32;
|
1658
|
+
pub const DEBUG_INTERRUPT_PASSIVE: u32 = 1u32;
|
1659
|
+
pub const DEBUG_IOUTPUT_ADDR_TRANSLATE: u32 = 134217728u32;
|
1660
|
+
pub const DEBUG_IOUTPUT_BREAKPOINT: u32 = 536870912u32;
|
1661
|
+
pub const DEBUG_IOUTPUT_EVENT: u32 = 268435456u32;
|
1662
|
+
pub const DEBUG_IOUTPUT_KD_PROTOCOL: u32 = 2147483648u32;
|
1663
|
+
pub const DEBUG_IOUTPUT_REMOTING: u32 = 1073741824u32;
|
1664
|
+
#[repr(C)]
|
1665
|
+
#[derive(Clone, Copy)]
|
1666
|
+
pub struct DEBUG_IRP_INFO {
|
1667
|
+
pub SizeOfStruct: u32,
|
1668
|
+
pub IrpAddress: u64,
|
1669
|
+
pub IoStatus: u32,
|
1670
|
+
pub StackCount: u32,
|
1671
|
+
pub CurrentLocation: u32,
|
1672
|
+
pub MdlAddress: u64,
|
1673
|
+
pub Thread: u64,
|
1674
|
+
pub CancelRoutine: u64,
|
1675
|
+
pub CurrentStack: DEBUG_IRP_STACK_INFO,
|
1676
|
+
pub Stack: [DEBUG_IRP_STACK_INFO; 10],
|
1677
|
+
}
|
1678
|
+
impl Default for DEBUG_IRP_INFO {
|
1679
|
+
fn default() -> Self {
|
1680
|
+
unsafe { core::mem::zeroed() }
|
1681
|
+
}
|
1682
|
+
}
|
1683
|
+
#[repr(C)]
|
1684
|
+
#[derive(Clone, Copy, Default)]
|
1685
|
+
pub struct DEBUG_IRP_STACK_INFO {
|
1686
|
+
pub Major: u8,
|
1687
|
+
pub Minor: u8,
|
1688
|
+
pub DeviceObject: u64,
|
1689
|
+
pub FileObject: u64,
|
1690
|
+
pub CompletionRoutine: u64,
|
1691
|
+
pub StackAddress: u64,
|
1692
|
+
}
|
1693
|
+
pub const DEBUG_KERNEL_ACTIVE_DUMP: u32 = 1030u32;
|
1694
|
+
pub const DEBUG_KERNEL_CONNECTION: u32 = 0u32;
|
1695
|
+
pub const DEBUG_KERNEL_DUMP: u32 = 1025u32;
|
1696
|
+
pub const DEBUG_KERNEL_EXDI_DRIVER: u32 = 2u32;
|
1697
|
+
pub const DEBUG_KERNEL_FULL_DUMP: u32 = 1026u32;
|
1698
|
+
pub const DEBUG_KERNEL_IDNA: u32 = 3u32;
|
1699
|
+
pub const DEBUG_KERNEL_INSTALL_DRIVER: u32 = 4u32;
|
1700
|
+
pub const DEBUG_KERNEL_LOCAL: u32 = 1u32;
|
1701
|
+
pub const DEBUG_KERNEL_REPT: u32 = 5u32;
|
1702
|
+
pub const DEBUG_KERNEL_SMALL_DUMP: u32 = 1024u32;
|
1703
|
+
pub const DEBUG_KERNEL_TRACE_LOG: u32 = 1028u32;
|
1704
|
+
pub const DEBUG_KNOWN_STRUCT_GET_NAMES: u32 = 1u32;
|
1705
|
+
pub const DEBUG_KNOWN_STRUCT_GET_SINGLE_LINE_OUTPUT: u32 = 2u32;
|
1706
|
+
pub const DEBUG_KNOWN_STRUCT_SUPPRESS_TYPE_NAME: u32 = 3u32;
|
1707
|
+
#[repr(C)]
|
1708
|
+
#[derive(Clone, Copy, Default)]
|
1709
|
+
pub struct DEBUG_LAST_EVENT_INFO_BREAKPOINT {
|
1710
|
+
pub Id: u32,
|
1711
|
+
}
|
1712
|
+
#[repr(C)]
|
1713
|
+
#[derive(Clone, Copy, Default)]
|
1714
|
+
pub struct DEBUG_LAST_EVENT_INFO_EXCEPTION {
|
1715
|
+
pub ExceptionRecord: super::EXCEPTION_RECORD64,
|
1716
|
+
pub FirstChance: u32,
|
1717
|
+
}
|
1718
|
+
#[repr(C)]
|
1719
|
+
#[derive(Clone, Copy, Default)]
|
1720
|
+
pub struct DEBUG_LAST_EVENT_INFO_EXIT_PROCESS {
|
1721
|
+
pub ExitCode: u32,
|
1722
|
+
}
|
1723
|
+
#[repr(C)]
|
1724
|
+
#[derive(Clone, Copy, Default)]
|
1725
|
+
pub struct DEBUG_LAST_EVENT_INFO_EXIT_THREAD {
|
1726
|
+
pub ExitCode: u32,
|
1727
|
+
}
|
1728
|
+
#[repr(C)]
|
1729
|
+
#[derive(Clone, Copy, Default)]
|
1730
|
+
pub struct DEBUG_LAST_EVENT_INFO_LOAD_MODULE {
|
1731
|
+
pub Base: u64,
|
1732
|
+
}
|
1733
|
+
#[repr(C)]
|
1734
|
+
#[derive(Clone, Copy, Default)]
|
1735
|
+
pub struct DEBUG_LAST_EVENT_INFO_SERVICE_EXCEPTION {
|
1736
|
+
pub Kind: u32,
|
1737
|
+
pub DataSize: u32,
|
1738
|
+
pub Address: u64,
|
1739
|
+
}
|
1740
|
+
#[repr(C)]
|
1741
|
+
#[derive(Clone, Copy, Default)]
|
1742
|
+
pub struct DEBUG_LAST_EVENT_INFO_SYSTEM_ERROR {
|
1743
|
+
pub Error: u32,
|
1744
|
+
pub Level: u32,
|
1745
|
+
}
|
1746
|
+
#[repr(C)]
|
1747
|
+
#[derive(Clone, Copy, Default)]
|
1748
|
+
pub struct DEBUG_LAST_EVENT_INFO_UNLOAD_MODULE {
|
1749
|
+
pub Base: u64,
|
1750
|
+
}
|
1751
|
+
pub const DEBUG_LEVEL_ASSEMBLY: u32 = 1u32;
|
1752
|
+
pub const DEBUG_LEVEL_SOURCE: u32 = 0u32;
|
1753
|
+
pub const DEBUG_LIVE_USER_NON_INVASIVE: u32 = 33u32;
|
1754
|
+
pub const DEBUG_LOG_APPEND: u32 = 1u32;
|
1755
|
+
pub const DEBUG_LOG_DEFAULT: u32 = 0u32;
|
1756
|
+
pub const DEBUG_LOG_DML: u32 = 4u32;
|
1757
|
+
pub const DEBUG_LOG_UNICODE: u32 = 2u32;
|
1758
|
+
pub const DEBUG_MANAGED_ALLOWED: u32 = 1u32;
|
1759
|
+
pub const DEBUG_MANAGED_DISABLED: u32 = 0u32;
|
1760
|
+
pub const DEBUG_MANAGED_DLL_LOADED: u32 = 2u32;
|
1761
|
+
pub const DEBUG_MANRESET_DEFAULT: u32 = 0u32;
|
1762
|
+
pub const DEBUG_MANRESET_LOAD_DLL: u32 = 1u32;
|
1763
|
+
pub const DEBUG_MANSTR_LOADED_SUPPORT_DLL: u32 = 1u32;
|
1764
|
+
pub const DEBUG_MANSTR_LOAD_STATUS: u32 = 2u32;
|
1765
|
+
pub const DEBUG_MANSTR_NONE: u32 = 0u32;
|
1766
|
+
pub const DEBUG_MODNAME_IMAGE: u32 = 0u32;
|
1767
|
+
pub const DEBUG_MODNAME_LOADED_IMAGE: u32 = 2u32;
|
1768
|
+
pub const DEBUG_MODNAME_MAPPED_IMAGE: u32 = 4u32;
|
1769
|
+
pub const DEBUG_MODNAME_MODULE: u32 = 1u32;
|
1770
|
+
pub const DEBUG_MODNAME_SYMBOL_FILE: u32 = 3u32;
|
1771
|
+
#[repr(C)]
|
1772
|
+
#[derive(Clone, Copy, Default)]
|
1773
|
+
pub struct DEBUG_MODULE_AND_ID {
|
1774
|
+
pub ModuleBase: u64,
|
1775
|
+
pub Id: u64,
|
1776
|
+
}
|
1777
|
+
pub const DEBUG_MODULE_EXE_MODULE: u32 = 4u32;
|
1778
|
+
pub const DEBUG_MODULE_EXPLICIT: u32 = 8u32;
|
1779
|
+
pub const DEBUG_MODULE_LOADED: u32 = 0u32;
|
1780
|
+
#[repr(C)]
|
1781
|
+
#[derive(Clone, Copy)]
|
1782
|
+
pub struct DEBUG_MODULE_PARAMETERS {
|
1783
|
+
pub Base: u64,
|
1784
|
+
pub Size: u32,
|
1785
|
+
pub TimeDateStamp: u32,
|
1786
|
+
pub Checksum: u32,
|
1787
|
+
pub Flags: u32,
|
1788
|
+
pub SymbolType: u32,
|
1789
|
+
pub ImageNameSize: u32,
|
1790
|
+
pub ModuleNameSize: u32,
|
1791
|
+
pub LoadedImageNameSize: u32,
|
1792
|
+
pub SymbolFileNameSize: u32,
|
1793
|
+
pub MappedImageNameSize: u32,
|
1794
|
+
pub Reserved: [u64; 2],
|
1795
|
+
}
|
1796
|
+
impl Default for DEBUG_MODULE_PARAMETERS {
|
1797
|
+
fn default() -> Self {
|
1798
|
+
unsafe { core::mem::zeroed() }
|
1799
|
+
}
|
1800
|
+
}
|
1801
|
+
pub const DEBUG_MODULE_SECONDARY: u32 = 16u32;
|
1802
|
+
pub const DEBUG_MODULE_SYM_BAD_CHECKSUM: u32 = 65536u32;
|
1803
|
+
pub const DEBUG_MODULE_SYNTHETIC: u32 = 32u32;
|
1804
|
+
pub const DEBUG_MODULE_UNLOADED: u32 = 1u32;
|
1805
|
+
pub const DEBUG_MODULE_USER_MODE: u32 = 2u32;
|
1806
|
+
pub const DEBUG_NOTIFY_SESSION_ACCESSIBLE: u32 = 2u32;
|
1807
|
+
pub const DEBUG_NOTIFY_SESSION_ACTIVE: u32 = 0u32;
|
1808
|
+
pub const DEBUG_NOTIFY_SESSION_INACCESSIBLE: u32 = 3u32;
|
1809
|
+
pub const DEBUG_NOTIFY_SESSION_INACTIVE: u32 = 1u32;
|
1810
|
+
#[repr(C)]
|
1811
|
+
#[derive(Clone, Copy, Default)]
|
1812
|
+
pub struct DEBUG_OFFSET_REGION {
|
1813
|
+
pub Base: u64,
|
1814
|
+
pub Size: u64,
|
1815
|
+
}
|
1816
|
+
pub const DEBUG_OFFSINFO_VIRTUAL_SOURCE: u32 = 1u32;
|
1817
|
+
pub const DEBUG_OUTCBF_COMBINED_EXPLICIT_FLUSH: u32 = 1u32;
|
1818
|
+
pub const DEBUG_OUTCBF_DML_HAS_SPECIAL_CHARACTERS: u32 = 4u32;
|
1819
|
+
pub const DEBUG_OUTCBF_DML_HAS_TAGS: u32 = 2u32;
|
1820
|
+
pub const DEBUG_OUTCBI_ANY_FORMAT: u32 = 6u32;
|
1821
|
+
pub const DEBUG_OUTCBI_DML: u32 = 4u32;
|
1822
|
+
pub const DEBUG_OUTCBI_EXPLICIT_FLUSH: u32 = 1u32;
|
1823
|
+
pub const DEBUG_OUTCBI_TEXT: u32 = 2u32;
|
1824
|
+
pub const DEBUG_OUTCB_DML: u32 = 1u32;
|
1825
|
+
pub const DEBUG_OUTCB_EXPLICIT_FLUSH: u32 = 2u32;
|
1826
|
+
pub const DEBUG_OUTCB_TEXT: u32 = 0u32;
|
1827
|
+
pub const DEBUG_OUTCTL_ALL_CLIENTS: u32 = 1u32;
|
1828
|
+
pub const DEBUG_OUTCTL_ALL_OTHER_CLIENTS: u32 = 2u32;
|
1829
|
+
pub const DEBUG_OUTCTL_AMBIENT: u32 = 4294967295u32;
|
1830
|
+
pub const DEBUG_OUTCTL_AMBIENT_DML: u32 = 4294967294u32;
|
1831
|
+
pub const DEBUG_OUTCTL_AMBIENT_TEXT: u32 = 4294967295u32;
|
1832
|
+
pub const DEBUG_OUTCTL_DML: u32 = 32u32;
|
1833
|
+
pub const DEBUG_OUTCTL_IGNORE: u32 = 3u32;
|
1834
|
+
pub const DEBUG_OUTCTL_LOG_ONLY: u32 = 4u32;
|
1835
|
+
pub const DEBUG_OUTCTL_NOT_LOGGED: u32 = 8u32;
|
1836
|
+
pub const DEBUG_OUTCTL_OVERRIDE_MASK: u32 = 16u32;
|
1837
|
+
pub const DEBUG_OUTCTL_SEND_MASK: u32 = 7u32;
|
1838
|
+
pub const DEBUG_OUTCTL_THIS_CLIENT: u32 = 0u32;
|
1839
|
+
pub const DEBUG_OUTPUT_DEBUGGEE: u32 = 128u32;
|
1840
|
+
pub const DEBUG_OUTPUT_DEBUGGEE_PROMPT: u32 = 256u32;
|
1841
|
+
pub const DEBUG_OUTPUT_ERROR: u32 = 2u32;
|
1842
|
+
pub const DEBUG_OUTPUT_EXTENSION_WARNING: u32 = 64u32;
|
1843
|
+
pub const DEBUG_OUTPUT_IDENTITY_DEFAULT: u32 = 0u32;
|
1844
|
+
pub const DEBUG_OUTPUT_NAME_END: windows_sys::core::PCSTR = windows_sys::core::s!("**NAME**");
|
1845
|
+
pub const DEBUG_OUTPUT_NAME_END_T: windows_sys::core::PCWSTR = windows_sys::core::w!("**NAME**");
|
1846
|
+
pub const DEBUG_OUTPUT_NAME_END_WIDE: windows_sys::core::PCWSTR = windows_sys::core::w!("**NAME**");
|
1847
|
+
pub const DEBUG_OUTPUT_NORMAL: u32 = 1u32;
|
1848
|
+
pub const DEBUG_OUTPUT_OFFSET_END: windows_sys::core::PCSTR = windows_sys::core::s!("**OFF**");
|
1849
|
+
pub const DEBUG_OUTPUT_OFFSET_END_T: windows_sys::core::PCWSTR = windows_sys::core::w!("**OFF**");
|
1850
|
+
pub const DEBUG_OUTPUT_OFFSET_END_WIDE: windows_sys::core::PCWSTR = windows_sys::core::w!("**OFF**");
|
1851
|
+
pub const DEBUG_OUTPUT_PROMPT: u32 = 16u32;
|
1852
|
+
pub const DEBUG_OUTPUT_PROMPT_REGISTERS: u32 = 32u32;
|
1853
|
+
pub const DEBUG_OUTPUT_STATUS: u32 = 1024u32;
|
1854
|
+
pub const DEBUG_OUTPUT_SYMBOLS: u32 = 512u32;
|
1855
|
+
pub const DEBUG_OUTPUT_SYMBOLS_DEFAULT: u32 = 0u32;
|
1856
|
+
pub const DEBUG_OUTPUT_SYMBOLS_NO_NAMES: u32 = 1u32;
|
1857
|
+
pub const DEBUG_OUTPUT_SYMBOLS_NO_OFFSETS: u32 = 2u32;
|
1858
|
+
pub const DEBUG_OUTPUT_SYMBOLS_NO_TYPES: u32 = 16u32;
|
1859
|
+
pub const DEBUG_OUTPUT_SYMBOLS_NO_VALUES: u32 = 4u32;
|
1860
|
+
pub const DEBUG_OUTPUT_TYPE_END: windows_sys::core::PCSTR = windows_sys::core::s!("**TYPE**");
|
1861
|
+
pub const DEBUG_OUTPUT_TYPE_END_T: windows_sys::core::PCWSTR = windows_sys::core::w!("**TYPE**");
|
1862
|
+
pub const DEBUG_OUTPUT_TYPE_END_WIDE: windows_sys::core::PCWSTR = windows_sys::core::w!("**TYPE**");
|
1863
|
+
pub const DEBUG_OUTPUT_VALUE_END: windows_sys::core::PCSTR = windows_sys::core::s!("**VALUE**");
|
1864
|
+
pub const DEBUG_OUTPUT_VALUE_END_T: windows_sys::core::PCWSTR = windows_sys::core::w!("**VALUE**");
|
1865
|
+
pub const DEBUG_OUTPUT_VALUE_END_WIDE: windows_sys::core::PCWSTR = windows_sys::core::w!("**VALUE**");
|
1866
|
+
pub const DEBUG_OUTPUT_VERBOSE: u32 = 8u32;
|
1867
|
+
pub const DEBUG_OUTPUT_WARNING: u32 = 4u32;
|
1868
|
+
pub const DEBUG_OUTPUT_XML: u32 = 2048u32;
|
1869
|
+
pub const DEBUG_OUTSYM_ALLOW_DISPLACEMENT: u32 = 4u32;
|
1870
|
+
pub const DEBUG_OUTSYM_DEFAULT: u32 = 0u32;
|
1871
|
+
pub const DEBUG_OUTSYM_FORCE_OFFSET: u32 = 1u32;
|
1872
|
+
pub const DEBUG_OUTSYM_SOURCE_LINE: u32 = 2u32;
|
1873
|
+
pub const DEBUG_OUTTYPE_ADDRESS_AT_END: u32 = 131072u32;
|
1874
|
+
pub const DEBUG_OUTTYPE_ADDRESS_OF_FIELD: u32 = 65536u32;
|
1875
|
+
pub const DEBUG_OUTTYPE_BLOCK_RECURSE: u32 = 2097152u32;
|
1876
|
+
pub const DEBUG_OUTTYPE_COMPACT_OUTPUT: u32 = 8u32;
|
1877
|
+
pub const DEBUG_OUTTYPE_DEFAULT: u32 = 0u32;
|
1878
|
+
pub const DEBUG_OUTTYPE_NO_INDENT: u32 = 1u32;
|
1879
|
+
pub const DEBUG_OUTTYPE_NO_OFFSET: u32 = 2u32;
|
1880
|
+
pub const DEBUG_OUTTYPE_VERBOSE: u32 = 4u32;
|
1881
|
+
pub const DEBUG_OUT_TEXT_REPL_DEFAULT: u32 = 0u32;
|
1882
|
+
pub const DEBUG_PHYSICAL_CACHED: u32 = 1u32;
|
1883
|
+
pub const DEBUG_PHYSICAL_DEFAULT: u32 = 0u32;
|
1884
|
+
pub const DEBUG_PHYSICAL_UNCACHED: u32 = 2u32;
|
1885
|
+
pub const DEBUG_PHYSICAL_WRITE_COMBINED: u32 = 3u32;
|
1886
|
+
#[repr(C)]
|
1887
|
+
#[derive(Clone, Copy, Default)]
|
1888
|
+
pub struct DEBUG_PNP_TRIAGE_INFO {
|
1889
|
+
pub SizeOfStruct: u32,
|
1890
|
+
pub Lock_Address: u64,
|
1891
|
+
pub Lock_ActiveCount: i32,
|
1892
|
+
pub Lock_ContentionCount: u32,
|
1893
|
+
pub Lock_NumberOfExclusiveWaiters: u32,
|
1894
|
+
pub Lock_NumberOfSharedWaiters: u32,
|
1895
|
+
pub Lock_Flag: u16,
|
1896
|
+
pub TriagedThread: u64,
|
1897
|
+
pub ThreadCount: i32,
|
1898
|
+
pub TriagedThread_WaitTime: u64,
|
1899
|
+
}
|
1900
|
+
#[repr(C)]
|
1901
|
+
#[derive(Clone, Copy)]
|
1902
|
+
pub struct DEBUG_POOLTAG_DESCRIPTION {
|
1903
|
+
pub SizeOfStruct: u32,
|
1904
|
+
pub PoolTag: u32,
|
1905
|
+
pub Description: [i8; 260],
|
1906
|
+
pub Binary: [i8; 32],
|
1907
|
+
pub Owner: [i8; 32],
|
1908
|
+
}
|
1909
|
+
impl Default for DEBUG_POOLTAG_DESCRIPTION {
|
1910
|
+
fn default() -> Self {
|
1911
|
+
unsafe { core::mem::zeroed() }
|
1912
|
+
}
|
1913
|
+
}
|
1914
|
+
#[repr(C)]
|
1915
|
+
#[derive(Clone, Copy)]
|
1916
|
+
pub struct DEBUG_POOL_DATA {
|
1917
|
+
pub SizeofStruct: u32,
|
1918
|
+
pub PoolBlock: u64,
|
1919
|
+
pub Pool: u64,
|
1920
|
+
pub PreviousSize: u32,
|
1921
|
+
pub Size: u32,
|
1922
|
+
pub PoolTag: u32,
|
1923
|
+
pub ProcessBilled: u64,
|
1924
|
+
pub Anonymous: DEBUG_POOL_DATA_0,
|
1925
|
+
pub Reserved2: [u64; 4],
|
1926
|
+
pub PoolTagDescription: [i8; 64],
|
1927
|
+
}
|
1928
|
+
impl Default for DEBUG_POOL_DATA {
|
1929
|
+
fn default() -> Self {
|
1930
|
+
unsafe { core::mem::zeroed() }
|
1931
|
+
}
|
1932
|
+
}
|
1933
|
+
#[repr(C)]
|
1934
|
+
#[derive(Clone, Copy)]
|
1935
|
+
pub union DEBUG_POOL_DATA_0 {
|
1936
|
+
pub Anonymous: DEBUG_POOL_DATA_0_0,
|
1937
|
+
pub AsUlong: u32,
|
1938
|
+
}
|
1939
|
+
impl Default for DEBUG_POOL_DATA_0 {
|
1940
|
+
fn default() -> Self {
|
1941
|
+
unsafe { core::mem::zeroed() }
|
1942
|
+
}
|
1943
|
+
}
|
1944
|
+
#[repr(C)]
|
1945
|
+
#[derive(Clone, Copy, Default)]
|
1946
|
+
pub struct DEBUG_POOL_DATA_0_0 {
|
1947
|
+
pub _bitfield: u32,
|
1948
|
+
}
|
1949
|
+
pub type DEBUG_POOL_REGION = i32;
|
1950
|
+
#[repr(C)]
|
1951
|
+
#[derive(Clone, Copy)]
|
1952
|
+
pub union DEBUG_PROCESSOR_IDENTIFICATION_ALL {
|
1953
|
+
pub Alpha: DEBUG_PROCESSOR_IDENTIFICATION_ALPHA,
|
1954
|
+
pub Amd64: DEBUG_PROCESSOR_IDENTIFICATION_AMD64,
|
1955
|
+
pub Ia64: DEBUG_PROCESSOR_IDENTIFICATION_IA64,
|
1956
|
+
pub X86: DEBUG_PROCESSOR_IDENTIFICATION_X86,
|
1957
|
+
pub Arm: DEBUG_PROCESSOR_IDENTIFICATION_ARM,
|
1958
|
+
pub Arm64: DEBUG_PROCESSOR_IDENTIFICATION_ARM64,
|
1959
|
+
}
|
1960
|
+
impl Default for DEBUG_PROCESSOR_IDENTIFICATION_ALL {
|
1961
|
+
fn default() -> Self {
|
1962
|
+
unsafe { core::mem::zeroed() }
|
1963
|
+
}
|
1964
|
+
}
|
1965
|
+
#[repr(C)]
|
1966
|
+
#[derive(Clone, Copy, Default)]
|
1967
|
+
pub struct DEBUG_PROCESSOR_IDENTIFICATION_ALPHA {
|
1968
|
+
pub Type: u32,
|
1969
|
+
pub Revision: u32,
|
1970
|
+
}
|
1971
|
+
#[repr(C)]
|
1972
|
+
#[derive(Clone, Copy)]
|
1973
|
+
pub struct DEBUG_PROCESSOR_IDENTIFICATION_AMD64 {
|
1974
|
+
pub Family: u32,
|
1975
|
+
pub Model: u32,
|
1976
|
+
pub Stepping: u32,
|
1977
|
+
pub VendorString: [i8; 16],
|
1978
|
+
}
|
1979
|
+
impl Default for DEBUG_PROCESSOR_IDENTIFICATION_AMD64 {
|
1980
|
+
fn default() -> Self {
|
1981
|
+
unsafe { core::mem::zeroed() }
|
1982
|
+
}
|
1983
|
+
}
|
1984
|
+
#[repr(C)]
|
1985
|
+
#[derive(Clone, Copy)]
|
1986
|
+
pub struct DEBUG_PROCESSOR_IDENTIFICATION_ARM {
|
1987
|
+
pub Model: u32,
|
1988
|
+
pub Revision: u32,
|
1989
|
+
pub VendorString: [i8; 16],
|
1990
|
+
}
|
1991
|
+
impl Default for DEBUG_PROCESSOR_IDENTIFICATION_ARM {
|
1992
|
+
fn default() -> Self {
|
1993
|
+
unsafe { core::mem::zeroed() }
|
1994
|
+
}
|
1995
|
+
}
|
1996
|
+
#[repr(C)]
|
1997
|
+
#[derive(Clone, Copy)]
|
1998
|
+
pub struct DEBUG_PROCESSOR_IDENTIFICATION_ARM64 {
|
1999
|
+
pub Model: u32,
|
2000
|
+
pub Revision: u32,
|
2001
|
+
pub VendorString: [i8; 16],
|
2002
|
+
}
|
2003
|
+
impl Default for DEBUG_PROCESSOR_IDENTIFICATION_ARM64 {
|
2004
|
+
fn default() -> Self {
|
2005
|
+
unsafe { core::mem::zeroed() }
|
2006
|
+
}
|
2007
|
+
}
|
2008
|
+
#[repr(C)]
|
2009
|
+
#[derive(Clone, Copy)]
|
2010
|
+
pub struct DEBUG_PROCESSOR_IDENTIFICATION_IA64 {
|
2011
|
+
pub Model: u32,
|
2012
|
+
pub Revision: u32,
|
2013
|
+
pub Family: u32,
|
2014
|
+
pub ArchRev: u32,
|
2015
|
+
pub VendorString: [i8; 16],
|
2016
|
+
}
|
2017
|
+
impl Default for DEBUG_PROCESSOR_IDENTIFICATION_IA64 {
|
2018
|
+
fn default() -> Self {
|
2019
|
+
unsafe { core::mem::zeroed() }
|
2020
|
+
}
|
2021
|
+
}
|
2022
|
+
#[repr(C)]
|
2023
|
+
#[derive(Clone, Copy)]
|
2024
|
+
pub struct DEBUG_PROCESSOR_IDENTIFICATION_X86 {
|
2025
|
+
pub Family: u32,
|
2026
|
+
pub Model: u32,
|
2027
|
+
pub Stepping: u32,
|
2028
|
+
pub VendorString: [i8; 16],
|
2029
|
+
}
|
2030
|
+
impl Default for DEBUG_PROCESSOR_IDENTIFICATION_X86 {
|
2031
|
+
fn default() -> Self {
|
2032
|
+
unsafe { core::mem::zeroed() }
|
2033
|
+
}
|
2034
|
+
}
|
2035
|
+
pub const DEBUG_PROCESS_DETACH_ON_EXIT: u32 = 1u32;
|
2036
|
+
pub const DEBUG_PROCESS_ONLY_THIS_PROCESS: u32 = 2u32;
|
2037
|
+
pub const DEBUG_PROC_DESC_DEFAULT: u32 = 0u32;
|
2038
|
+
pub const DEBUG_PROC_DESC_NO_COMMAND_LINE: u32 = 8u32;
|
2039
|
+
pub const DEBUG_PROC_DESC_NO_MTS_PACKAGES: u32 = 4u32;
|
2040
|
+
pub const DEBUG_PROC_DESC_NO_PATHS: u32 = 1u32;
|
2041
|
+
pub const DEBUG_PROC_DESC_NO_SERVICES: u32 = 2u32;
|
2042
|
+
pub const DEBUG_PROC_DESC_NO_SESSION_ID: u32 = 16u32;
|
2043
|
+
pub const DEBUG_PROC_DESC_NO_USER_NAME: u32 = 32u32;
|
2044
|
+
pub const DEBUG_PROC_DESC_WITH_ARCHITECTURE: u32 = 128u32;
|
2045
|
+
pub const DEBUG_PROC_DESC_WITH_PACKAGEFAMILY: u32 = 64u32;
|
2046
|
+
#[repr(C)]
|
2047
|
+
#[derive(Clone, Copy)]
|
2048
|
+
pub struct DEBUG_READ_USER_MINIDUMP_STREAM {
|
2049
|
+
pub StreamType: u32,
|
2050
|
+
pub Flags: u32,
|
2051
|
+
pub Offset: u64,
|
2052
|
+
pub Buffer: *mut core::ffi::c_void,
|
2053
|
+
pub BufferSize: u32,
|
2054
|
+
pub BufferUsed: u32,
|
2055
|
+
}
|
2056
|
+
impl Default for DEBUG_READ_USER_MINIDUMP_STREAM {
|
2057
|
+
fn default() -> Self {
|
2058
|
+
unsafe { core::mem::zeroed() }
|
2059
|
+
}
|
2060
|
+
}
|
2061
|
+
pub const DEBUG_REGISTERS_ALL: u32 = 7u32;
|
2062
|
+
pub const DEBUG_REGISTERS_DEFAULT: u32 = 0u32;
|
2063
|
+
pub const DEBUG_REGISTERS_FLOAT: u32 = 4u32;
|
2064
|
+
pub const DEBUG_REGISTERS_INT32: u32 = 1u32;
|
2065
|
+
pub const DEBUG_REGISTERS_INT64: u32 = 2u32;
|
2066
|
+
#[repr(C)]
|
2067
|
+
#[derive(Clone, Copy, Default)]
|
2068
|
+
pub struct DEBUG_REGISTER_DESCRIPTION {
|
2069
|
+
pub Type: u32,
|
2070
|
+
pub Flags: u32,
|
2071
|
+
pub SubregMaster: u32,
|
2072
|
+
pub SubregLength: u32,
|
2073
|
+
pub SubregMask: u64,
|
2074
|
+
pub SubregShift: u32,
|
2075
|
+
pub Reserved0: u32,
|
2076
|
+
}
|
2077
|
+
pub const DEBUG_REGISTER_SUB_REGISTER: u32 = 1u32;
|
2078
|
+
pub const DEBUG_REGSRC_DEBUGGEE: u32 = 0u32;
|
2079
|
+
pub const DEBUG_REGSRC_EXPLICIT: u32 = 1u32;
|
2080
|
+
pub const DEBUG_REGSRC_FRAME: u32 = 2u32;
|
2081
|
+
pub const DEBUG_REQUEST_ADD_CACHED_SYMBOL_INFO: u32 = 16u32;
|
2082
|
+
pub const DEBUG_REQUEST_CLOSE_TOKEN: u32 = 30u32;
|
2083
|
+
pub const DEBUG_REQUEST_CURRENT_OUTPUT_CALLBACKS_ARE_DML_AWARE: u32 = 19u32;
|
2084
|
+
pub const DEBUG_REQUEST_DUPLICATE_TOKEN: u32 = 28u32;
|
2085
|
+
pub const DEBUG_REQUEST_EXT_TYPED_DATA_ANSI: u32 = 12u32;
|
2086
|
+
pub const DEBUG_REQUEST_GET_ADDITIONAL_CREATE_OPTIONS: u32 = 4u32;
|
2087
|
+
pub const DEBUG_REQUEST_GET_CACHED_SYMBOL_INFO: u32 = 15u32;
|
2088
|
+
pub const DEBUG_REQUEST_GET_CAPTURED_EVENT_CODE_OFFSET: u32 = 10u32;
|
2089
|
+
pub const DEBUG_REQUEST_GET_DUMP_HEADER: u32 = 21u32;
|
2090
|
+
pub const DEBUG_REQUEST_GET_EXTENSION_SEARCH_PATH_WIDE: u32 = 13u32;
|
2091
|
+
pub const DEBUG_REQUEST_GET_IMAGE_ARCHITECTURE: u32 = 39u32;
|
2092
|
+
pub const DEBUG_REQUEST_GET_INSTRUMENTATION_VERSION: u32 = 37u32;
|
2093
|
+
pub const DEBUG_REQUEST_GET_MODULE_ARCHITECTURE: u32 = 38u32;
|
2094
|
+
pub const DEBUG_REQUEST_GET_OFFSET_UNWIND_INFORMATION: u32 = 20u32;
|
2095
|
+
pub const DEBUG_REQUEST_GET_TEXT_COMPLETIONS_ANSI: u32 = 18u32;
|
2096
|
+
pub const DEBUG_REQUEST_GET_TEXT_COMPLETIONS_WIDE: u32 = 14u32;
|
2097
|
+
pub const DEBUG_REQUEST_GET_WIN32_MAJOR_MINOR_VERSIONS: u32 = 6u32;
|
2098
|
+
pub const DEBUG_REQUEST_INLINE_QUERY: u32 = 35u32;
|
2099
|
+
pub const DEBUG_REQUEST_MIDORI: u32 = 23u32;
|
2100
|
+
pub const DEBUG_REQUEST_MISC_INFORMATION: u32 = 25u32;
|
2101
|
+
pub const DEBUG_REQUEST_OPEN_PROCESS_TOKEN: u32 = 26u32;
|
2102
|
+
pub const DEBUG_REQUEST_OPEN_THREAD_TOKEN: u32 = 27u32;
|
2103
|
+
pub const DEBUG_REQUEST_PROCESS_DESCRIPTORS: u32 = 24u32;
|
2104
|
+
pub const DEBUG_REQUEST_QUERY_INFO_TOKEN: u32 = 29u32;
|
2105
|
+
pub const DEBUG_REQUEST_READ_CAPTURED_EVENT_CODE_STREAM: u32 = 11u32;
|
2106
|
+
pub const DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM: u32 = 7u32;
|
2107
|
+
pub const DEBUG_REQUEST_REMOVE_CACHED_SYMBOL_INFO: u32 = 17u32;
|
2108
|
+
pub const DEBUG_REQUEST_RESUME_THREAD: u32 = 34u32;
|
2109
|
+
pub const DEBUG_REQUEST_SET_ADDITIONAL_CREATE_OPTIONS: u32 = 5u32;
|
2110
|
+
pub const DEBUG_REQUEST_SET_DUMP_HEADER: u32 = 22u32;
|
2111
|
+
pub const DEBUG_REQUEST_SET_LOCAL_IMPLICIT_COMMAND_LINE: u32 = 9u32;
|
2112
|
+
pub const DEBUG_REQUEST_SOURCE_PATH_HAS_SOURCE_SERVER: u32 = 0u32;
|
2113
|
+
pub const DEBUG_REQUEST_TARGET_CAN_DETACH: u32 = 8u32;
|
2114
|
+
pub const DEBUG_REQUEST_TARGET_EXCEPTION_CONTEXT: u32 = 1u32;
|
2115
|
+
pub const DEBUG_REQUEST_TARGET_EXCEPTION_RECORD: u32 = 3u32;
|
2116
|
+
pub const DEBUG_REQUEST_TARGET_EXCEPTION_THREAD: u32 = 2u32;
|
2117
|
+
pub const DEBUG_REQUEST_TL_INSTRUMENTATION_AWARE: u32 = 36u32;
|
2118
|
+
pub const DEBUG_REQUEST_WOW_MODULE: u32 = 32u32;
|
2119
|
+
pub const DEBUG_REQUEST_WOW_PROCESS: u32 = 31u32;
|
2120
|
+
pub const DEBUG_SCOPE_GROUP_ALL: u32 = 3u32;
|
2121
|
+
pub const DEBUG_SCOPE_GROUP_ARGUMENTS: u32 = 1u32;
|
2122
|
+
pub const DEBUG_SCOPE_GROUP_BY_DATAMODEL: u32 = 4u32;
|
2123
|
+
pub const DEBUG_SCOPE_GROUP_LOCALS: u32 = 2u32;
|
2124
|
+
pub const DEBUG_SERVERS_ALL: u32 = 3u32;
|
2125
|
+
pub const DEBUG_SERVERS_DEBUGGER: u32 = 1u32;
|
2126
|
+
pub const DEBUG_SERVERS_PROCESS: u32 = 2u32;
|
2127
|
+
pub const DEBUG_SESSION_ACTIVE: u32 = 0u32;
|
2128
|
+
pub const DEBUG_SESSION_END: u32 = 4u32;
|
2129
|
+
pub const DEBUG_SESSION_END_SESSION_ACTIVE_DETACH: u32 = 2u32;
|
2130
|
+
pub const DEBUG_SESSION_END_SESSION_ACTIVE_TERMINATE: u32 = 1u32;
|
2131
|
+
pub const DEBUG_SESSION_END_SESSION_PASSIVE: u32 = 3u32;
|
2132
|
+
pub const DEBUG_SESSION_FAILURE: u32 = 7u32;
|
2133
|
+
pub const DEBUG_SESSION_HIBERNATE: u32 = 6u32;
|
2134
|
+
pub const DEBUG_SESSION_REBOOT: u32 = 5u32;
|
2135
|
+
#[repr(C)]
|
2136
|
+
#[derive(Clone, Copy)]
|
2137
|
+
pub struct DEBUG_SMBIOS_INFO {
|
2138
|
+
pub SizeOfStruct: u32,
|
2139
|
+
pub SmbiosMajorVersion: u8,
|
2140
|
+
pub SmbiosMinorVersion: u8,
|
2141
|
+
pub DMIVersion: u8,
|
2142
|
+
pub TableSize: u32,
|
2143
|
+
pub BiosMajorRelease: u8,
|
2144
|
+
pub BiosMinorRelease: u8,
|
2145
|
+
pub FirmwareMajorRelease: u8,
|
2146
|
+
pub FirmwareMinorRelease: u8,
|
2147
|
+
pub BaseBoardManufacturer: [i8; 64],
|
2148
|
+
pub BaseBoardProduct: [i8; 64],
|
2149
|
+
pub BaseBoardVersion: [i8; 64],
|
2150
|
+
pub BiosReleaseDate: [i8; 64],
|
2151
|
+
pub BiosVendor: [i8; 64],
|
2152
|
+
pub BiosVersion: [i8; 64],
|
2153
|
+
pub SystemFamily: [i8; 64],
|
2154
|
+
pub SystemManufacturer: [i8; 64],
|
2155
|
+
pub SystemProductName: [i8; 64],
|
2156
|
+
pub SystemSKU: [i8; 64],
|
2157
|
+
pub SystemVersion: [i8; 64],
|
2158
|
+
}
|
2159
|
+
impl Default for DEBUG_SMBIOS_INFO {
|
2160
|
+
fn default() -> Self {
|
2161
|
+
unsafe { core::mem::zeroed() }
|
2162
|
+
}
|
2163
|
+
}
|
2164
|
+
pub const DEBUG_SOURCE_IS_STATEMENT: u32 = 1u32;
|
2165
|
+
#[repr(C)]
|
2166
|
+
#[derive(Clone, Copy, Default)]
|
2167
|
+
pub struct DEBUG_SPECIFIC_FILTER_PARAMETERS {
|
2168
|
+
pub ExecutionOption: u32,
|
2169
|
+
pub ContinueOption: u32,
|
2170
|
+
pub TextSize: u32,
|
2171
|
+
pub CommandSize: u32,
|
2172
|
+
pub ArgumentSize: u32,
|
2173
|
+
}
|
2174
|
+
pub const DEBUG_SRCFILE_SYMBOL_CHECKSUMINFO: u32 = 2u32;
|
2175
|
+
pub const DEBUG_SRCFILE_SYMBOL_TOKEN: u32 = 0u32;
|
2176
|
+
pub const DEBUG_SRCFILE_SYMBOL_TOKEN_SOURCE_COMMAND_WIDE: u32 = 1u32;
|
2177
|
+
pub const DEBUG_STACK_ARGUMENTS: u32 = 1u32;
|
2178
|
+
pub const DEBUG_STACK_COLUMN_NAMES: u32 = 16u32;
|
2179
|
+
pub const DEBUG_STACK_DML: u32 = 2048u32;
|
2180
|
+
#[repr(C)]
|
2181
|
+
#[derive(Clone, Copy)]
|
2182
|
+
pub struct DEBUG_STACK_FRAME {
|
2183
|
+
pub InstructionOffset: u64,
|
2184
|
+
pub ReturnOffset: u64,
|
2185
|
+
pub FrameOffset: u64,
|
2186
|
+
pub StackOffset: u64,
|
2187
|
+
pub FuncTableEntry: u64,
|
2188
|
+
pub Params: [u64; 4],
|
2189
|
+
pub Reserved: [u64; 6],
|
2190
|
+
pub Virtual: windows_sys::core::BOOL,
|
2191
|
+
pub FrameNumber: u32,
|
2192
|
+
}
|
2193
|
+
impl Default for DEBUG_STACK_FRAME {
|
2194
|
+
fn default() -> Self {
|
2195
|
+
unsafe { core::mem::zeroed() }
|
2196
|
+
}
|
2197
|
+
}
|
2198
|
+
pub const DEBUG_STACK_FRAME_ADDRESSES: u32 = 8u32;
|
2199
|
+
pub const DEBUG_STACK_FRAME_ADDRESSES_RA_ONLY: u32 = 256u32;
|
2200
|
+
pub const DEBUG_STACK_FRAME_ARCH: u32 = 16384u32;
|
2201
|
+
#[repr(C)]
|
2202
|
+
#[derive(Clone, Copy)]
|
2203
|
+
pub struct DEBUG_STACK_FRAME_EX {
|
2204
|
+
pub InstructionOffset: u64,
|
2205
|
+
pub ReturnOffset: u64,
|
2206
|
+
pub FrameOffset: u64,
|
2207
|
+
pub StackOffset: u64,
|
2208
|
+
pub FuncTableEntry: u64,
|
2209
|
+
pub Params: [u64; 4],
|
2210
|
+
pub Reserved: [u64; 6],
|
2211
|
+
pub Virtual: windows_sys::core::BOOL,
|
2212
|
+
pub FrameNumber: u32,
|
2213
|
+
pub InlineFrameContext: u32,
|
2214
|
+
pub Reserved1: u32,
|
2215
|
+
}
|
2216
|
+
impl Default for DEBUG_STACK_FRAME_EX {
|
2217
|
+
fn default() -> Self {
|
2218
|
+
unsafe { core::mem::zeroed() }
|
2219
|
+
}
|
2220
|
+
}
|
2221
|
+
pub const DEBUG_STACK_FRAME_MEMORY_USAGE: u32 = 512u32;
|
2222
|
+
pub const DEBUG_STACK_FRAME_NUMBERS: u32 = 64u32;
|
2223
|
+
pub const DEBUG_STACK_FRAME_OFFSETS: u32 = 4096u32;
|
2224
|
+
pub const DEBUG_STACK_FUNCTION_INFO: u32 = 2u32;
|
2225
|
+
pub const DEBUG_STACK_NONVOLATILE_REGISTERS: u32 = 32u32;
|
2226
|
+
pub const DEBUG_STACK_PARAMETERS: u32 = 128u32;
|
2227
|
+
pub const DEBUG_STACK_PARAMETERS_NEWLINE: u32 = 1024u32;
|
2228
|
+
pub const DEBUG_STACK_PROVIDER: u32 = 8192u32;
|
2229
|
+
pub const DEBUG_STACK_SOURCE_LINE: u32 = 4u32;
|
2230
|
+
pub const DEBUG_STATUS_BREAK: u32 = 6u32;
|
2231
|
+
pub const DEBUG_STATUS_GO: u32 = 1u32;
|
2232
|
+
pub const DEBUG_STATUS_GO_HANDLED: u32 = 2u32;
|
2233
|
+
pub const DEBUG_STATUS_GO_NOT_HANDLED: u32 = 3u32;
|
2234
|
+
pub const DEBUG_STATUS_IGNORE_EVENT: u32 = 9u32;
|
2235
|
+
pub const DEBUG_STATUS_INSIDE_WAIT: u64 = 4294967296u64;
|
2236
|
+
pub const DEBUG_STATUS_MASK: u32 = 31u32;
|
2237
|
+
pub const DEBUG_STATUS_NO_CHANGE: u32 = 0u32;
|
2238
|
+
pub const DEBUG_STATUS_NO_DEBUGGEE: u32 = 7u32;
|
2239
|
+
pub const DEBUG_STATUS_OUT_OF_SYNC: u32 = 15u32;
|
2240
|
+
pub const DEBUG_STATUS_RESTART_REQUESTED: u32 = 10u32;
|
2241
|
+
pub const DEBUG_STATUS_REVERSE_GO: u32 = 11u32;
|
2242
|
+
pub const DEBUG_STATUS_REVERSE_STEP_BRANCH: u32 = 12u32;
|
2243
|
+
pub const DEBUG_STATUS_REVERSE_STEP_INTO: u32 = 14u32;
|
2244
|
+
pub const DEBUG_STATUS_REVERSE_STEP_OVER: u32 = 13u32;
|
2245
|
+
pub const DEBUG_STATUS_STEP_BRANCH: u32 = 8u32;
|
2246
|
+
pub const DEBUG_STATUS_STEP_INTO: u32 = 5u32;
|
2247
|
+
pub const DEBUG_STATUS_STEP_OVER: u32 = 4u32;
|
2248
|
+
pub const DEBUG_STATUS_TIMEOUT: u32 = 17u32;
|
2249
|
+
pub const DEBUG_STATUS_WAIT_INPUT: u32 = 16u32;
|
2250
|
+
pub const DEBUG_STATUS_WAIT_TIMEOUT: u64 = 8589934592u64;
|
2251
|
+
#[repr(C)]
|
2252
|
+
#[derive(Clone, Copy, Default)]
|
2253
|
+
pub struct DEBUG_SYMBOL_ENTRY {
|
2254
|
+
pub ModuleBase: u64,
|
2255
|
+
pub Offset: u64,
|
2256
|
+
pub Id: u64,
|
2257
|
+
pub Arg64: u64,
|
2258
|
+
pub Size: u32,
|
2259
|
+
pub Flags: u32,
|
2260
|
+
pub TypeId: u32,
|
2261
|
+
pub NameSize: u32,
|
2262
|
+
pub Token: u32,
|
2263
|
+
pub Tag: u32,
|
2264
|
+
pub Arg32: u32,
|
2265
|
+
pub Reserved: u32,
|
2266
|
+
}
|
2267
|
+
pub const DEBUG_SYMBOL_EXPANDED: u32 = 16u32;
|
2268
|
+
pub const DEBUG_SYMBOL_EXPANSION_LEVEL_MASK: u32 = 15u32;
|
2269
|
+
pub const DEBUG_SYMBOL_IS_ARGUMENT: u32 = 256u32;
|
2270
|
+
pub const DEBUG_SYMBOL_IS_ARRAY: u32 = 64u32;
|
2271
|
+
pub const DEBUG_SYMBOL_IS_FLOAT: u32 = 128u32;
|
2272
|
+
pub const DEBUG_SYMBOL_IS_LOCAL: u32 = 512u32;
|
2273
|
+
#[repr(C)]
|
2274
|
+
#[derive(Clone, Copy, Default)]
|
2275
|
+
pub struct DEBUG_SYMBOL_PARAMETERS {
|
2276
|
+
pub Module: u64,
|
2277
|
+
pub TypeId: u32,
|
2278
|
+
pub ParentSymbol: u32,
|
2279
|
+
pub SubElements: u32,
|
2280
|
+
pub Flags: u32,
|
2281
|
+
pub Reserved: u64,
|
2282
|
+
}
|
2283
|
+
pub const DEBUG_SYMBOL_READ_ONLY: u32 = 32u32;
|
2284
|
+
#[repr(C)]
|
2285
|
+
#[derive(Clone, Copy, Default)]
|
2286
|
+
pub struct DEBUG_SYMBOL_SOURCE_ENTRY {
|
2287
|
+
pub ModuleBase: u64,
|
2288
|
+
pub Offset: u64,
|
2289
|
+
pub FileNameId: u64,
|
2290
|
+
pub EngineInternal: u64,
|
2291
|
+
pub Size: u32,
|
2292
|
+
pub Flags: u32,
|
2293
|
+
pub FileNameSize: u32,
|
2294
|
+
pub StartLine: u32,
|
2295
|
+
pub EndLine: u32,
|
2296
|
+
pub StartColumn: u32,
|
2297
|
+
pub EndColumn: u32,
|
2298
|
+
pub Reserved: u32,
|
2299
|
+
}
|
2300
|
+
pub const DEBUG_SYMENT_IS_CODE: u32 = 1u32;
|
2301
|
+
pub const DEBUG_SYMENT_IS_DATA: u32 = 2u32;
|
2302
|
+
pub const DEBUG_SYMENT_IS_LOCAL: u32 = 8u32;
|
2303
|
+
pub const DEBUG_SYMENT_IS_MANAGED: u32 = 16u32;
|
2304
|
+
pub const DEBUG_SYMENT_IS_PARAMETER: u32 = 4u32;
|
2305
|
+
pub const DEBUG_SYMENT_IS_SYNTHETIC: u32 = 32u32;
|
2306
|
+
pub const DEBUG_SYMINFO_BREAKPOINT_SOURCE_LINE: u32 = 0u32;
|
2307
|
+
pub const DEBUG_SYMINFO_GET_MODULE_SYMBOL_NAMES_AND_OFFSETS: u32 = 3u32;
|
2308
|
+
pub const DEBUG_SYMINFO_GET_SYMBOL_NAME_BY_OFFSET_AND_TAG_WIDE: u32 = 2u32;
|
2309
|
+
pub const DEBUG_SYMINFO_IMAGEHLP_MODULEW64: u32 = 1u32;
|
2310
|
+
pub const DEBUG_SYMTYPE_CODEVIEW: u32 = 2u32;
|
2311
|
+
pub const DEBUG_SYMTYPE_COFF: u32 = 1u32;
|
2312
|
+
pub const DEBUG_SYMTYPE_DEFERRED: u32 = 5u32;
|
2313
|
+
pub const DEBUG_SYMTYPE_DIA: u32 = 7u32;
|
2314
|
+
pub const DEBUG_SYMTYPE_EXPORT: u32 = 4u32;
|
2315
|
+
pub const DEBUG_SYMTYPE_NONE: u32 = 0u32;
|
2316
|
+
pub const DEBUG_SYMTYPE_PDB: u32 = 3u32;
|
2317
|
+
pub const DEBUG_SYMTYPE_SYM: u32 = 6u32;
|
2318
|
+
pub const DEBUG_SYSOBJINFO_CURRENT_PROCESS_COOKIE: u32 = 2u32;
|
2319
|
+
pub const DEBUG_SYSOBJINFO_THREAD_BASIC_INFORMATION: u32 = 0u32;
|
2320
|
+
pub const DEBUG_SYSOBJINFO_THREAD_NAME_WIDE: u32 = 1u32;
|
2321
|
+
pub const DEBUG_SYSVERSTR_BUILD: u32 = 1u32;
|
2322
|
+
pub const DEBUG_SYSVERSTR_SERVICE_PACK: u32 = 0u32;
|
2323
|
+
pub const DEBUG_TBINFO_AFFINITY: u32 = 32u32;
|
2324
|
+
pub const DEBUG_TBINFO_ALL: u32 = 63u32;
|
2325
|
+
pub const DEBUG_TBINFO_EXIT_STATUS: u32 = 1u32;
|
2326
|
+
pub const DEBUG_TBINFO_PRIORITY: u32 = 4u32;
|
2327
|
+
pub const DEBUG_TBINFO_PRIORITY_CLASS: u32 = 2u32;
|
2328
|
+
pub const DEBUG_TBINFO_START_OFFSET: u32 = 16u32;
|
2329
|
+
pub const DEBUG_TBINFO_TIMES: u32 = 8u32;
|
2330
|
+
#[repr(C)]
|
2331
|
+
#[derive(Clone, Copy, Default)]
|
2332
|
+
pub struct DEBUG_THREAD_BASIC_INFORMATION {
|
2333
|
+
pub Valid: u32,
|
2334
|
+
pub ExitStatus: u32,
|
2335
|
+
pub PriorityClass: u32,
|
2336
|
+
pub Priority: u32,
|
2337
|
+
pub CreateTime: u64,
|
2338
|
+
pub ExitTime: u64,
|
2339
|
+
pub KernelTime: u64,
|
2340
|
+
pub UserTime: u64,
|
2341
|
+
pub StartOffset: u64,
|
2342
|
+
pub Affinity: u64,
|
2343
|
+
}
|
2344
|
+
#[repr(C)]
|
2345
|
+
#[derive(Clone, Copy)]
|
2346
|
+
pub struct DEBUG_TRIAGE_FOLLOWUP_INFO {
|
2347
|
+
pub SizeOfStruct: u32,
|
2348
|
+
pub OwnerNameSize: u32,
|
2349
|
+
pub OwnerName: windows_sys::core::PSTR,
|
2350
|
+
}
|
2351
|
+
impl Default for DEBUG_TRIAGE_FOLLOWUP_INFO {
|
2352
|
+
fn default() -> Self {
|
2353
|
+
unsafe { core::mem::zeroed() }
|
2354
|
+
}
|
2355
|
+
}
|
2356
|
+
#[repr(C)]
|
2357
|
+
#[derive(Clone, Copy)]
|
2358
|
+
pub struct DEBUG_TRIAGE_FOLLOWUP_INFO_2 {
|
2359
|
+
pub SizeOfStruct: u32,
|
2360
|
+
pub OwnerNameSize: u32,
|
2361
|
+
pub OwnerName: windows_sys::core::PSTR,
|
2362
|
+
pub FeaturePathSize: u32,
|
2363
|
+
pub FeaturePath: windows_sys::core::PSTR,
|
2364
|
+
}
|
2365
|
+
impl Default for DEBUG_TRIAGE_FOLLOWUP_INFO_2 {
|
2366
|
+
fn default() -> Self {
|
2367
|
+
unsafe { core::mem::zeroed() }
|
2368
|
+
}
|
2369
|
+
}
|
2370
|
+
#[repr(C)]
|
2371
|
+
#[derive(Clone, Copy)]
|
2372
|
+
pub struct DEBUG_TYPED_DATA {
|
2373
|
+
pub ModBase: u64,
|
2374
|
+
pub Offset: u64,
|
2375
|
+
pub EngineHandle: u64,
|
2376
|
+
pub Data: u64,
|
2377
|
+
pub Size: u32,
|
2378
|
+
pub Flags: u32,
|
2379
|
+
pub TypeId: u32,
|
2380
|
+
pub BaseTypeId: u32,
|
2381
|
+
pub Tag: u32,
|
2382
|
+
pub Register: u32,
|
2383
|
+
pub Internal: [u64; 9],
|
2384
|
+
}
|
2385
|
+
impl Default for DEBUG_TYPED_DATA {
|
2386
|
+
fn default() -> Self {
|
2387
|
+
unsafe { core::mem::zeroed() }
|
2388
|
+
}
|
2389
|
+
}
|
2390
|
+
pub const DEBUG_TYPED_DATA_IS_IN_MEMORY: u32 = 1u32;
|
2391
|
+
pub const DEBUG_TYPED_DATA_PHYSICAL_CACHED: u32 = 4u32;
|
2392
|
+
pub const DEBUG_TYPED_DATA_PHYSICAL_DEFAULT: u32 = 2u32;
|
2393
|
+
pub const DEBUG_TYPED_DATA_PHYSICAL_MEMORY: u32 = 14u32;
|
2394
|
+
pub const DEBUG_TYPED_DATA_PHYSICAL_UNCACHED: u32 = 6u32;
|
2395
|
+
pub const DEBUG_TYPED_DATA_PHYSICAL_WRITE_COMBINED: u32 = 8u32;
|
2396
|
+
pub const DEBUG_TYPEOPTS_FORCERADIX_OUTPUT: u32 = 4u32;
|
2397
|
+
pub const DEBUG_TYPEOPTS_LONGSTATUS_DISPLAY: u32 = 2u32;
|
2398
|
+
pub const DEBUG_TYPEOPTS_MATCH_MAXSIZE: u32 = 8u32;
|
2399
|
+
pub const DEBUG_TYPEOPTS_UNICODE_DISPLAY: u32 = 1u32;
|
2400
|
+
pub const DEBUG_USER_WINDOWS_DUMP: u32 = 1025u32;
|
2401
|
+
pub const DEBUG_USER_WINDOWS_DUMP_WINDOWS_CE: u32 = 1029u32;
|
2402
|
+
pub const DEBUG_USER_WINDOWS_IDNA: u32 = 2u32;
|
2403
|
+
pub const DEBUG_USER_WINDOWS_PROCESS: u32 = 0u32;
|
2404
|
+
pub const DEBUG_USER_WINDOWS_PROCESS_SERVER: u32 = 1u32;
|
2405
|
+
pub const DEBUG_USER_WINDOWS_REPT: u32 = 3u32;
|
2406
|
+
pub const DEBUG_USER_WINDOWS_SMALL_DUMP: u32 = 1024u32;
|
2407
|
+
#[repr(C)]
|
2408
|
+
#[derive(Clone, Copy)]
|
2409
|
+
pub struct DEBUG_VALUE {
|
2410
|
+
pub Anonymous: DEBUG_VALUE_0,
|
2411
|
+
pub TailOfRawBytes: u32,
|
2412
|
+
pub Type: u32,
|
2413
|
+
}
|
2414
|
+
impl Default for DEBUG_VALUE {
|
2415
|
+
fn default() -> Self {
|
2416
|
+
unsafe { core::mem::zeroed() }
|
2417
|
+
}
|
2418
|
+
}
|
2419
|
+
#[repr(C)]
|
2420
|
+
#[derive(Clone, Copy)]
|
2421
|
+
pub union DEBUG_VALUE_0 {
|
2422
|
+
pub I8: u8,
|
2423
|
+
pub I16: u16,
|
2424
|
+
pub I32: u32,
|
2425
|
+
pub Anonymous: DEBUG_VALUE_0_0,
|
2426
|
+
pub F32: f32,
|
2427
|
+
pub F64: f64,
|
2428
|
+
pub F80Bytes: [u8; 10],
|
2429
|
+
pub F82Bytes: [u8; 11],
|
2430
|
+
pub F128Bytes: [u8; 16],
|
2431
|
+
pub VI8: [u8; 16],
|
2432
|
+
pub VI16: [u16; 8],
|
2433
|
+
pub VI32: [u32; 4],
|
2434
|
+
pub VI64: [u64; 2],
|
2435
|
+
pub VF32: [f32; 4],
|
2436
|
+
pub VF64: [f64; 2],
|
2437
|
+
pub I64Parts32: DEBUG_VALUE_0_1,
|
2438
|
+
pub F128Parts64: DEBUG_VALUE_0_2,
|
2439
|
+
pub RawBytes: [u8; 24],
|
2440
|
+
}
|
2441
|
+
impl Default for DEBUG_VALUE_0 {
|
2442
|
+
fn default() -> Self {
|
2443
|
+
unsafe { core::mem::zeroed() }
|
2444
|
+
}
|
2445
|
+
}
|
2446
|
+
#[repr(C)]
|
2447
|
+
#[derive(Clone, Copy, Default)]
|
2448
|
+
pub struct DEBUG_VALUE_0_0 {
|
2449
|
+
pub I64: u64,
|
2450
|
+
pub Nat: windows_sys::core::BOOL,
|
2451
|
+
}
|
2452
|
+
#[repr(C)]
|
2453
|
+
#[derive(Clone, Copy, Default)]
|
2454
|
+
pub struct DEBUG_VALUE_0_2 {
|
2455
|
+
pub LowPart: u64,
|
2456
|
+
pub HighPart: i64,
|
2457
|
+
}
|
2458
|
+
#[repr(C)]
|
2459
|
+
#[derive(Clone, Copy, Default)]
|
2460
|
+
pub struct DEBUG_VALUE_0_1 {
|
2461
|
+
pub LowPart: u32,
|
2462
|
+
pub HighPart: u32,
|
2463
|
+
}
|
2464
|
+
pub const DEBUG_VALUE_FLOAT128: u32 = 9u32;
|
2465
|
+
pub const DEBUG_VALUE_FLOAT32: u32 = 5u32;
|
2466
|
+
pub const DEBUG_VALUE_FLOAT64: u32 = 6u32;
|
2467
|
+
pub const DEBUG_VALUE_FLOAT80: u32 = 7u32;
|
2468
|
+
pub const DEBUG_VALUE_FLOAT82: u32 = 8u32;
|
2469
|
+
pub const DEBUG_VALUE_INT16: u32 = 2u32;
|
2470
|
+
pub const DEBUG_VALUE_INT32: u32 = 3u32;
|
2471
|
+
pub const DEBUG_VALUE_INT64: u32 = 4u32;
|
2472
|
+
pub const DEBUG_VALUE_INT8: u32 = 1u32;
|
2473
|
+
pub const DEBUG_VALUE_INVALID: u32 = 0u32;
|
2474
|
+
pub const DEBUG_VALUE_TYPES: u32 = 12u32;
|
2475
|
+
pub const DEBUG_VALUE_VECTOR128: u32 = 11u32;
|
2476
|
+
pub const DEBUG_VALUE_VECTOR64: u32 = 10u32;
|
2477
|
+
pub const DEBUG_VSEARCH_DEFAULT: u32 = 0u32;
|
2478
|
+
pub const DEBUG_VSEARCH_WRITABLE_ONLY: u32 = 1u32;
|
2479
|
+
pub const DEBUG_VSOURCE_DEBUGGEE: u32 = 1u32;
|
2480
|
+
pub const DEBUG_VSOURCE_DUMP_WITHOUT_MEMINFO: u32 = 3u32;
|
2481
|
+
pub const DEBUG_VSOURCE_INVALID: u32 = 0u32;
|
2482
|
+
pub const DEBUG_VSOURCE_MAPPED_IMAGE: u32 = 2u32;
|
2483
|
+
pub const DEBUG_WAIT_DEFAULT: u32 = 0u32;
|
2484
|
+
pub const DISK_READ_0_BYTES: TANALYZE_RETURN = 3i32;
|
2485
|
+
pub const DISK_WRITE: TANALYZE_RETURN = 4i32;
|
2486
|
+
pub const DUMP_HANDLE_FLAG_CID_TABLE: u32 = 32u32;
|
2487
|
+
pub const DUMP_HANDLE_FLAG_KERNEL_TABLE: u32 = 16u32;
|
2488
|
+
pub const DUMP_HANDLE_FLAG_PRINT_FREE_ENTRY: u32 = 4u32;
|
2489
|
+
pub const DUMP_HANDLE_FLAG_PRINT_OBJECT: u32 = 2u32;
|
2490
|
+
pub const DbgPoolRegionMax: DEBUG_POOL_REGION = 6i32;
|
2491
|
+
pub const DbgPoolRegionNonPaged: DEBUG_POOL_REGION = 3i32;
|
2492
|
+
pub const DbgPoolRegionNonPagedExpansion: DEBUG_POOL_REGION = 4i32;
|
2493
|
+
pub const DbgPoolRegionPaged: DEBUG_POOL_REGION = 2i32;
|
2494
|
+
pub const DbgPoolRegionSessionPaged: DEBUG_POOL_REGION = 5i32;
|
2495
|
+
pub const DbgPoolRegionSpecial: DEBUG_POOL_REGION = 1i32;
|
2496
|
+
pub const DbgPoolRegionUnknown: DEBUG_POOL_REGION = 0i32;
|
2497
|
+
pub type ENTRY_CALLBACK = Option<unsafe extern "system" fn(entryaddress: u64, context: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
2498
|
+
pub const ERROR_DBG_CANCELLED: u32 = 3221226695u32;
|
2499
|
+
pub const ERROR_DBG_TIMEOUT: u32 = 3221226932u32;
|
2500
|
+
pub const EXIT_ON_CONTROLC: u32 = 8u32;
|
2501
|
+
pub const EXIT_STATUS: TANALYZE_RETURN = 2i32;
|
2502
|
+
pub const EXTDLL_DATA_QUERY_BUILD_BINDIR: u32 = 1u32;
|
2503
|
+
pub const EXTDLL_DATA_QUERY_BUILD_BINDIR_SYMSRV: u32 = 11u32;
|
2504
|
+
pub const EXTDLL_DATA_QUERY_BUILD_SYMDIR: u32 = 2u32;
|
2505
|
+
pub const EXTDLL_DATA_QUERY_BUILD_SYMDIR_SYMSRV: u32 = 12u32;
|
2506
|
+
pub const EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR: u32 = 4u32;
|
2507
|
+
pub const EXTDLL_DATA_QUERY_BUILD_WOW64BINDIR_SYMSRV: u32 = 14u32;
|
2508
|
+
pub const EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR: u32 = 3u32;
|
2509
|
+
pub const EXTDLL_DATA_QUERY_BUILD_WOW64SYMDIR_SYMSRV: u32 = 13u32;
|
2510
|
+
pub type EXTDLL_ITERATERTLBALANCEDNODES = Option<unsafe extern "system" fn(rootnode: u64, entryoffset: u32, callback: ENTRY_CALLBACK, callbackcontext: *mut core::ffi::c_void)>;
|
2511
|
+
pub type EXTDLL_QUERYDATABYTAG = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, dwdatatag: u32, pqueryinfo: *const core::ffi::c_void, pdata: *mut u8, cbdata: u32) -> windows_sys::core::HRESULT>;
|
2512
|
+
pub type EXTDLL_QUERYDATABYTAGEX = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, dwdatatag: u32, pqueryinfo: *const core::ffi::c_void, pdata: *mut u8, cbdata: u32, pdataex: *mut u8, cbdataex: u32) -> windows_sys::core::HRESULT>;
|
2513
|
+
#[repr(C)]
|
2514
|
+
#[derive(Clone, Copy)]
|
2515
|
+
pub struct EXTSTACKTRACE {
|
2516
|
+
pub FramePointer: u32,
|
2517
|
+
pub ProgramCounter: u32,
|
2518
|
+
pub ReturnAddress: u32,
|
2519
|
+
pub Args: [u32; 4],
|
2520
|
+
}
|
2521
|
+
impl Default for EXTSTACKTRACE {
|
2522
|
+
fn default() -> Self {
|
2523
|
+
unsafe { core::mem::zeroed() }
|
2524
|
+
}
|
2525
|
+
}
|
2526
|
+
#[repr(C)]
|
2527
|
+
#[derive(Clone, Copy)]
|
2528
|
+
pub struct EXTSTACKTRACE32 {
|
2529
|
+
pub FramePointer: u32,
|
2530
|
+
pub ProgramCounter: u32,
|
2531
|
+
pub ReturnAddress: u32,
|
2532
|
+
pub Args: [u32; 4],
|
2533
|
+
}
|
2534
|
+
impl Default for EXTSTACKTRACE32 {
|
2535
|
+
fn default() -> Self {
|
2536
|
+
unsafe { core::mem::zeroed() }
|
2537
|
+
}
|
2538
|
+
}
|
2539
|
+
#[repr(C)]
|
2540
|
+
#[derive(Clone, Copy)]
|
2541
|
+
pub struct EXTSTACKTRACE64 {
|
2542
|
+
pub FramePointer: u64,
|
2543
|
+
pub ProgramCounter: u64,
|
2544
|
+
pub ReturnAddress: u64,
|
2545
|
+
pub Args: [u64; 4],
|
2546
|
+
}
|
2547
|
+
impl Default for EXTSTACKTRACE64 {
|
2548
|
+
fn default() -> Self {
|
2549
|
+
unsafe { core::mem::zeroed() }
|
2550
|
+
}
|
2551
|
+
}
|
2552
|
+
pub type EXTS_JOB_PROCESS_CALLBACK = Option<unsafe extern "system" fn(job: u64, process: u64, context: *mut core::ffi::c_void) -> bool>;
|
2553
|
+
pub type EXTS_TABLE_ENTRY_CALLBACK = Option<unsafe extern "system" fn(entry: u64, context: *mut core::ffi::c_void) -> bool>;
|
2554
|
+
pub type EXT_ANALYSIS_PLUGIN = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, callphase: FA_EXTENSION_PLUGIN_PHASE, panalysis: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
2555
|
+
pub type EXT_ANALYZER = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, bucketsuffix: windows_sys::core::PSTR, cbbucketsuffix: u32, debugtext: windows_sys::core::PSTR, cbdebugtext: u32, flags: *const u32, panalysis: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
2556
|
+
pub const EXT_ANALYZER_FLAG_ID: u32 = 2u32;
|
2557
|
+
pub const EXT_ANALYZER_FLAG_MOD: u32 = 1u32;
|
2558
|
+
#[repr(C)]
|
2559
|
+
#[derive(Clone, Copy, Default)]
|
2560
|
+
pub struct EXT_API_VERSION {
|
2561
|
+
pub MajorVersion: u16,
|
2562
|
+
pub MinorVersion: u16,
|
2563
|
+
pub Revision: u16,
|
2564
|
+
pub Reserved: u16,
|
2565
|
+
}
|
2566
|
+
pub const EXT_API_VERSION_NUMBER: u32 = 5u32;
|
2567
|
+
pub const EXT_API_VERSION_NUMBER32: u32 = 5u32;
|
2568
|
+
pub const EXT_API_VERSION_NUMBER64: u32 = 6u32;
|
2569
|
+
#[repr(C)]
|
2570
|
+
#[derive(Clone, Copy)]
|
2571
|
+
pub struct EXT_CAB_XML_DATA {
|
2572
|
+
pub SizeOfStruct: u32,
|
2573
|
+
pub XmlObjectTag: windows_sys::core::PCWSTR,
|
2574
|
+
pub NumSubTags: u32,
|
2575
|
+
pub SubTags: [EXT_CAB_XML_DATA_0; 1],
|
2576
|
+
}
|
2577
|
+
impl Default for EXT_CAB_XML_DATA {
|
2578
|
+
fn default() -> Self {
|
2579
|
+
unsafe { core::mem::zeroed() }
|
2580
|
+
}
|
2581
|
+
}
|
2582
|
+
#[repr(C)]
|
2583
|
+
#[derive(Clone, Copy)]
|
2584
|
+
pub struct EXT_CAB_XML_DATA_0 {
|
2585
|
+
pub SubTag: windows_sys::core::PCWSTR,
|
2586
|
+
pub MatchPattern: windows_sys::core::PCWSTR,
|
2587
|
+
pub ReturnText: windows_sys::core::PWSTR,
|
2588
|
+
pub ReturnTextSize: u32,
|
2589
|
+
pub _bitfield: u32,
|
2590
|
+
pub Reserved2: u32,
|
2591
|
+
}
|
2592
|
+
impl Default for EXT_CAB_XML_DATA_0 {
|
2593
|
+
fn default() -> Self {
|
2594
|
+
unsafe { core::mem::zeroed() }
|
2595
|
+
}
|
2596
|
+
}
|
2597
|
+
pub type EXT_DECODE_ERROR = Option<unsafe extern "system" fn(pdecodeerror: *mut DEBUG_DECODE_ERROR)>;
|
2598
|
+
#[repr(C)]
|
2599
|
+
#[derive(Clone, Copy)]
|
2600
|
+
pub struct EXT_FIND_FILE {
|
2601
|
+
pub FileName: windows_sys::core::PCWSTR,
|
2602
|
+
pub IndexedSize: u64,
|
2603
|
+
pub ImageTimeDateStamp: u32,
|
2604
|
+
pub ImageCheckSum: u32,
|
2605
|
+
pub ExtraInfo: *mut core::ffi::c_void,
|
2606
|
+
pub ExtraInfoSize: u32,
|
2607
|
+
pub Flags: u32,
|
2608
|
+
pub FileMapping: *mut core::ffi::c_void,
|
2609
|
+
pub FileMappingSize: u64,
|
2610
|
+
pub FileHandle: super::super::super::super::Foundation::HANDLE,
|
2611
|
+
pub FoundFileName: windows_sys::core::PWSTR,
|
2612
|
+
pub FoundFileNameChars: u32,
|
2613
|
+
}
|
2614
|
+
impl Default for EXT_FIND_FILE {
|
2615
|
+
fn default() -> Self {
|
2616
|
+
unsafe { core::mem::zeroed() }
|
2617
|
+
}
|
2618
|
+
}
|
2619
|
+
pub const EXT_FIND_FILE_ALLOW_GIVEN_PATH: u32 = 1u32;
|
2620
|
+
pub type EXT_GET_DEBUG_FAILURE_ANALYSIS = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, flags: u32, classid: windows_sys::core::GUID, ppanalysis: *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
2621
|
+
pub type EXT_GET_ENVIRONMENT_VARIABLE = Option<unsafe extern "system" fn(peb: u64, variable: windows_sys::core::PCSTR, buffer: windows_sys::core::PCSTR, buffersize: u32) -> windows_sys::core::HRESULT>;
|
2622
|
+
pub type EXT_GET_FAILURE_ANALYSIS = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, flags: u32, ppanalysis: *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
2623
|
+
pub type EXT_GET_FA_ENTRIES_DATA = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, count: *mut u32, entries: *mut *mut FA_ENTRY) -> windows_sys::core::HRESULT>;
|
2624
|
+
pub type EXT_GET_HANDLE_TRACE = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, tracetype: u32, startindex: u32, handlevalue: *mut u64, stackfunctions: *mut u64, stacktracesize: u32) -> windows_sys::core::HRESULT>;
|
2625
|
+
#[repr(C)]
|
2626
|
+
#[derive(Clone, Copy)]
|
2627
|
+
pub struct EXT_MATCH_PATTERN_A {
|
2628
|
+
pub Str: windows_sys::core::PCSTR,
|
2629
|
+
pub Pattern: windows_sys::core::PCSTR,
|
2630
|
+
pub CaseSensitive: u32,
|
2631
|
+
}
|
2632
|
+
impl Default for EXT_MATCH_PATTERN_A {
|
2633
|
+
fn default() -> Self {
|
2634
|
+
unsafe { core::mem::zeroed() }
|
2635
|
+
}
|
2636
|
+
}
|
2637
|
+
pub type EXT_RELOAD_TRIAGER = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
2638
|
+
pub type EXT_TARGET_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, ptargetinfo: *mut TARGET_DEBUG_INFO) -> windows_sys::core::HRESULT>;
|
2639
|
+
pub const EXT_TDF_PHYSICAL_CACHED: u32 = 4u32;
|
2640
|
+
pub const EXT_TDF_PHYSICAL_DEFAULT: u32 = 2u32;
|
2641
|
+
pub const EXT_TDF_PHYSICAL_MEMORY: u32 = 14u32;
|
2642
|
+
pub const EXT_TDF_PHYSICAL_UNCACHED: u32 = 6u32;
|
2643
|
+
pub const EXT_TDF_PHYSICAL_WRITE_COMBINED: u32 = 8u32;
|
2644
|
+
pub type EXT_TDOP = i32;
|
2645
|
+
pub const EXT_TDOP_COPY: EXT_TDOP = 0i32;
|
2646
|
+
pub const EXT_TDOP_COUNT: EXT_TDOP = 19i32;
|
2647
|
+
pub const EXT_TDOP_EVALUATE: EXT_TDOP = 5i32;
|
2648
|
+
pub const EXT_TDOP_GET_ARRAY_ELEMENT: EXT_TDOP = 12i32;
|
2649
|
+
pub const EXT_TDOP_GET_DEREFERENCE: EXT_TDOP = 13i32;
|
2650
|
+
pub const EXT_TDOP_GET_FIELD: EXT_TDOP = 4i32;
|
2651
|
+
pub const EXT_TDOP_GET_FIELD_OFFSET: EXT_TDOP = 11i32;
|
2652
|
+
pub const EXT_TDOP_GET_POINTER_TO: EXT_TDOP = 16i32;
|
2653
|
+
pub const EXT_TDOP_GET_TYPE_NAME: EXT_TDOP = 6i32;
|
2654
|
+
pub const EXT_TDOP_GET_TYPE_SIZE: EXT_TDOP = 14i32;
|
2655
|
+
pub const EXT_TDOP_HAS_FIELD: EXT_TDOP = 10i32;
|
2656
|
+
pub const EXT_TDOP_OUTPUT_FULL_VALUE: EXT_TDOP = 9i32;
|
2657
|
+
pub const EXT_TDOP_OUTPUT_SIMPLE_VALUE: EXT_TDOP = 8i32;
|
2658
|
+
pub const EXT_TDOP_OUTPUT_TYPE_DEFINITION: EXT_TDOP = 15i32;
|
2659
|
+
pub const EXT_TDOP_OUTPUT_TYPE_NAME: EXT_TDOP = 7i32;
|
2660
|
+
pub const EXT_TDOP_RELEASE: EXT_TDOP = 1i32;
|
2661
|
+
pub const EXT_TDOP_SET_FROM_EXPR: EXT_TDOP = 2i32;
|
2662
|
+
pub const EXT_TDOP_SET_FROM_TYPE_ID_AND_U64: EXT_TDOP = 17i32;
|
2663
|
+
pub const EXT_TDOP_SET_FROM_U64_EXPR: EXT_TDOP = 3i32;
|
2664
|
+
pub const EXT_TDOP_SET_PTR_FROM_TYPE_ID_AND_U64: EXT_TDOP = 18i32;
|
2665
|
+
pub type EXT_TRIAGE_FOLLOWUP = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, symbolname: windows_sys::core::PCSTR, ownerinfo: *mut DEBUG_TRIAGE_FOLLOWUP_INFO) -> u32>;
|
2666
|
+
#[repr(C)]
|
2667
|
+
#[derive(Clone, Copy)]
|
2668
|
+
pub struct EXT_TYPED_DATA {
|
2669
|
+
pub Operation: EXT_TDOP,
|
2670
|
+
pub Flags: u32,
|
2671
|
+
pub InData: DEBUG_TYPED_DATA,
|
2672
|
+
pub OutData: DEBUG_TYPED_DATA,
|
2673
|
+
pub InStrIndex: u32,
|
2674
|
+
pub In32: u32,
|
2675
|
+
pub Out32: u32,
|
2676
|
+
pub In64: u64,
|
2677
|
+
pub Out64: u64,
|
2678
|
+
pub StrBufferIndex: u32,
|
2679
|
+
pub StrBufferChars: u32,
|
2680
|
+
pub StrCharsNeeded: u32,
|
2681
|
+
pub DataBufferIndex: u32,
|
2682
|
+
pub DataBufferBytes: u32,
|
2683
|
+
pub DataBytesNeeded: u32,
|
2684
|
+
pub Status: windows_sys::core::HRESULT,
|
2685
|
+
pub Reserved: [u64; 8],
|
2686
|
+
}
|
2687
|
+
impl Default for EXT_TYPED_DATA {
|
2688
|
+
fn default() -> Self {
|
2689
|
+
unsafe { core::mem::zeroed() }
|
2690
|
+
}
|
2691
|
+
}
|
2692
|
+
pub type EXT_XML_DATA = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, pxmpdata: *mut EXT_CAB_XML_DATA) -> windows_sys::core::HRESULT>;
|
2693
|
+
pub type ErrorClass = i32;
|
2694
|
+
pub const ErrorClassError: ErrorClass = 1i32;
|
2695
|
+
pub const ErrorClassWarning: ErrorClass = 0i32;
|
2696
|
+
pub const FAILURE_ANALYSIS_ASSUME_HANG: u32 = 4u32;
|
2697
|
+
pub const FAILURE_ANALYSIS_AUTOBUG_PROCESSING: u32 = 64u32;
|
2698
|
+
pub const FAILURE_ANALYSIS_AUTOSET_SYMPATH: u32 = 16384u32;
|
2699
|
+
pub const FAILURE_ANALYSIS_CALLSTACK_XML: u32 = 256u32;
|
2700
|
+
pub const FAILURE_ANALYSIS_CALLSTACK_XML_FULL_SOURCE_INFO: u32 = 16777216u32;
|
2701
|
+
pub const FAILURE_ANALYSIS_CREATE_INSTANCE: u32 = 1048576u32;
|
2702
|
+
pub const FAILURE_ANALYSIS_EXCEPTION_AS_HANG: u32 = 32u32;
|
2703
|
+
pub const FAILURE_ANALYSIS_HEAP_CORRUPTION_BLAME_FUNCTION: u32 = 33554432u32;
|
2704
|
+
pub const FAILURE_ANALYSIS_IGNORE_BREAKIN: u32 = 8u32;
|
2705
|
+
pub const FAILURE_ANALYSIS_LIVE_DEBUG_HOLD_CHECK: u32 = 2097152u32;
|
2706
|
+
pub const FAILURE_ANALYSIS_MODULE_INFO_XML: u32 = 4096u32;
|
2707
|
+
pub const FAILURE_ANALYSIS_MULTI_TARGET: u32 = 131072u32;
|
2708
|
+
pub const FAILURE_ANALYSIS_NO_DB_LOOKUP: u32 = 1u32;
|
2709
|
+
pub const FAILURE_ANALYSIS_NO_IMAGE_CORRUPTION: u32 = 8192u32;
|
2710
|
+
pub const FAILURE_ANALYSIS_PERMIT_HEAP_ACCESS_VIOLATIONS: u32 = 67108864u32;
|
2711
|
+
pub const FAILURE_ANALYSIS_REGISTRY_DATA: u32 = 512u32;
|
2712
|
+
pub const FAILURE_ANALYSIS_SET_FAILURE_CONTEXT: u32 = 16u32;
|
2713
|
+
pub const FAILURE_ANALYSIS_SHOW_SOURCE: u32 = 262144u32;
|
2714
|
+
pub const FAILURE_ANALYSIS_SHOW_WCT_STACKS: u32 = 524288u32;
|
2715
|
+
pub const FAILURE_ANALYSIS_USER_ATTRIBUTES: u32 = 2048u32;
|
2716
|
+
pub const FAILURE_ANALYSIS_USER_ATTRIBUTES_ALL: u32 = 32768u32;
|
2717
|
+
pub const FAILURE_ANALYSIS_USER_ATTRIBUTES_FRAMES: u32 = 65536u32;
|
2718
|
+
pub const FAILURE_ANALYSIS_VERBOSE: u32 = 2u32;
|
2719
|
+
pub const FAILURE_ANALYSIS_WMI_QUERY_DATA: u32 = 1024u32;
|
2720
|
+
pub const FAILURE_ANALYSIS_XML_FILE_OUTPUT: u32 = 4194304u32;
|
2721
|
+
pub const FAILURE_ANALYSIS_XML_OUTPUT: u32 = 128u32;
|
2722
|
+
pub const FAILURE_ANALYSIS_XSD_VERIFY: u32 = 8388608u32;
|
2723
|
+
pub const FAILURE_ANALYSIS_XSLT_FILE_INPUT: u32 = 268435456u32;
|
2724
|
+
pub const FAILURE_ANALYSIS_XSLT_FILE_OUTPUT: u32 = 536870912u32;
|
2725
|
+
#[repr(C)]
|
2726
|
+
#[derive(Clone, Copy, Default)]
|
2727
|
+
pub struct FA_ENTRY {
|
2728
|
+
pub Tag: DEBUG_FLR_PARAM_TYPE,
|
2729
|
+
pub FullSize: u16,
|
2730
|
+
pub DataSize: u16,
|
2731
|
+
}
|
2732
|
+
pub type FA_ENTRY_TYPE = i32;
|
2733
|
+
pub type FA_EXTENSION_PLUGIN_PHASE = i32;
|
2734
|
+
pub const FA_PLUGIN_INITIALIZATION: FA_EXTENSION_PLUGIN_PHASE = 1i32;
|
2735
|
+
pub const FA_PLUGIN_POST_BUCKETING: FA_EXTENSION_PLUGIN_PHASE = 8i32;
|
2736
|
+
pub const FA_PLUGIN_PRE_BUCKETING: FA_EXTENSION_PLUGIN_PHASE = 4i32;
|
2737
|
+
pub const FA_PLUGIN_STACK_ANALYSIS: FA_EXTENSION_PLUGIN_PHASE = 2i32;
|
2738
|
+
pub const FIELDS_DID_NOT_MATCH: u32 = 4u32;
|
2739
|
+
#[repr(C)]
|
2740
|
+
#[derive(Clone, Copy)]
|
2741
|
+
pub struct FIELD_INFO {
|
2742
|
+
pub fName: *mut u8,
|
2743
|
+
pub printName: *mut u8,
|
2744
|
+
pub size: u32,
|
2745
|
+
pub fOptions: u32,
|
2746
|
+
pub address: u64,
|
2747
|
+
pub Anonymous: FIELD_INFO_0,
|
2748
|
+
pub TypeId: u32,
|
2749
|
+
pub FieldOffset: u32,
|
2750
|
+
pub BufferSize: u32,
|
2751
|
+
pub BitField: FIELD_INFO_1,
|
2752
|
+
pub _bitfield: u32,
|
2753
|
+
}
|
2754
|
+
impl Default for FIELD_INFO {
|
2755
|
+
fn default() -> Self {
|
2756
|
+
unsafe { core::mem::zeroed() }
|
2757
|
+
}
|
2758
|
+
}
|
2759
|
+
#[repr(C)]
|
2760
|
+
#[derive(Clone, Copy)]
|
2761
|
+
pub union FIELD_INFO_0 {
|
2762
|
+
pub fieldCallBack: *mut core::ffi::c_void,
|
2763
|
+
pub pBuffer: *mut core::ffi::c_void,
|
2764
|
+
}
|
2765
|
+
impl Default for FIELD_INFO_0 {
|
2766
|
+
fn default() -> Self {
|
2767
|
+
unsafe { core::mem::zeroed() }
|
2768
|
+
}
|
2769
|
+
}
|
2770
|
+
#[repr(C)]
|
2771
|
+
#[derive(Clone, Copy, Default)]
|
2772
|
+
pub struct FIELD_INFO_1 {
|
2773
|
+
pub Position: u16,
|
2774
|
+
pub Size: u16,
|
2775
|
+
}
|
2776
|
+
pub const FormatBSTRString: PreferredFormat = 8i32;
|
2777
|
+
pub const FormatEnumNameOnly: PreferredFormat = 12i32;
|
2778
|
+
pub const FormatEscapedStringWithQuote: PreferredFormat = 13i32;
|
2779
|
+
pub const FormatHString: PreferredFormat = 10i32;
|
2780
|
+
pub const FormatNone: PreferredFormat = 0i32;
|
2781
|
+
pub const FormatQuotedHString: PreferredFormat = 9i32;
|
2782
|
+
pub const FormatQuotedString: PreferredFormat = 2i32;
|
2783
|
+
pub const FormatQuotedUTF32String: PreferredFormat = 15i32;
|
2784
|
+
pub const FormatQuotedUTF8String: PreferredFormat = 6i32;
|
2785
|
+
pub const FormatQuotedUnicodeString: PreferredFormat = 4i32;
|
2786
|
+
pub const FormatRaw: PreferredFormat = 11i32;
|
2787
|
+
pub const FormatSingleCharacter: PreferredFormat = 1i32;
|
2788
|
+
pub const FormatString: PreferredFormat = 3i32;
|
2789
|
+
pub const FormatUTF32String: PreferredFormat = 14i32;
|
2790
|
+
pub const FormatUTF8String: PreferredFormat = 7i32;
|
2791
|
+
pub const FormatUnicodeString: PreferredFormat = 5i32;
|
2792
|
+
#[repr(C)]
|
2793
|
+
#[derive(Clone, Copy)]
|
2794
|
+
pub struct GET_CONTEXT_EX {
|
2795
|
+
pub Status: u32,
|
2796
|
+
pub ContextSize: u32,
|
2797
|
+
pub pContext: *mut core::ffi::c_void,
|
2798
|
+
}
|
2799
|
+
impl Default for GET_CONTEXT_EX {
|
2800
|
+
fn default() -> Self {
|
2801
|
+
unsafe { core::mem::zeroed() }
|
2802
|
+
}
|
2803
|
+
}
|
2804
|
+
#[repr(C)]
|
2805
|
+
#[derive(Clone, Copy, Default)]
|
2806
|
+
pub struct GET_CURRENT_PROCESS_ADDRESS {
|
2807
|
+
pub Processor: u32,
|
2808
|
+
pub CurrentThread: u64,
|
2809
|
+
pub Address: u64,
|
2810
|
+
}
|
2811
|
+
#[repr(C)]
|
2812
|
+
#[derive(Clone, Copy, Default)]
|
2813
|
+
pub struct GET_CURRENT_THREAD_ADDRESS {
|
2814
|
+
pub Processor: u32,
|
2815
|
+
pub Address: u64,
|
2816
|
+
}
|
2817
|
+
#[repr(C)]
|
2818
|
+
#[derive(Clone, Copy)]
|
2819
|
+
pub struct GET_EXPRESSION_EX {
|
2820
|
+
pub Expression: windows_sys::core::PCSTR,
|
2821
|
+
pub Remainder: windows_sys::core::PCSTR,
|
2822
|
+
pub Value: u64,
|
2823
|
+
}
|
2824
|
+
impl Default for GET_EXPRESSION_EX {
|
2825
|
+
fn default() -> Self {
|
2826
|
+
unsafe { core::mem::zeroed() }
|
2827
|
+
}
|
2828
|
+
}
|
2829
|
+
#[repr(C)]
|
2830
|
+
#[derive(Clone, Copy)]
|
2831
|
+
pub struct GET_INPUT_LINE {
|
2832
|
+
pub Prompt: windows_sys::core::PCSTR,
|
2833
|
+
pub Buffer: windows_sys::core::PSTR,
|
2834
|
+
pub BufferSize: u32,
|
2835
|
+
pub InputSize: u32,
|
2836
|
+
}
|
2837
|
+
impl Default for GET_INPUT_LINE {
|
2838
|
+
fn default() -> Self {
|
2839
|
+
unsafe { core::mem::zeroed() }
|
2840
|
+
}
|
2841
|
+
}
|
2842
|
+
#[repr(C)]
|
2843
|
+
#[derive(Clone, Copy, Default)]
|
2844
|
+
pub struct GET_PEB_ADDRESS {
|
2845
|
+
pub CurrentThread: u64,
|
2846
|
+
pub Address: u64,
|
2847
|
+
}
|
2848
|
+
#[repr(C)]
|
2849
|
+
#[derive(Clone, Copy)]
|
2850
|
+
pub struct GET_SET_SYMPATH {
|
2851
|
+
pub Args: windows_sys::core::PCSTR,
|
2852
|
+
pub Result: windows_sys::core::PSTR,
|
2853
|
+
pub Length: i32,
|
2854
|
+
}
|
2855
|
+
impl Default for GET_SET_SYMPATH {
|
2856
|
+
fn default() -> Self {
|
2857
|
+
unsafe { core::mem::zeroed() }
|
2858
|
+
}
|
2859
|
+
}
|
2860
|
+
#[repr(C)]
|
2861
|
+
#[derive(Clone, Copy, Default)]
|
2862
|
+
pub struct GET_TEB_ADDRESS {
|
2863
|
+
pub Address: u64,
|
2864
|
+
}
|
2865
|
+
pub const IG_DISASSEMBLE_BUFFER: u32 = 44u32;
|
2866
|
+
pub const IG_DUMP_SYMBOL_INFO: u32 = 22u32;
|
2867
|
+
pub const IG_FIND_FILE: u32 = 40u32;
|
2868
|
+
pub const IG_GET_ANY_MODULE_IN_RANGE: u32 = 45u32;
|
2869
|
+
pub const IG_GET_BUS_DATA: u32 = 20u32;
|
2870
|
+
pub const IG_GET_CACHE_SIZE: u32 = 32u32;
|
2871
|
+
pub const IG_GET_CLR_DATA_INTERFACE: u32 = 38u32;
|
2872
|
+
pub const IG_GET_CONTEXT_EX: u32 = 48u32;
|
2873
|
+
pub const IG_GET_CURRENT_PROCESS: u32 = 26u32;
|
2874
|
+
pub const IG_GET_CURRENT_PROCESS_HANDLE: u32 = 28u32;
|
2875
|
+
pub const IG_GET_CURRENT_THREAD: u32 = 25u32;
|
2876
|
+
pub const IG_GET_DEBUGGER_DATA: u32 = 14u32;
|
2877
|
+
pub const IG_GET_EXCEPTION_RECORD: u32 = 18u32;
|
2878
|
+
pub const IG_GET_EXPRESSION_EX: u32 = 30u32;
|
2879
|
+
pub const IG_GET_INPUT_LINE: u32 = 29u32;
|
2880
|
+
pub const IG_GET_KERNEL_VERSION: u32 = 15u32;
|
2881
|
+
pub const IG_GET_PEB_ADDRESS: u32 = 129u32;
|
2882
|
+
pub const IG_GET_SET_SYMPATH: u32 = 17u32;
|
2883
|
+
pub const IG_GET_TEB_ADDRESS: u32 = 128u32;
|
2884
|
+
pub const IG_GET_THREAD_OS_INFO: u32 = 37u32;
|
2885
|
+
pub const IG_GET_TYPE_SIZE: u32 = 27u32;
|
2886
|
+
pub const IG_IS_PTR64: u32 = 19u32;
|
2887
|
+
pub const IG_KD_CONTEXT: u32 = 1u32;
|
2888
|
+
pub const IG_KSTACK_HELP: u32 = 10u32;
|
2889
|
+
pub const IG_LOWMEM_CHECK: u32 = 23u32;
|
2890
|
+
pub const IG_MATCH_PATTERN_A: u32 = 39u32;
|
2891
|
+
pub const IG_OBSOLETE_PLACEHOLDER_36: u32 = 36u32;
|
2892
|
+
pub const IG_PHYSICAL_TO_VIRTUAL: u32 = 47u32;
|
2893
|
+
pub const IG_POINTER_SEARCH_PHYSICAL: u32 = 35u32;
|
2894
|
+
pub const IG_QUERY_TARGET_INTERFACE: u32 = 42u32;
|
2895
|
+
pub const IG_READ_CONTROL_SPACE: u32 = 2u32;
|
2896
|
+
pub const IG_READ_IO_SPACE: u32 = 4u32;
|
2897
|
+
pub const IG_READ_IO_SPACE_EX: u32 = 8u32;
|
2898
|
+
pub const IG_READ_MSR: u32 = 12u32;
|
2899
|
+
pub const IG_READ_PHYSICAL: u32 = 6u32;
|
2900
|
+
pub const IG_READ_PHYSICAL_WITH_FLAGS: u32 = 33u32;
|
2901
|
+
pub const IG_RELOAD_SYMBOLS: u32 = 16u32;
|
2902
|
+
pub const IG_SEARCH_MEMORY: u32 = 24u32;
|
2903
|
+
pub const IG_SET_BUS_DATA: u32 = 21u32;
|
2904
|
+
pub const IG_SET_THREAD: u32 = 11u32;
|
2905
|
+
pub const IG_TRANSLATE_VIRTUAL_TO_PHYSICAL: u32 = 31u32;
|
2906
|
+
pub const IG_TYPED_DATA: u32 = 43u32;
|
2907
|
+
pub const IG_TYPED_DATA_OBSOLETE: u32 = 41u32;
|
2908
|
+
pub const IG_VIRTUAL_TO_PHYSICAL: u32 = 46u32;
|
2909
|
+
pub const IG_WRITE_CONTROL_SPACE: u32 = 3u32;
|
2910
|
+
pub const IG_WRITE_IO_SPACE: u32 = 5u32;
|
2911
|
+
pub const IG_WRITE_IO_SPACE_EX: u32 = 9u32;
|
2912
|
+
pub const IG_WRITE_MSR: u32 = 13u32;
|
2913
|
+
pub const IG_WRITE_PHYSICAL: u32 = 7u32;
|
2914
|
+
pub const IG_WRITE_PHYSICAL_WITH_FLAGS: u32 = 34u32;
|
2915
|
+
pub const INCORRECT_VERSION_INFO: u32 = 7u32;
|
2916
|
+
#[repr(C)]
|
2917
|
+
#[derive(Clone, Copy)]
|
2918
|
+
pub union INLINE_FRAME_CONTEXT {
|
2919
|
+
pub ContextValue: u32,
|
2920
|
+
pub Anonymous: INLINE_FRAME_CONTEXT_0,
|
2921
|
+
}
|
2922
|
+
impl Default for INLINE_FRAME_CONTEXT {
|
2923
|
+
fn default() -> Self {
|
2924
|
+
unsafe { core::mem::zeroed() }
|
2925
|
+
}
|
2926
|
+
}
|
2927
|
+
#[repr(C)]
|
2928
|
+
#[derive(Clone, Copy, Default)]
|
2929
|
+
pub struct INLINE_FRAME_CONTEXT_0 {
|
2930
|
+
pub FrameId: u8,
|
2931
|
+
pub FrameType: u8,
|
2932
|
+
pub FrameSignature: u16,
|
2933
|
+
}
|
2934
|
+
pub const INSUFFICIENT_SPACE_TO_COPY: u32 = 10u32;
|
2935
|
+
#[repr(C)]
|
2936
|
+
#[derive(Clone, Copy, Default)]
|
2937
|
+
pub struct IOSPACE {
|
2938
|
+
pub Address: u32,
|
2939
|
+
pub Length: u32,
|
2940
|
+
pub Data: u32,
|
2941
|
+
}
|
2942
|
+
#[repr(C)]
|
2943
|
+
#[derive(Clone, Copy, Default)]
|
2944
|
+
pub struct IOSPACE32 {
|
2945
|
+
pub Address: u32,
|
2946
|
+
pub Length: u32,
|
2947
|
+
pub Data: u32,
|
2948
|
+
}
|
2949
|
+
#[repr(C)]
|
2950
|
+
#[derive(Clone, Copy, Default)]
|
2951
|
+
pub struct IOSPACE64 {
|
2952
|
+
pub Address: u64,
|
2953
|
+
pub Length: u32,
|
2954
|
+
pub Data: u32,
|
2955
|
+
}
|
2956
|
+
#[repr(C)]
|
2957
|
+
#[derive(Clone, Copy, Default)]
|
2958
|
+
pub struct IOSPACE_EX {
|
2959
|
+
pub Address: u32,
|
2960
|
+
pub Length: u32,
|
2961
|
+
pub Data: u32,
|
2962
|
+
pub InterfaceType: u32,
|
2963
|
+
pub BusNumber: u32,
|
2964
|
+
pub AddressSpace: u32,
|
2965
|
+
}
|
2966
|
+
#[repr(C)]
|
2967
|
+
#[derive(Clone, Copy, Default)]
|
2968
|
+
pub struct IOSPACE_EX32 {
|
2969
|
+
pub Address: u32,
|
2970
|
+
pub Length: u32,
|
2971
|
+
pub Data: u32,
|
2972
|
+
pub InterfaceType: u32,
|
2973
|
+
pub BusNumber: u32,
|
2974
|
+
pub AddressSpace: u32,
|
2975
|
+
}
|
2976
|
+
#[repr(C)]
|
2977
|
+
#[derive(Clone, Copy, Default)]
|
2978
|
+
pub struct IOSPACE_EX64 {
|
2979
|
+
pub Address: u64,
|
2980
|
+
pub Length: u32,
|
2981
|
+
pub Data: u32,
|
2982
|
+
pub InterfaceType: u32,
|
2983
|
+
pub BusNumber: u32,
|
2984
|
+
pub AddressSpace: u32,
|
2985
|
+
}
|
2986
|
+
pub const Identical: SignatureComparison = 4i32;
|
2987
|
+
pub const IntrinsicBool: IntrinsicKind = 1i32;
|
2988
|
+
pub const IntrinsicChar: IntrinsicKind = 2i32;
|
2989
|
+
pub const IntrinsicChar16: IntrinsicKind = 10i32;
|
2990
|
+
pub const IntrinsicChar32: IntrinsicKind = 11i32;
|
2991
|
+
pub const IntrinsicFloat: IntrinsicKind = 8i32;
|
2992
|
+
pub const IntrinsicHRESULT: IntrinsicKind = 9i32;
|
2993
|
+
pub const IntrinsicInt: IntrinsicKind = 4i32;
|
2994
|
+
pub type IntrinsicKind = i32;
|
2995
|
+
pub const IntrinsicLong: IntrinsicKind = 6i32;
|
2996
|
+
pub const IntrinsicUInt: IntrinsicKind = 5i32;
|
2997
|
+
pub const IntrinsicULong: IntrinsicKind = 7i32;
|
2998
|
+
pub const IntrinsicVoid: IntrinsicKind = 0i32;
|
2999
|
+
pub const IntrinsicWChar: IntrinsicKind = 3i32;
|
3000
|
+
#[repr(C)]
|
3001
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3002
|
+
#[derive(Clone, Copy, Default)]
|
3003
|
+
pub struct KDDEBUGGER_DATA32 {
|
3004
|
+
pub Header: DBGKD_DEBUG_DATA_HEADER32,
|
3005
|
+
pub KernBase: u32,
|
3006
|
+
pub BreakpointWithStatus: u32,
|
3007
|
+
pub SavedContext: u32,
|
3008
|
+
pub ThCallbackStack: u16,
|
3009
|
+
pub NextCallback: u16,
|
3010
|
+
pub FramePointer: u16,
|
3011
|
+
pub _bitfield: u16,
|
3012
|
+
pub KiCallUserMode: u32,
|
3013
|
+
pub KeUserCallbackDispatcher: u32,
|
3014
|
+
pub PsLoadedModuleList: u32,
|
3015
|
+
pub PsActiveProcessHead: u32,
|
3016
|
+
pub PspCidTable: u32,
|
3017
|
+
pub ExpSystemResourcesList: u32,
|
3018
|
+
pub ExpPagedPoolDescriptor: u32,
|
3019
|
+
pub ExpNumberOfPagedPools: u32,
|
3020
|
+
pub KeTimeIncrement: u32,
|
3021
|
+
pub KeBugCheckCallbackListHead: u32,
|
3022
|
+
pub KiBugcheckData: u32,
|
3023
|
+
pub IopErrorLogListHead: u32,
|
3024
|
+
pub ObpRootDirectoryObject: u32,
|
3025
|
+
pub ObpTypeObjectType: u32,
|
3026
|
+
pub MmSystemCacheStart: u32,
|
3027
|
+
pub MmSystemCacheEnd: u32,
|
3028
|
+
pub MmSystemCacheWs: u32,
|
3029
|
+
pub MmPfnDatabase: u32,
|
3030
|
+
pub MmSystemPtesStart: u32,
|
3031
|
+
pub MmSystemPtesEnd: u32,
|
3032
|
+
pub MmSubsectionBase: u32,
|
3033
|
+
pub MmNumberOfPagingFiles: u32,
|
3034
|
+
pub MmLowestPhysicalPage: u32,
|
3035
|
+
pub MmHighestPhysicalPage: u32,
|
3036
|
+
pub MmNumberOfPhysicalPages: u32,
|
3037
|
+
pub MmMaximumNonPagedPoolInBytes: u32,
|
3038
|
+
pub MmNonPagedSystemStart: u32,
|
3039
|
+
pub MmNonPagedPoolStart: u32,
|
3040
|
+
pub MmNonPagedPoolEnd: u32,
|
3041
|
+
pub MmPagedPoolStart: u32,
|
3042
|
+
pub MmPagedPoolEnd: u32,
|
3043
|
+
pub MmPagedPoolInformation: u32,
|
3044
|
+
pub MmPageSize: u32,
|
3045
|
+
pub MmSizeOfPagedPoolInBytes: u32,
|
3046
|
+
pub MmTotalCommitLimit: u32,
|
3047
|
+
pub MmTotalCommittedPages: u32,
|
3048
|
+
pub MmSharedCommit: u32,
|
3049
|
+
pub MmDriverCommit: u32,
|
3050
|
+
pub MmProcessCommit: u32,
|
3051
|
+
pub MmPagedPoolCommit: u32,
|
3052
|
+
pub MmExtendedCommit: u32,
|
3053
|
+
pub MmZeroedPageListHead: u32,
|
3054
|
+
pub MmFreePageListHead: u32,
|
3055
|
+
pub MmStandbyPageListHead: u32,
|
3056
|
+
pub MmModifiedPageListHead: u32,
|
3057
|
+
pub MmModifiedNoWritePageListHead: u32,
|
3058
|
+
pub MmAvailablePages: u32,
|
3059
|
+
pub MmResidentAvailablePages: u32,
|
3060
|
+
pub PoolTrackTable: u32,
|
3061
|
+
pub NonPagedPoolDescriptor: u32,
|
3062
|
+
pub MmHighestUserAddress: u32,
|
3063
|
+
pub MmSystemRangeStart: u32,
|
3064
|
+
pub MmUserProbeAddress: u32,
|
3065
|
+
pub KdPrintCircularBuffer: u32,
|
3066
|
+
pub KdPrintCircularBufferEnd: u32,
|
3067
|
+
pub KdPrintWritePointer: u32,
|
3068
|
+
pub KdPrintRolloverCount: u32,
|
3069
|
+
pub MmLoadedUserImageList: u32,
|
3070
|
+
}
|
3071
|
+
#[repr(C)]
|
3072
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3073
|
+
#[derive(Clone, Copy, Default)]
|
3074
|
+
pub struct KDDEBUGGER_DATA64 {
|
3075
|
+
pub Header: DBGKD_DEBUG_DATA_HEADER64,
|
3076
|
+
pub KernBase: u64,
|
3077
|
+
pub BreakpointWithStatus: u64,
|
3078
|
+
pub SavedContext: u64,
|
3079
|
+
pub ThCallbackStack: u16,
|
3080
|
+
pub NextCallback: u16,
|
3081
|
+
pub FramePointer: u16,
|
3082
|
+
pub _bitfield: u16,
|
3083
|
+
pub KiCallUserMode: u64,
|
3084
|
+
pub KeUserCallbackDispatcher: u64,
|
3085
|
+
pub PsLoadedModuleList: u64,
|
3086
|
+
pub PsActiveProcessHead: u64,
|
3087
|
+
pub PspCidTable: u64,
|
3088
|
+
pub ExpSystemResourcesList: u64,
|
3089
|
+
pub ExpPagedPoolDescriptor: u64,
|
3090
|
+
pub ExpNumberOfPagedPools: u64,
|
3091
|
+
pub KeTimeIncrement: u64,
|
3092
|
+
pub KeBugCheckCallbackListHead: u64,
|
3093
|
+
pub KiBugcheckData: u64,
|
3094
|
+
pub IopErrorLogListHead: u64,
|
3095
|
+
pub ObpRootDirectoryObject: u64,
|
3096
|
+
pub ObpTypeObjectType: u64,
|
3097
|
+
pub MmSystemCacheStart: u64,
|
3098
|
+
pub MmSystemCacheEnd: u64,
|
3099
|
+
pub MmSystemCacheWs: u64,
|
3100
|
+
pub MmPfnDatabase: u64,
|
3101
|
+
pub MmSystemPtesStart: u64,
|
3102
|
+
pub MmSystemPtesEnd: u64,
|
3103
|
+
pub MmSubsectionBase: u64,
|
3104
|
+
pub MmNumberOfPagingFiles: u64,
|
3105
|
+
pub MmLowestPhysicalPage: u64,
|
3106
|
+
pub MmHighestPhysicalPage: u64,
|
3107
|
+
pub MmNumberOfPhysicalPages: u64,
|
3108
|
+
pub MmMaximumNonPagedPoolInBytes: u64,
|
3109
|
+
pub MmNonPagedSystemStart: u64,
|
3110
|
+
pub MmNonPagedPoolStart: u64,
|
3111
|
+
pub MmNonPagedPoolEnd: u64,
|
3112
|
+
pub MmPagedPoolStart: u64,
|
3113
|
+
pub MmPagedPoolEnd: u64,
|
3114
|
+
pub MmPagedPoolInformation: u64,
|
3115
|
+
pub MmPageSize: u64,
|
3116
|
+
pub MmSizeOfPagedPoolInBytes: u64,
|
3117
|
+
pub MmTotalCommitLimit: u64,
|
3118
|
+
pub MmTotalCommittedPages: u64,
|
3119
|
+
pub MmSharedCommit: u64,
|
3120
|
+
pub MmDriverCommit: u64,
|
3121
|
+
pub MmProcessCommit: u64,
|
3122
|
+
pub MmPagedPoolCommit: u64,
|
3123
|
+
pub MmExtendedCommit: u64,
|
3124
|
+
pub MmZeroedPageListHead: u64,
|
3125
|
+
pub MmFreePageListHead: u64,
|
3126
|
+
pub MmStandbyPageListHead: u64,
|
3127
|
+
pub MmModifiedPageListHead: u64,
|
3128
|
+
pub MmModifiedNoWritePageListHead: u64,
|
3129
|
+
pub MmAvailablePages: u64,
|
3130
|
+
pub MmResidentAvailablePages: u64,
|
3131
|
+
pub PoolTrackTable: u64,
|
3132
|
+
pub NonPagedPoolDescriptor: u64,
|
3133
|
+
pub MmHighestUserAddress: u64,
|
3134
|
+
pub MmSystemRangeStart: u64,
|
3135
|
+
pub MmUserProbeAddress: u64,
|
3136
|
+
pub KdPrintCircularBuffer: u64,
|
3137
|
+
pub KdPrintCircularBufferEnd: u64,
|
3138
|
+
pub KdPrintWritePointer: u64,
|
3139
|
+
pub KdPrintRolloverCount: u64,
|
3140
|
+
pub MmLoadedUserImageList: u64,
|
3141
|
+
pub NtBuildLab: u64,
|
3142
|
+
pub KiNormalSystemCall: u64,
|
3143
|
+
pub KiProcessorBlock: u64,
|
3144
|
+
pub MmUnloadedDrivers: u64,
|
3145
|
+
pub MmLastUnloadedDriver: u64,
|
3146
|
+
pub MmTriageActionTaken: u64,
|
3147
|
+
pub MmSpecialPoolTag: u64,
|
3148
|
+
pub KernelVerifier: u64,
|
3149
|
+
pub MmVerifierData: u64,
|
3150
|
+
pub MmAllocatedNonPagedPool: u64,
|
3151
|
+
pub MmPeakCommitment: u64,
|
3152
|
+
pub MmTotalCommitLimitMaximum: u64,
|
3153
|
+
pub CmNtCSDVersion: u64,
|
3154
|
+
pub MmPhysicalMemoryBlock: u64,
|
3155
|
+
pub MmSessionBase: u64,
|
3156
|
+
pub MmSessionSize: u64,
|
3157
|
+
pub MmSystemParentTablePage: u64,
|
3158
|
+
pub MmVirtualTranslationBase: u64,
|
3159
|
+
pub OffsetKThreadNextProcessor: u16,
|
3160
|
+
pub OffsetKThreadTeb: u16,
|
3161
|
+
pub OffsetKThreadKernelStack: u16,
|
3162
|
+
pub OffsetKThreadInitialStack: u16,
|
3163
|
+
pub OffsetKThreadApcProcess: u16,
|
3164
|
+
pub OffsetKThreadState: u16,
|
3165
|
+
pub OffsetKThreadBStore: u16,
|
3166
|
+
pub OffsetKThreadBStoreLimit: u16,
|
3167
|
+
pub SizeEProcess: u16,
|
3168
|
+
pub OffsetEprocessPeb: u16,
|
3169
|
+
pub OffsetEprocessParentCID: u16,
|
3170
|
+
pub OffsetEprocessDirectoryTableBase: u16,
|
3171
|
+
pub SizePrcb: u16,
|
3172
|
+
pub OffsetPrcbDpcRoutine: u16,
|
3173
|
+
pub OffsetPrcbCurrentThread: u16,
|
3174
|
+
pub OffsetPrcbMhz: u16,
|
3175
|
+
pub OffsetPrcbCpuType: u16,
|
3176
|
+
pub OffsetPrcbVendorString: u16,
|
3177
|
+
pub OffsetPrcbProcStateContext: u16,
|
3178
|
+
pub OffsetPrcbNumber: u16,
|
3179
|
+
pub SizeEThread: u16,
|
3180
|
+
pub L1tfHighPhysicalBitIndex: u8,
|
3181
|
+
pub L1tfSwizzleBitIndex: u8,
|
3182
|
+
pub Padding0: u32,
|
3183
|
+
pub KdPrintCircularBufferPtr: u64,
|
3184
|
+
pub KdPrintBufferSize: u64,
|
3185
|
+
pub KeLoaderBlock: u64,
|
3186
|
+
pub SizePcr: u16,
|
3187
|
+
pub OffsetPcrSelfPcr: u16,
|
3188
|
+
pub OffsetPcrCurrentPrcb: u16,
|
3189
|
+
pub OffsetPcrContainedPrcb: u16,
|
3190
|
+
pub OffsetPcrInitialBStore: u16,
|
3191
|
+
pub OffsetPcrBStoreLimit: u16,
|
3192
|
+
pub OffsetPcrInitialStack: u16,
|
3193
|
+
pub OffsetPcrStackLimit: u16,
|
3194
|
+
pub OffsetPrcbPcrPage: u16,
|
3195
|
+
pub OffsetPrcbProcStateSpecialReg: u16,
|
3196
|
+
pub GdtR0Code: u16,
|
3197
|
+
pub GdtR0Data: u16,
|
3198
|
+
pub GdtR0Pcr: u16,
|
3199
|
+
pub GdtR3Code: u16,
|
3200
|
+
pub GdtR3Data: u16,
|
3201
|
+
pub GdtR3Teb: u16,
|
3202
|
+
pub GdtLdt: u16,
|
3203
|
+
pub GdtTss: u16,
|
3204
|
+
pub Gdt64R3CmCode: u16,
|
3205
|
+
pub Gdt64R3CmTeb: u16,
|
3206
|
+
pub IopNumTriageDumpDataBlocks: u64,
|
3207
|
+
pub IopTriageDumpDataBlocks: u64,
|
3208
|
+
pub VfCrashDataBlock: u64,
|
3209
|
+
pub MmBadPagesDetected: u64,
|
3210
|
+
pub MmZeroedPageSingleBitErrorsDetected: u64,
|
3211
|
+
pub EtwpDebuggerData: u64,
|
3212
|
+
pub OffsetPrcbContext: u16,
|
3213
|
+
pub OffsetPrcbMaxBreakpoints: u16,
|
3214
|
+
pub OffsetPrcbMaxWatchpoints: u16,
|
3215
|
+
pub OffsetKThreadStackLimit: u32,
|
3216
|
+
pub OffsetKThreadStackBase: u32,
|
3217
|
+
pub OffsetKThreadQueueListEntry: u32,
|
3218
|
+
pub OffsetEThreadIrpList: u32,
|
3219
|
+
pub OffsetPrcbIdleThread: u16,
|
3220
|
+
pub OffsetPrcbNormalDpcState: u16,
|
3221
|
+
pub OffsetPrcbDpcStack: u16,
|
3222
|
+
pub OffsetPrcbIsrStack: u16,
|
3223
|
+
pub SizeKDPC_STACK_FRAME: u16,
|
3224
|
+
pub OffsetKPriQueueThreadListHead: u16,
|
3225
|
+
pub OffsetKThreadWaitReason: u16,
|
3226
|
+
pub Padding1: u16,
|
3227
|
+
pub PteBase: u64,
|
3228
|
+
pub RetpolineStubFunctionTable: u64,
|
3229
|
+
pub RetpolineStubFunctionTableSize: u32,
|
3230
|
+
pub RetpolineStubOffset: u32,
|
3231
|
+
pub RetpolineStubSize: u32,
|
3232
|
+
pub OffsetEProcessMmHotPatchContext: u16,
|
3233
|
+
pub OffsetKThreadShadowStackLimit: u32,
|
3234
|
+
pub OffsetKThreadShadowStackBase: u32,
|
3235
|
+
pub ShadowStackEnabled: u64,
|
3236
|
+
pub PointerAuthMask: u64,
|
3237
|
+
pub OffsetPrcbExceptionStack: u16,
|
3238
|
+
}
|
3239
|
+
pub type KDEXTS_LOCK_CALLBACKROUTINE = Option<unsafe extern "system" fn(plock: *mut KDEXTS_LOCK_INFO, context: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
3240
|
+
pub const KDEXTS_LOCK_CALLBACKROUTINE_DEFINED: u32 = 2u32;
|
3241
|
+
#[repr(C)]
|
3242
|
+
#[derive(Clone, Copy)]
|
3243
|
+
pub struct KDEXTS_LOCK_INFO {
|
3244
|
+
pub SizeOfStruct: u32,
|
3245
|
+
pub Address: u64,
|
3246
|
+
pub OwningThread: u64,
|
3247
|
+
pub ExclusiveOwned: windows_sys::core::BOOL,
|
3248
|
+
pub NumOwners: u32,
|
3249
|
+
pub ContentionCount: u32,
|
3250
|
+
pub NumExclusiveWaiters: u32,
|
3251
|
+
pub NumSharedWaiters: u32,
|
3252
|
+
pub pOwnerThreads: *mut u64,
|
3253
|
+
pub pWaiterThreads: *mut u64,
|
3254
|
+
}
|
3255
|
+
impl Default for KDEXTS_LOCK_INFO {
|
3256
|
+
fn default() -> Self {
|
3257
|
+
unsafe { core::mem::zeroed() }
|
3258
|
+
}
|
3259
|
+
}
|
3260
|
+
#[repr(C)]
|
3261
|
+
#[derive(Clone, Copy, Default)]
|
3262
|
+
pub struct KDEXTS_PTE_INFO {
|
3263
|
+
pub SizeOfStruct: u32,
|
3264
|
+
pub VirtualAddress: u64,
|
3265
|
+
pub PpeAddress: u64,
|
3266
|
+
pub PdeAddress: u64,
|
3267
|
+
pub PteAddress: u64,
|
3268
|
+
pub Pfn: u64,
|
3269
|
+
pub Levels: u64,
|
3270
|
+
pub _bitfield1: u32,
|
3271
|
+
pub _bitfield2: u32,
|
3272
|
+
}
|
3273
|
+
pub type KDEXT_DUMP_HANDLE_CALLBACK = Option<unsafe extern "system" fn(handleinfo: *const KDEXT_HANDLE_INFORMATION, flags: u32, context: *mut core::ffi::c_void) -> bool>;
|
3274
|
+
#[repr(C)]
|
3275
|
+
#[derive(Clone, Copy)]
|
3276
|
+
pub struct KDEXT_FILELOCK_OWNER {
|
3277
|
+
pub Sizeofstruct: u32,
|
3278
|
+
pub FileObject: u64,
|
3279
|
+
pub OwnerThread: u64,
|
3280
|
+
pub WaitIrp: u64,
|
3281
|
+
pub DeviceObject: u64,
|
3282
|
+
pub BlockingDirver: [i8; 32],
|
3283
|
+
}
|
3284
|
+
impl Default for KDEXT_FILELOCK_OWNER {
|
3285
|
+
fn default() -> Self {
|
3286
|
+
unsafe { core::mem::zeroed() }
|
3287
|
+
}
|
3288
|
+
}
|
3289
|
+
#[repr(C)]
|
3290
|
+
#[derive(Clone, Copy, Default)]
|
3291
|
+
pub struct KDEXT_HANDLE_INFORMATION {
|
3292
|
+
pub HandleTableEntry: u64,
|
3293
|
+
pub Handle: u64,
|
3294
|
+
pub Object: u64,
|
3295
|
+
pub ObjectBody: u64,
|
3296
|
+
pub GrantedAccess: u64,
|
3297
|
+
pub HandleAttributes: u32,
|
3298
|
+
pub PagedOut: bool,
|
3299
|
+
}
|
3300
|
+
#[repr(C)]
|
3301
|
+
#[derive(Clone, Copy)]
|
3302
|
+
pub struct KDEXT_PROCESS_FIND_PARAMS {
|
3303
|
+
pub SizeofStruct: u32,
|
3304
|
+
pub Pid: u32,
|
3305
|
+
pub Session: u32,
|
3306
|
+
pub ImageName: windows_sys::core::PSTR,
|
3307
|
+
}
|
3308
|
+
impl Default for KDEXT_PROCESS_FIND_PARAMS {
|
3309
|
+
fn default() -> Self {
|
3310
|
+
unsafe { core::mem::zeroed() }
|
3311
|
+
}
|
3312
|
+
}
|
3313
|
+
#[repr(C)]
|
3314
|
+
#[derive(Clone, Copy, Default)]
|
3315
|
+
pub struct KDEXT_THREAD_FIND_PARAMS {
|
3316
|
+
pub SizeofStruct: u32,
|
3317
|
+
pub StackPointer: u64,
|
3318
|
+
pub Cid: u32,
|
3319
|
+
pub Thread: u64,
|
3320
|
+
}
|
3321
|
+
pub const KD_SECONDARY_VERSION_AMD64_CONTEXT: u32 = 2u32;
|
3322
|
+
pub const KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_1: u32 = 0u32;
|
3323
|
+
pub const KD_SECONDARY_VERSION_AMD64_OBSOLETE_CONTEXT_2: u32 = 1u32;
|
3324
|
+
pub const KD_SECONDARY_VERSION_DEFAULT: u32 = 0u32;
|
3325
|
+
pub const LanguageAssembly: LanguageKind = 3i32;
|
3326
|
+
pub const LanguageC: LanguageKind = 1i32;
|
3327
|
+
pub const LanguageCPP: LanguageKind = 2i32;
|
3328
|
+
pub type LanguageKind = i32;
|
3329
|
+
pub const LanguageUnknown: LanguageKind = 0i32;
|
3330
|
+
pub const LessSpecific: SignatureComparison = 2i32;
|
3331
|
+
#[repr(C)]
|
3332
|
+
#[derive(Clone, Copy, Default)]
|
3333
|
+
pub struct Location {
|
3334
|
+
pub HostDefined: u64,
|
3335
|
+
pub Offset: u64,
|
3336
|
+
}
|
3337
|
+
pub const LocationConstant: LocationKind = 2i32;
|
3338
|
+
pub type LocationKind = i32;
|
3339
|
+
pub const LocationMember: LocationKind = 0i32;
|
3340
|
+
pub const LocationNone: LocationKind = 3i32;
|
3341
|
+
pub const LocationStatic: LocationKind = 1i32;
|
3342
|
+
pub const MAX_STACK_IN_BYTES: u32 = 4096u32;
|
3343
|
+
pub const MEMORY_READ_ERROR: u32 = 1u32;
|
3344
|
+
pub const MODULE_ORDERS_LOADTIME: u32 = 268435456u32;
|
3345
|
+
pub const MODULE_ORDERS_MASK: u32 = 4026531840u32;
|
3346
|
+
pub const MODULE_ORDERS_MODULENAME: u32 = 536870912u32;
|
3347
|
+
pub type ModelObjectKind = i32;
|
3348
|
+
pub const MoreSpecific: SignatureComparison = 3i32;
|
3349
|
+
pub const NO_TYPE: TANALYZE_RETURN = 0i32;
|
3350
|
+
pub const NT_STATUS_CODE: TANALYZE_RETURN = 5i32;
|
3351
|
+
pub const NULL_FIELD_NAME: u32 = 6u32;
|
3352
|
+
pub const NULL_SYM_DUMP_PARAM: u32 = 5u32;
|
3353
|
+
#[repr(C)]
|
3354
|
+
#[derive(Clone, Copy)]
|
3355
|
+
pub struct OS_INFO {
|
3356
|
+
pub MajorVer: u32,
|
3357
|
+
pub MinorVer: u32,
|
3358
|
+
pub Build: u32,
|
3359
|
+
pub BuildQfe: u32,
|
3360
|
+
pub ProductType: u32,
|
3361
|
+
pub Suite: u32,
|
3362
|
+
pub Revision: u32,
|
3363
|
+
pub s: OS_INFO_0,
|
3364
|
+
pub SrvPackNumber: u32,
|
3365
|
+
pub ServicePackBuild: u32,
|
3366
|
+
pub Architecture: u32,
|
3367
|
+
pub Lcid: u32,
|
3368
|
+
pub Name: [i8; 64],
|
3369
|
+
pub FullName: [i8; 256],
|
3370
|
+
pub Language: [i8; 30],
|
3371
|
+
pub BuildVersion: [i8; 64],
|
3372
|
+
pub ServicePackString: [i8; 64],
|
3373
|
+
}
|
3374
|
+
impl Default for OS_INFO {
|
3375
|
+
fn default() -> Self {
|
3376
|
+
unsafe { core::mem::zeroed() }
|
3377
|
+
}
|
3378
|
+
}
|
3379
|
+
#[repr(C)]
|
3380
|
+
#[derive(Clone, Copy, Default)]
|
3381
|
+
pub struct OS_INFO_0 {
|
3382
|
+
pub _bitfield: u32,
|
3383
|
+
}
|
3384
|
+
#[repr(C)]
|
3385
|
+
#[derive(Clone, Copy)]
|
3386
|
+
pub struct OS_INFO_v1 {
|
3387
|
+
pub Type: OS_TYPE,
|
3388
|
+
pub Anonymous: OS_INFO_v1_0,
|
3389
|
+
pub ProductType: u32,
|
3390
|
+
pub Suite: u32,
|
3391
|
+
pub s: OS_INFO_v1_1,
|
3392
|
+
pub SrvPackNumber: u32,
|
3393
|
+
pub Language: [i8; 30],
|
3394
|
+
pub OsString: [i8; 64],
|
3395
|
+
pub ServicePackString: [i8; 64],
|
3396
|
+
}
|
3397
|
+
impl Default for OS_INFO_v1 {
|
3398
|
+
fn default() -> Self {
|
3399
|
+
unsafe { core::mem::zeroed() }
|
3400
|
+
}
|
3401
|
+
}
|
3402
|
+
#[repr(C)]
|
3403
|
+
#[derive(Clone, Copy)]
|
3404
|
+
pub union OS_INFO_v1_0 {
|
3405
|
+
pub Version: OS_INFO_v1_0_0,
|
3406
|
+
pub Ver64: u64,
|
3407
|
+
}
|
3408
|
+
impl Default for OS_INFO_v1_0 {
|
3409
|
+
fn default() -> Self {
|
3410
|
+
unsafe { core::mem::zeroed() }
|
3411
|
+
}
|
3412
|
+
}
|
3413
|
+
#[repr(C)]
|
3414
|
+
#[derive(Clone, Copy, Default)]
|
3415
|
+
pub struct OS_INFO_v1_0_0 {
|
3416
|
+
pub Major: u32,
|
3417
|
+
pub Minor: u32,
|
3418
|
+
}
|
3419
|
+
#[repr(C)]
|
3420
|
+
#[derive(Clone, Copy, Default)]
|
3421
|
+
pub struct OS_INFO_v1_1 {
|
3422
|
+
pub _bitfield: u32,
|
3423
|
+
}
|
3424
|
+
pub type OS_TYPE = i32;
|
3425
|
+
pub const ObjectContext: ModelObjectKind = 1i32;
|
3426
|
+
pub const ObjectError: ModelObjectKind = 6i32;
|
3427
|
+
pub const ObjectIntrinsic: ModelObjectKind = 7i32;
|
3428
|
+
pub const ObjectKeyReference: ModelObjectKind = 9i32;
|
3429
|
+
pub const ObjectMethod: ModelObjectKind = 8i32;
|
3430
|
+
pub const ObjectNoValue: ModelObjectKind = 5i32;
|
3431
|
+
pub const ObjectPropertyAccessor: ModelObjectKind = 0i32;
|
3432
|
+
pub const ObjectSynthetic: ModelObjectKind = 4i32;
|
3433
|
+
pub const ObjectTargetObject: ModelObjectKind = 2i32;
|
3434
|
+
pub const ObjectTargetObjectReference: ModelObjectKind = 3i32;
|
3435
|
+
pub type PDEBUG_EXTENSION_CALL = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, args: windows_sys::core::PCSTR) -> windows_sys::core::HRESULT>;
|
3436
|
+
pub type PDEBUG_EXTENSION_CANUNLOAD = Option<unsafe extern "system" fn() -> windows_sys::core::HRESULT>;
|
3437
|
+
pub type PDEBUG_EXTENSION_INITIALIZE = Option<unsafe extern "system" fn(version: *mut u32, flags: *mut u32) -> windows_sys::core::HRESULT>;
|
3438
|
+
pub type PDEBUG_EXTENSION_KNOWN_STRUCT = Option<unsafe extern "system" fn(flags: u32, offset: u64, typename: windows_sys::core::PCSTR, buffer: windows_sys::core::PSTR, bufferchars: *mut u32) -> windows_sys::core::HRESULT>;
|
3439
|
+
pub type PDEBUG_EXTENSION_KNOWN_STRUCT_EX = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, flags: u32, offset: u64, typename: windows_sys::core::PCSTR, buffer: windows_sys::core::PSTR, bufferchars: *mut u32) -> windows_sys::core::HRESULT>;
|
3440
|
+
pub type PDEBUG_EXTENSION_NOTIFY = Option<unsafe extern "system" fn(notify: u32, argument: u64)>;
|
3441
|
+
pub type PDEBUG_EXTENSION_PROVIDE_VALUE = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, flags: u32, name: windows_sys::core::PCWSTR, value: *mut u64, typemodbase: *mut u64, typeid: *mut u32, typeflags: *mut u32) -> windows_sys::core::HRESULT>;
|
3442
|
+
pub type PDEBUG_EXTENSION_QUERY_VALUE_NAMES = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, flags: u32, buffer: windows_sys::core::PWSTR, bufferchars: u32, bufferneeded: *mut u32) -> windows_sys::core::HRESULT>;
|
3443
|
+
pub type PDEBUG_EXTENSION_UNINITIALIZE = Option<unsafe extern "system" fn()>;
|
3444
|
+
pub type PDEBUG_EXTENSION_UNLOAD = Option<unsafe extern "system" fn()>;
|
3445
|
+
pub type PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION = Option<unsafe extern "system" fn(streamtype: u32, minidumpstreambuffer: *const core::ffi::c_void, buffersize: u32) -> windows_sys::core::HRESULT>;
|
3446
|
+
pub type PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION = Option<unsafe extern "system" fn() -> windows_sys::core::HRESULT>;
|
3447
|
+
pub type PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES = Option<unsafe extern "system" fn(stacksymframes: *const STACK_SYM_FRAME_INFO) -> windows_sys::core::HRESULT>;
|
3448
|
+
pub type PDEBUG_STACK_PROVIDER_RECONSTRUCTSTACK = Option<unsafe extern "system" fn(systemthreadid: u32, nativeframes: *const DEBUG_STACK_FRAME_EX, countnativeframes: u32, stacksymframes: *mut *mut STACK_SYM_FRAME_INFO, stacksymframesfilled: *mut u32) -> windows_sys::core::HRESULT>;
|
3449
|
+
pub type PENUMERATE_HANDLES = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, process: u64, handletodump: u64, flags: u32, callback: KDEXT_DUMP_HANDLE_CALLBACK, context: *const core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
3450
|
+
pub type PENUMERATE_HASH_TABLE = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, hashtable: u64, callback: EXTS_TABLE_ENTRY_CALLBACK, context: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
3451
|
+
pub type PENUMERATE_JOB_PROCESSES = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, job: u64, callback: EXTS_JOB_PROCESS_CALLBACK, context: *const core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
3452
|
+
pub type PENUMERATE_SYSTEM_LOCKS = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, flags: u32, callback: KDEXTS_LOCK_CALLBACKROUTINE, context: *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|
3453
|
+
pub type PFIND_FILELOCK_OWNERINFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, pfilelockowner: *mut KDEXT_FILELOCK_OWNER) -> windows_sys::core::HRESULT>;
|
3454
|
+
pub type PFIND_MATCHING_PROCESS = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, processinfo: *const KDEXT_PROCESS_FIND_PARAMS, process: *mut u64) -> windows_sys::core::HRESULT>;
|
3455
|
+
pub type PFIND_MATCHING_THREAD = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, threadinfo: *mut KDEXT_THREAD_FIND_PARAMS) -> windows_sys::core::HRESULT>;
|
3456
|
+
pub type PGET_CPU_MICROCODE_VERSION = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, pcpumicrocodeversion: *mut DEBUG_CPU_MICROCODE_VERSION) -> windows_sys::core::HRESULT>;
|
3457
|
+
pub type PGET_CPU_PSPEED_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, pcpuspeedinfo: *mut DEBUG_CPU_SPEED_INFO) -> windows_sys::core::HRESULT>;
|
3458
|
+
pub type PGET_DEVICE_OBJECT_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, deviceobject: u64, pdevobjinfo: *mut DEBUG_DEVICE_OBJECT_INFO) -> windows_sys::core::HRESULT>;
|
3459
|
+
pub type PGET_DRIVER_OBJECT_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, driverobject: u64, pdrvobjinfo: *mut DEBUG_DRIVER_OBJECT_INFO) -> windows_sys::core::HRESULT>;
|
3460
|
+
pub type PGET_FULL_IMAGE_NAME = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, process: u64, fullimagename: *mut windows_sys::core::PSTR) -> windows_sys::core::HRESULT>;
|
3461
|
+
pub type PGET_IRP_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, irp: u64, irpinfo: *mut DEBUG_IRP_INFO) -> windows_sys::core::HRESULT>;
|
3462
|
+
pub type PGET_PNP_TRIAGE_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, ppnptriageinfo: *mut DEBUG_PNP_TRIAGE_INFO) -> windows_sys::core::HRESULT>;
|
3463
|
+
pub type PGET_POOL_DATA = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, pool: u64, pooldata: *mut DEBUG_POOL_DATA) -> windows_sys::core::HRESULT>;
|
3464
|
+
pub type PGET_POOL_REGION = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, pool: u64, poolregion: *mut DEBUG_POOL_REGION) -> windows_sys::core::HRESULT>;
|
3465
|
+
pub type PGET_POOL_TAG_DESCRIPTION = Option<unsafe extern "system" fn(pooltag: u32, pdescription: *mut DEBUG_POOLTAG_DESCRIPTION) -> windows_sys::core::HRESULT>;
|
3466
|
+
pub type PGET_PROCESS_COMMIT = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, totalcommitcharge: *mut u64, numberofprocesses: *mut u32, commitdata: *mut *mut PROCESS_COMMIT_USAGE) -> windows_sys::core::HRESULT>;
|
3467
|
+
pub type PGET_SMBIOS_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, psmbiosinfo: *mut DEBUG_SMBIOS_INFO) -> windows_sys::core::HRESULT>;
|
3468
|
+
#[repr(C)]
|
3469
|
+
#[derive(Clone, Copy)]
|
3470
|
+
pub struct PHYSICAL {
|
3471
|
+
pub Address: u64,
|
3472
|
+
pub BufLen: u32,
|
3473
|
+
pub Buf: [u8; 1],
|
3474
|
+
}
|
3475
|
+
impl Default for PHYSICAL {
|
3476
|
+
fn default() -> Self {
|
3477
|
+
unsafe { core::mem::zeroed() }
|
3478
|
+
}
|
3479
|
+
}
|
3480
|
+
#[repr(C)]
|
3481
|
+
#[derive(Clone, Copy, Default)]
|
3482
|
+
pub struct PHYSICAL_TO_VIRTUAL {
|
3483
|
+
pub Status: u32,
|
3484
|
+
pub Size: u32,
|
3485
|
+
pub PdeAddress: u64,
|
3486
|
+
}
|
3487
|
+
#[repr(C)]
|
3488
|
+
#[derive(Clone, Copy)]
|
3489
|
+
pub struct PHYSICAL_WITH_FLAGS {
|
3490
|
+
pub Address: u64,
|
3491
|
+
pub BufLen: u32,
|
3492
|
+
pub Flags: u32,
|
3493
|
+
pub Buf: [u8; 1],
|
3494
|
+
}
|
3495
|
+
impl Default for PHYSICAL_WITH_FLAGS {
|
3496
|
+
fn default() -> Self {
|
3497
|
+
unsafe { core::mem::zeroed() }
|
3498
|
+
}
|
3499
|
+
}
|
3500
|
+
pub const PHYS_FLAG_CACHED: u32 = 1u32;
|
3501
|
+
pub const PHYS_FLAG_DEFAULT: u32 = 0u32;
|
3502
|
+
pub const PHYS_FLAG_UNCACHED: u32 = 2u32;
|
3503
|
+
pub const PHYS_FLAG_WRITE_COMBINED: u32 = 3u32;
|
3504
|
+
pub type PKDEXTS_GET_PTE_INFO = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, r#virtual: u64, pteinfo: *mut KDEXTS_PTE_INFO) -> windows_sys::core::HRESULT>;
|
3505
|
+
#[repr(C)]
|
3506
|
+
#[derive(Clone, Copy)]
|
3507
|
+
pub struct POINTER_SEARCH_PHYSICAL {
|
3508
|
+
pub Offset: u64,
|
3509
|
+
pub Length: u64,
|
3510
|
+
pub PointerMin: u64,
|
3511
|
+
pub PointerMax: u64,
|
3512
|
+
pub Flags: u32,
|
3513
|
+
pub MatchOffsets: *mut u64,
|
3514
|
+
pub MatchOffsetsSize: u32,
|
3515
|
+
pub MatchOffsetsCount: u32,
|
3516
|
+
}
|
3517
|
+
impl Default for POINTER_SEARCH_PHYSICAL {
|
3518
|
+
fn default() -> Self {
|
3519
|
+
unsafe { core::mem::zeroed() }
|
3520
|
+
}
|
3521
|
+
}
|
3522
|
+
#[repr(C)]
|
3523
|
+
#[derive(Clone, Copy, Default)]
|
3524
|
+
pub struct PROCESSORINFO {
|
3525
|
+
pub Processor: u16,
|
3526
|
+
pub NumberProcessors: u16,
|
3527
|
+
}
|
3528
|
+
#[repr(C)]
|
3529
|
+
#[derive(Clone, Copy)]
|
3530
|
+
pub struct PROCESS_COMMIT_USAGE {
|
3531
|
+
pub ImageFileName: [u8; 16],
|
3532
|
+
pub ClientId: u64,
|
3533
|
+
pub ProcessAddress: u64,
|
3534
|
+
pub CommitCharge: u64,
|
3535
|
+
pub SharedCommitCharge: u64,
|
3536
|
+
pub ReleasedCommitDebt: u64,
|
3537
|
+
pub Reserved: u64,
|
3538
|
+
}
|
3539
|
+
impl Default for PROCESS_COMMIT_USAGE {
|
3540
|
+
fn default() -> Self {
|
3541
|
+
unsafe { core::mem::zeroed() }
|
3542
|
+
}
|
3543
|
+
}
|
3544
|
+
pub const PROCESS_END: TANALYZE_RETURN = 1i32;
|
3545
|
+
#[repr(C)]
|
3546
|
+
#[derive(Clone, Copy, Default)]
|
3547
|
+
pub struct PROCESS_NAME_ENTRY {
|
3548
|
+
pub ProcessId: u32,
|
3549
|
+
pub NameOffset: u32,
|
3550
|
+
pub NameSize: u32,
|
3551
|
+
pub NextEntry: u32,
|
3552
|
+
}
|
3553
|
+
pub type PSYM_DUMP_FIELD_CALLBACK = Option<unsafe extern "system" fn(pfield: *mut FIELD_INFO, usercontext: *mut core::ffi::c_void) -> u32>;
|
3554
|
+
pub const PTR_SEARCH_NO_SYMBOL_CHECK: u32 = 2147483648u32;
|
3555
|
+
pub const PTR_SEARCH_PHYS_ALL_HITS: u32 = 1u32;
|
3556
|
+
pub const PTR_SEARCH_PHYS_PTE: u32 = 2u32;
|
3557
|
+
pub const PTR_SEARCH_PHYS_RANGE_CHECK_ONLY: u32 = 4u32;
|
3558
|
+
pub const PTR_SEARCH_PHYS_SIZE_SHIFT: u32 = 3u32;
|
3559
|
+
pub type PWINDBG_CHECK_CONTROL_C = Option<unsafe extern "system" fn() -> u32>;
|
3560
|
+
pub type PWINDBG_CHECK_VERSION = Option<unsafe extern "system" fn() -> u32>;
|
3561
|
+
pub type PWINDBG_DISASM = Option<unsafe extern "system" fn(lpoffset: *mut usize, lpbuffer: windows_sys::core::PCSTR, fshoweffectiveaddress: u32) -> u32>;
|
3562
|
+
pub type PWINDBG_DISASM32 = Option<unsafe extern "system" fn(lpoffset: *mut u32, lpbuffer: windows_sys::core::PCSTR, fshoweffectiveaddress: u32) -> u32>;
|
3563
|
+
pub type PWINDBG_DISASM64 = Option<unsafe extern "system" fn(lpoffset: *mut u64, lpbuffer: windows_sys::core::PCSTR, fshoweffectiveaddress: u32) -> u32>;
|
3564
|
+
pub type PWINDBG_EXTENSION_API_VERSION = Option<unsafe extern "system" fn() -> *mut EXT_API_VERSION>;
|
3565
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3566
|
+
pub type PWINDBG_EXTENSION_DLL_INIT = Option<unsafe extern "system" fn(lpextensionapis: *mut WINDBG_EXTENSION_APIS, majorversion: u16, minorversion: u16)>;
|
3567
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3568
|
+
pub type PWINDBG_EXTENSION_DLL_INIT32 = Option<unsafe extern "system" fn(lpextensionapis: *mut WINDBG_EXTENSION_APIS32, majorversion: u16, minorversion: u16)>;
|
3569
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3570
|
+
pub type PWINDBG_EXTENSION_DLL_INIT64 = Option<unsafe extern "system" fn(lpextensionapis: *mut WINDBG_EXTENSION_APIS64, majorversion: u16, minorversion: u16)>;
|
3571
|
+
pub type PWINDBG_EXTENSION_ROUTINE = Option<unsafe extern "system" fn(hcurrentprocess: super::super::super::super::Foundation::HANDLE, hcurrentthread: super::super::super::super::Foundation::HANDLE, dwcurrentpc: u32, dwprocessor: u32, lpargumentstring: windows_sys::core::PCSTR)>;
|
3572
|
+
pub type PWINDBG_EXTENSION_ROUTINE32 = Option<unsafe extern "system" fn(hcurrentprocess: super::super::super::super::Foundation::HANDLE, hcurrentthread: super::super::super::super::Foundation::HANDLE, dwcurrentpc: u32, dwprocessor: u32, lpargumentstring: windows_sys::core::PCSTR)>;
|
3573
|
+
pub type PWINDBG_EXTENSION_ROUTINE64 = Option<unsafe extern "system" fn(hcurrentprocess: super::super::super::super::Foundation::HANDLE, hcurrentthread: super::super::super::super::Foundation::HANDLE, dwcurrentpc: u64, dwprocessor: u32, lpargumentstring: windows_sys::core::PCSTR)>;
|
3574
|
+
pub type PWINDBG_GET_EXPRESSION = Option<unsafe extern "system" fn(lpexpression: windows_sys::core::PCSTR) -> usize>;
|
3575
|
+
pub type PWINDBG_GET_EXPRESSION32 = Option<unsafe extern "system" fn(lpexpression: windows_sys::core::PCSTR) -> u32>;
|
3576
|
+
pub type PWINDBG_GET_EXPRESSION64 = Option<unsafe extern "system" fn(lpexpression: windows_sys::core::PCSTR) -> u64>;
|
3577
|
+
pub type PWINDBG_GET_SYMBOL = Option<unsafe extern "system" fn(offset: *mut core::ffi::c_void, pchbuffer: windows_sys::core::PCSTR, pdisplacement: *mut usize)>;
|
3578
|
+
pub type PWINDBG_GET_SYMBOL32 = Option<unsafe extern "system" fn(offset: u32, pchbuffer: windows_sys::core::PCSTR, pdisplacement: *mut u32)>;
|
3579
|
+
pub type PWINDBG_GET_SYMBOL64 = Option<unsafe extern "system" fn(offset: u64, pchbuffer: windows_sys::core::PCSTR, pdisplacement: *mut u64)>;
|
3580
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3581
|
+
pub type PWINDBG_GET_THREAD_CONTEXT_ROUTINE = Option<unsafe extern "system" fn(processor: u32, lpcontext: *mut super::CONTEXT, cbsizeofcontext: u32) -> u32>;
|
3582
|
+
pub type PWINDBG_IOCTL_ROUTINE = Option<unsafe extern "system" fn(ioctltype: u16, lpvdata: *mut core::ffi::c_void, cbsize: u32) -> u32>;
|
3583
|
+
pub type PWINDBG_OLDKD_EXTENSION_ROUTINE = Option<unsafe extern "system" fn(dwcurrentpc: u32, lpextensionapis: *mut WINDBG_OLDKD_EXTENSION_APIS, lpargumentstring: windows_sys::core::PCSTR)>;
|
3584
|
+
pub type PWINDBG_OLDKD_READ_PHYSICAL_MEMORY = Option<unsafe extern "system" fn(address: u64, buffer: *mut core::ffi::c_void, count: u32, bytesread: *mut u32) -> u32>;
|
3585
|
+
pub type PWINDBG_OLDKD_WRITE_PHYSICAL_MEMORY = Option<unsafe extern "system" fn(address: u64, buffer: *mut core::ffi::c_void, length: u32, byteswritten: *mut u32) -> u32>;
|
3586
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3587
|
+
pub type PWINDBG_OLD_EXTENSION_ROUTINE = Option<unsafe extern "system" fn(dwcurrentpc: u32, lpextensionapis: *mut WINDBG_EXTENSION_APIS, lpargumentstring: windows_sys::core::PCSTR)>;
|
3588
|
+
pub type PWINDBG_OUTPUT_ROUTINE = Option<unsafe extern "system" fn(lpformat: windows_sys::core::PCSTR)>;
|
3589
|
+
pub type PWINDBG_READ_PROCESS_MEMORY_ROUTINE = Option<unsafe extern "system" fn(offset: usize, lpbuffer: *mut core::ffi::c_void, cb: u32, lpcbbytesread: *mut u32) -> u32>;
|
3590
|
+
pub type PWINDBG_READ_PROCESS_MEMORY_ROUTINE32 = Option<unsafe extern "system" fn(offset: u32, lpbuffer: *mut core::ffi::c_void, cb: u32, lpcbbytesread: *mut u32) -> u32>;
|
3591
|
+
pub type PWINDBG_READ_PROCESS_MEMORY_ROUTINE64 = Option<unsafe extern "system" fn(offset: u64, lpbuffer: *mut core::ffi::c_void, cb: u32, lpcbbytesread: *mut u32) -> u32>;
|
3592
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3593
|
+
pub type PWINDBG_SET_THREAD_CONTEXT_ROUTINE = Option<unsafe extern "system" fn(processor: u32, lpcontext: *mut super::CONTEXT, cbsizeofcontext: u32) -> u32>;
|
3594
|
+
pub type PWINDBG_STACKTRACE_ROUTINE = Option<unsafe extern "system" fn(framepointer: u32, stackpointer: u32, programcounter: u32, stackframes: *mut EXTSTACKTRACE, frames: u32) -> u32>;
|
3595
|
+
pub type PWINDBG_STACKTRACE_ROUTINE32 = Option<unsafe extern "system" fn(framepointer: u32, stackpointer: u32, programcounter: u32, stackframes: *mut EXTSTACKTRACE32, frames: u32) -> u32>;
|
3596
|
+
pub type PWINDBG_STACKTRACE_ROUTINE64 = Option<unsafe extern "system" fn(framepointer: u64, stackpointer: u64, programcounter: u64, stackframes: *mut EXTSTACKTRACE64, frames: u32) -> u32>;
|
3597
|
+
pub type PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE = Option<unsafe extern "system" fn(offset: usize, lpbuffer: *const core::ffi::c_void, cb: u32, lpcbbyteswritten: *mut u32) -> u32>;
|
3598
|
+
pub type PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32 = Option<unsafe extern "system" fn(offset: u32, lpbuffer: *const core::ffi::c_void, cb: u32, lpcbbyteswritten: *mut u32) -> u32>;
|
3599
|
+
pub type PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE64 = Option<unsafe extern "system" fn(offset: u64, lpbuffer: *const core::ffi::c_void, cb: u32, lpcbbyteswritten: *mut u32) -> u32>;
|
3600
|
+
pub const PointerCXHat: PointerKind = 3i32;
|
3601
|
+
pub type PointerKind = i32;
|
3602
|
+
pub const PointerManagedReference: PointerKind = 4i32;
|
3603
|
+
pub const PointerRValueReference: PointerKind = 2i32;
|
3604
|
+
pub const PointerReference: PointerKind = 1i32;
|
3605
|
+
pub const PointerStandard: PointerKind = 0i32;
|
3606
|
+
pub type PreferredFormat = i32;
|
3607
|
+
#[repr(C)]
|
3608
|
+
#[derive(Clone, Copy)]
|
3609
|
+
pub struct READCONTROLSPACE {
|
3610
|
+
pub Processor: u16,
|
3611
|
+
pub Address: u32,
|
3612
|
+
pub BufLen: u32,
|
3613
|
+
pub Buf: [u8; 1],
|
3614
|
+
}
|
3615
|
+
impl Default for READCONTROLSPACE {
|
3616
|
+
fn default() -> Self {
|
3617
|
+
unsafe { core::mem::zeroed() }
|
3618
|
+
}
|
3619
|
+
}
|
3620
|
+
#[repr(C)]
|
3621
|
+
#[derive(Clone, Copy)]
|
3622
|
+
pub struct READCONTROLSPACE32 {
|
3623
|
+
pub Processor: u16,
|
3624
|
+
pub Address: u32,
|
3625
|
+
pub BufLen: u32,
|
3626
|
+
pub Buf: [u8; 1],
|
3627
|
+
}
|
3628
|
+
impl Default for READCONTROLSPACE32 {
|
3629
|
+
fn default() -> Self {
|
3630
|
+
unsafe { core::mem::zeroed() }
|
3631
|
+
}
|
3632
|
+
}
|
3633
|
+
#[repr(C)]
|
3634
|
+
#[derive(Clone, Copy)]
|
3635
|
+
pub struct READCONTROLSPACE64 {
|
3636
|
+
pub Processor: u16,
|
3637
|
+
pub Address: u64,
|
3638
|
+
pub BufLen: u32,
|
3639
|
+
pub Buf: [u8; 1],
|
3640
|
+
}
|
3641
|
+
impl Default for READCONTROLSPACE64 {
|
3642
|
+
fn default() -> Self {
|
3643
|
+
unsafe { core::mem::zeroed() }
|
3644
|
+
}
|
3645
|
+
}
|
3646
|
+
#[repr(C)]
|
3647
|
+
#[derive(Clone, Copy, Default)]
|
3648
|
+
pub struct READ_WRITE_MSR {
|
3649
|
+
pub Msr: u32,
|
3650
|
+
pub Value: i64,
|
3651
|
+
}
|
3652
|
+
pub type RawSearchFlags = i32;
|
3653
|
+
pub const RawSearchNoBases: RawSearchFlags = 1i32;
|
3654
|
+
pub const RawSearchNone: RawSearchFlags = 0i32;
|
3655
|
+
#[repr(C)]
|
3656
|
+
#[derive(Clone, Copy)]
|
3657
|
+
pub struct SEARCHMEMORY {
|
3658
|
+
pub SearchAddress: u64,
|
3659
|
+
pub SearchLength: u64,
|
3660
|
+
pub FoundAddress: u64,
|
3661
|
+
pub PatternLength: u32,
|
3662
|
+
pub Pattern: *mut core::ffi::c_void,
|
3663
|
+
}
|
3664
|
+
impl Default for SEARCHMEMORY {
|
3665
|
+
fn default() -> Self {
|
3666
|
+
unsafe { core::mem::zeroed() }
|
3667
|
+
}
|
3668
|
+
}
|
3669
|
+
pub const STACK_FRAME_TYPE_IGNORE: u32 = 255u32;
|
3670
|
+
pub const STACK_FRAME_TYPE_INIT: u32 = 0u32;
|
3671
|
+
pub const STACK_FRAME_TYPE_INLINE: u32 = 2u32;
|
3672
|
+
pub const STACK_FRAME_TYPE_RA: u32 = 128u32;
|
3673
|
+
pub const STACK_FRAME_TYPE_STACK: u32 = 1u32;
|
3674
|
+
#[repr(C)]
|
3675
|
+
#[derive(Clone, Copy)]
|
3676
|
+
pub struct STACK_SRC_INFO {
|
3677
|
+
pub ImagePath: windows_sys::core::PCWSTR,
|
3678
|
+
pub ModuleName: windows_sys::core::PCWSTR,
|
3679
|
+
pub Function: windows_sys::core::PCWSTR,
|
3680
|
+
pub Displacement: u32,
|
3681
|
+
pub Row: u32,
|
3682
|
+
pub Column: u32,
|
3683
|
+
}
|
3684
|
+
impl Default for STACK_SRC_INFO {
|
3685
|
+
fn default() -> Self {
|
3686
|
+
unsafe { core::mem::zeroed() }
|
3687
|
+
}
|
3688
|
+
}
|
3689
|
+
#[repr(C)]
|
3690
|
+
#[derive(Clone, Copy, Default)]
|
3691
|
+
pub struct STACK_SYM_FRAME_INFO {
|
3692
|
+
pub StackFrameEx: DEBUG_STACK_FRAME_EX,
|
3693
|
+
pub SrcInfo: STACK_SRC_INFO,
|
3694
|
+
}
|
3695
|
+
#[repr(C)]
|
3696
|
+
#[derive(Clone, Copy)]
|
3697
|
+
pub struct SYMBOL_INFO_EX {
|
3698
|
+
pub SizeOfStruct: u32,
|
3699
|
+
pub TypeOfInfo: u32,
|
3700
|
+
pub Offset: u64,
|
3701
|
+
pub Line: u32,
|
3702
|
+
pub Displacement: u32,
|
3703
|
+
pub Reserved: [u32; 4],
|
3704
|
+
}
|
3705
|
+
impl Default for SYMBOL_INFO_EX {
|
3706
|
+
fn default() -> Self {
|
3707
|
+
unsafe { core::mem::zeroed() }
|
3708
|
+
}
|
3709
|
+
}
|
3710
|
+
pub const SYMBOL_TYPE_INDEX_NOT_FOUND: u32 = 2u32;
|
3711
|
+
pub const SYMBOL_TYPE_INFO_NOT_FOUND: u32 = 3u32;
|
3712
|
+
#[repr(C)]
|
3713
|
+
#[derive(Clone, Copy)]
|
3714
|
+
pub struct SYM_DUMP_PARAM {
|
3715
|
+
pub size: u32,
|
3716
|
+
pub sName: *mut u8,
|
3717
|
+
pub Options: u32,
|
3718
|
+
pub addr: u64,
|
3719
|
+
pub listLink: *mut FIELD_INFO,
|
3720
|
+
pub Anonymous: SYM_DUMP_PARAM_0,
|
3721
|
+
pub CallbackRoutine: PSYM_DUMP_FIELD_CALLBACK,
|
3722
|
+
pub nFields: u32,
|
3723
|
+
pub Fields: *mut FIELD_INFO,
|
3724
|
+
pub ModBase: u64,
|
3725
|
+
pub TypeId: u32,
|
3726
|
+
pub TypeSize: u32,
|
3727
|
+
pub BufferSize: u32,
|
3728
|
+
pub _bitfield: u32,
|
3729
|
+
}
|
3730
|
+
impl Default for SYM_DUMP_PARAM {
|
3731
|
+
fn default() -> Self {
|
3732
|
+
unsafe { core::mem::zeroed() }
|
3733
|
+
}
|
3734
|
+
}
|
3735
|
+
#[repr(C)]
|
3736
|
+
#[derive(Clone, Copy)]
|
3737
|
+
pub union SYM_DUMP_PARAM_0 {
|
3738
|
+
pub Context: *mut core::ffi::c_void,
|
3739
|
+
pub pBuffer: *mut core::ffi::c_void,
|
3740
|
+
}
|
3741
|
+
impl Default for SYM_DUMP_PARAM_0 {
|
3742
|
+
fn default() -> Self {
|
3743
|
+
unsafe { core::mem::zeroed() }
|
3744
|
+
}
|
3745
|
+
}
|
3746
|
+
pub type ScriptChangeKind = i32;
|
3747
|
+
pub const ScriptDebugAsyncBreak: ScriptDebugEvent = 3i32;
|
3748
|
+
pub const ScriptDebugBreak: ScriptDebugState = 3i32;
|
3749
|
+
pub const ScriptDebugBreakpoint: ScriptDebugEvent = 0i32;
|
3750
|
+
pub type ScriptDebugEvent = i32;
|
3751
|
+
pub type ScriptDebugEventFilter = i32;
|
3752
|
+
pub const ScriptDebugEventFilterAbort: ScriptDebugEventFilter = 3i32;
|
3753
|
+
pub const ScriptDebugEventFilterEntry: ScriptDebugEventFilter = 0i32;
|
3754
|
+
pub const ScriptDebugEventFilterException: ScriptDebugEventFilter = 1i32;
|
3755
|
+
pub const ScriptDebugEventFilterUnhandledException: ScriptDebugEventFilter = 2i32;
|
3756
|
+
#[repr(C)]
|
3757
|
+
#[derive(Clone, Copy)]
|
3758
|
+
pub struct ScriptDebugEventInformation {
|
3759
|
+
pub DebugEvent: ScriptDebugEvent,
|
3760
|
+
pub EventPosition: ScriptDebugPosition,
|
3761
|
+
pub EventSpanEnd: ScriptDebugPosition,
|
3762
|
+
pub u: ScriptDebugEventInformation_0,
|
3763
|
+
}
|
3764
|
+
impl Default for ScriptDebugEventInformation {
|
3765
|
+
fn default() -> Self {
|
3766
|
+
unsafe { core::mem::zeroed() }
|
3767
|
+
}
|
3768
|
+
}
|
3769
|
+
#[repr(C)]
|
3770
|
+
#[derive(Clone, Copy)]
|
3771
|
+
pub union ScriptDebugEventInformation_0 {
|
3772
|
+
pub ExceptionInformation: ScriptDebugEventInformation_0_0,
|
3773
|
+
pub BreakpointInformation: ScriptDebugEventInformation_0_1,
|
3774
|
+
}
|
3775
|
+
impl Default for ScriptDebugEventInformation_0 {
|
3776
|
+
fn default() -> Self {
|
3777
|
+
unsafe { core::mem::zeroed() }
|
3778
|
+
}
|
3779
|
+
}
|
3780
|
+
#[repr(C)]
|
3781
|
+
#[derive(Clone, Copy, Default)]
|
3782
|
+
pub struct ScriptDebugEventInformation_0_1 {
|
3783
|
+
pub BreakpointId: u64,
|
3784
|
+
}
|
3785
|
+
#[repr(C)]
|
3786
|
+
#[derive(Clone, Copy, Default)]
|
3787
|
+
pub struct ScriptDebugEventInformation_0_0 {
|
3788
|
+
pub IsUncaught: u8,
|
3789
|
+
}
|
3790
|
+
pub const ScriptDebugException: ScriptDebugEvent = 2i32;
|
3791
|
+
pub const ScriptDebugExecuting: ScriptDebugState = 2i32;
|
3792
|
+
pub const ScriptDebugNoDebugger: ScriptDebugState = 0i32;
|
3793
|
+
pub const ScriptDebugNotExecuting: ScriptDebugState = 1i32;
|
3794
|
+
#[repr(C)]
|
3795
|
+
#[derive(Clone, Copy, Default)]
|
3796
|
+
pub struct ScriptDebugPosition {
|
3797
|
+
pub Line: u32,
|
3798
|
+
pub Column: u32,
|
3799
|
+
}
|
3800
|
+
pub type ScriptDebugState = i32;
|
3801
|
+
pub const ScriptDebugStep: ScriptDebugEvent = 1i32;
|
3802
|
+
pub type ScriptExecutionKind = i32;
|
3803
|
+
pub const ScriptExecutionNormal: ScriptExecutionKind = 0i32;
|
3804
|
+
pub const ScriptExecutionStepIn: ScriptExecutionKind = 1i32;
|
3805
|
+
pub const ScriptExecutionStepOut: ScriptExecutionKind = 2i32;
|
3806
|
+
pub const ScriptExecutionStepOver: ScriptExecutionKind = 3i32;
|
3807
|
+
pub const ScriptRename: ScriptChangeKind = 0i32;
|
3808
|
+
pub type SignatureComparison = i32;
|
3809
|
+
pub const Symbol: SymbolKind = 0i32;
|
3810
|
+
pub const SymbolBaseClass: SymbolKind = 6i32;
|
3811
|
+
pub const SymbolConstant: SymbolKind = 4i32;
|
3812
|
+
pub const SymbolData: SymbolKind = 5i32;
|
3813
|
+
pub const SymbolField: SymbolKind = 3i32;
|
3814
|
+
pub const SymbolFunction: SymbolKind = 8i32;
|
3815
|
+
pub type SymbolKind = i32;
|
3816
|
+
pub const SymbolModule: SymbolKind = 1i32;
|
3817
|
+
pub const SymbolPublic: SymbolKind = 7i32;
|
3818
|
+
pub const SymbolSearchCaseInsensitive: SymbolSearchOptions = 2i32;
|
3819
|
+
pub const SymbolSearchCompletion: SymbolSearchOptions = 1i32;
|
3820
|
+
pub const SymbolSearchNone: SymbolSearchOptions = 0i32;
|
3821
|
+
pub type SymbolSearchOptions = i32;
|
3822
|
+
pub const SymbolType: SymbolKind = 2i32;
|
3823
|
+
pub type TANALYZE_RETURN = i32;
|
3824
|
+
#[repr(C)]
|
3825
|
+
#[derive(Clone, Copy)]
|
3826
|
+
pub struct TARGET_DEBUG_INFO {
|
3827
|
+
pub SizeOfStruct: u32,
|
3828
|
+
pub EntryDate: u64,
|
3829
|
+
pub DebugeeClass: u32,
|
3830
|
+
pub SysUpTime: u64,
|
3831
|
+
pub AppUpTime: u64,
|
3832
|
+
pub CrashTime: u64,
|
3833
|
+
pub OsInfo: OS_INFO,
|
3834
|
+
pub Cpu: CPU_INFO,
|
3835
|
+
pub DumpFile: [i8; 260],
|
3836
|
+
}
|
3837
|
+
impl Default for TARGET_DEBUG_INFO {
|
3838
|
+
fn default() -> Self {
|
3839
|
+
unsafe { core::mem::zeroed() }
|
3840
|
+
}
|
3841
|
+
}
|
3842
|
+
#[repr(C)]
|
3843
|
+
#[derive(Clone, Copy)]
|
3844
|
+
pub struct TARGET_DEBUG_INFO_v1 {
|
3845
|
+
pub SizeOfStruct: u32,
|
3846
|
+
pub Id: u64,
|
3847
|
+
pub Source: u64,
|
3848
|
+
pub EntryDate: u64,
|
3849
|
+
pub SysUpTime: u64,
|
3850
|
+
pub AppUpTime: u64,
|
3851
|
+
pub CrashTime: u64,
|
3852
|
+
pub Mode: u64,
|
3853
|
+
pub OsInfo: OS_INFO_v1,
|
3854
|
+
pub Cpu: CPU_INFO_v1,
|
3855
|
+
pub DumpFile: [i8; 260],
|
3856
|
+
pub FailureData: *mut core::ffi::c_void,
|
3857
|
+
pub StackTr: [i8; 4096],
|
3858
|
+
}
|
3859
|
+
impl Default for TARGET_DEBUG_INFO_v1 {
|
3860
|
+
fn default() -> Self {
|
3861
|
+
unsafe { core::mem::zeroed() }
|
3862
|
+
}
|
3863
|
+
}
|
3864
|
+
#[repr(C)]
|
3865
|
+
#[derive(Clone, Copy)]
|
3866
|
+
pub struct TARGET_DEBUG_INFO_v2 {
|
3867
|
+
pub SizeOfStruct: u32,
|
3868
|
+
pub EntryDate: u64,
|
3869
|
+
pub DebugeeClass: u32,
|
3870
|
+
pub SysUpTime: u64,
|
3871
|
+
pub AppUpTime: u64,
|
3872
|
+
pub CrashTime: u64,
|
3873
|
+
pub OsInfo: OS_INFO,
|
3874
|
+
pub Cpu: CPU_INFO_v2,
|
3875
|
+
pub DumpFile: [i8; 260],
|
3876
|
+
}
|
3877
|
+
impl Default for TARGET_DEBUG_INFO_v2 {
|
3878
|
+
fn default() -> Self {
|
3879
|
+
unsafe { core::mem::zeroed() }
|
3880
|
+
}
|
3881
|
+
}
|
3882
|
+
#[repr(C)]
|
3883
|
+
#[derive(Clone, Copy, Default)]
|
3884
|
+
pub struct TRANSLATE_VIRTUAL_TO_PHYSICAL {
|
3885
|
+
pub Virtual: u64,
|
3886
|
+
pub Physical: u64,
|
3887
|
+
}
|
3888
|
+
pub const TRIAGE_FOLLOWUP_DEFAULT: u32 = 2u32;
|
3889
|
+
pub const TRIAGE_FOLLOWUP_FAIL: u32 = 0u32;
|
3890
|
+
pub const TRIAGE_FOLLOWUP_IGNORE: u32 = 1u32;
|
3891
|
+
pub const TRIAGE_FOLLOWUP_SUCCESS: u32 = 3u32;
|
3892
|
+
pub const TypeArray: TypeKind = 3i32;
|
3893
|
+
pub const TypeEnum: TypeKind = 6i32;
|
3894
|
+
pub const TypeExtendedArray: TypeKind = 8i32;
|
3895
|
+
pub const TypeFunction: TypeKind = 4i32;
|
3896
|
+
pub const TypeIntrinsic: TypeKind = 7i32;
|
3897
|
+
pub type TypeKind = i32;
|
3898
|
+
pub const TypeMemberPointer: TypeKind = 2i32;
|
3899
|
+
pub const TypePointer: TypeKind = 1i32;
|
3900
|
+
pub const TypeTypedef: TypeKind = 5i32;
|
3901
|
+
pub const TypeUDT: TypeKind = 0i32;
|
3902
|
+
pub const UNAVAILABLE_ERROR: u32 = 12u32;
|
3903
|
+
pub const Unrelated: SignatureComparison = 0i32;
|
3904
|
+
#[repr(C)]
|
3905
|
+
#[derive(Clone, Copy, Default)]
|
3906
|
+
pub struct VIRTUAL_TO_PHYSICAL {
|
3907
|
+
pub Status: u32,
|
3908
|
+
pub Size: u32,
|
3909
|
+
pub PdeAddress: u64,
|
3910
|
+
pub Virtual: u64,
|
3911
|
+
pub Physical: u64,
|
3912
|
+
}
|
3913
|
+
pub const VarArgsCStyle: VarArgsKind = 1i32;
|
3914
|
+
pub type VarArgsKind = i32;
|
3915
|
+
pub const VarArgsNone: VarArgsKind = 0i32;
|
3916
|
+
pub const WDBGEXTS_ADDRESS_DEFAULT: u32 = 0u32;
|
3917
|
+
pub const WDBGEXTS_ADDRESS_RESERVED0: u32 = 2147483648u32;
|
3918
|
+
pub const WDBGEXTS_ADDRESS_SEG16: u32 = 1u32;
|
3919
|
+
pub const WDBGEXTS_ADDRESS_SEG32: u32 = 2u32;
|
3920
|
+
#[repr(C)]
|
3921
|
+
#[derive(Clone, Copy)]
|
3922
|
+
pub struct WDBGEXTS_CLR_DATA_INTERFACE {
|
3923
|
+
pub Iid: *const windows_sys::core::GUID,
|
3924
|
+
pub Iface: *mut core::ffi::c_void,
|
3925
|
+
}
|
3926
|
+
impl Default for WDBGEXTS_CLR_DATA_INTERFACE {
|
3927
|
+
fn default() -> Self {
|
3928
|
+
unsafe { core::mem::zeroed() }
|
3929
|
+
}
|
3930
|
+
}
|
3931
|
+
#[repr(C)]
|
3932
|
+
#[derive(Clone, Copy)]
|
3933
|
+
pub struct WDBGEXTS_DISASSEMBLE_BUFFER {
|
3934
|
+
pub InOffset: u64,
|
3935
|
+
pub OutOffset: u64,
|
3936
|
+
pub AddrFlags: u32,
|
3937
|
+
pub FormatFlags: u32,
|
3938
|
+
pub DataBufferBytes: u32,
|
3939
|
+
pub DisasmBufferChars: u32,
|
3940
|
+
pub DataBuffer: *mut core::ffi::c_void,
|
3941
|
+
pub DisasmBuffer: windows_sys::core::PWSTR,
|
3942
|
+
pub Reserved0: [u64; 3],
|
3943
|
+
}
|
3944
|
+
impl Default for WDBGEXTS_DISASSEMBLE_BUFFER {
|
3945
|
+
fn default() -> Self {
|
3946
|
+
unsafe { core::mem::zeroed() }
|
3947
|
+
}
|
3948
|
+
}
|
3949
|
+
#[repr(C)]
|
3950
|
+
#[derive(Clone, Copy, Default)]
|
3951
|
+
pub struct WDBGEXTS_MODULE_IN_RANGE {
|
3952
|
+
pub Start: u64,
|
3953
|
+
pub End: u64,
|
3954
|
+
pub FoundModBase: u64,
|
3955
|
+
pub FoundModSize: u32,
|
3956
|
+
}
|
3957
|
+
#[repr(C)]
|
3958
|
+
#[derive(Clone, Copy)]
|
3959
|
+
pub struct WDBGEXTS_QUERY_INTERFACE {
|
3960
|
+
pub Iid: *const windows_sys::core::GUID,
|
3961
|
+
pub Iface: *mut core::ffi::c_void,
|
3962
|
+
}
|
3963
|
+
impl Default for WDBGEXTS_QUERY_INTERFACE {
|
3964
|
+
fn default() -> Self {
|
3965
|
+
unsafe { core::mem::zeroed() }
|
3966
|
+
}
|
3967
|
+
}
|
3968
|
+
#[repr(C)]
|
3969
|
+
#[derive(Clone, Copy, Default)]
|
3970
|
+
pub struct WDBGEXTS_THREAD_OS_INFO {
|
3971
|
+
pub ThreadId: u32,
|
3972
|
+
pub ExitStatus: u32,
|
3973
|
+
pub PriorityClass: u32,
|
3974
|
+
pub Priority: u32,
|
3975
|
+
pub CreateTime: u64,
|
3976
|
+
pub ExitTime: u64,
|
3977
|
+
pub KernelTime: u64,
|
3978
|
+
pub UserTime: u64,
|
3979
|
+
pub StartOffset: u64,
|
3980
|
+
pub Affinity: u64,
|
3981
|
+
}
|
3982
|
+
#[repr(C)]
|
3983
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
3984
|
+
#[derive(Clone, Copy, Default)]
|
3985
|
+
pub struct WINDBG_EXTENSION_APIS {
|
3986
|
+
pub nSize: u32,
|
3987
|
+
pub lpOutputRoutine: PWINDBG_OUTPUT_ROUTINE,
|
3988
|
+
pub lpGetExpressionRoutine: PWINDBG_GET_EXPRESSION,
|
3989
|
+
pub lpGetSymbolRoutine: PWINDBG_GET_SYMBOL,
|
3990
|
+
pub lpDisasmRoutine: PWINDBG_DISASM,
|
3991
|
+
pub lpCheckControlCRoutine: PWINDBG_CHECK_CONTROL_C,
|
3992
|
+
pub lpReadProcessMemoryRoutine: PWINDBG_READ_PROCESS_MEMORY_ROUTINE,
|
3993
|
+
pub lpWriteProcessMemoryRoutine: PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE,
|
3994
|
+
pub lpGetThreadContextRoutine: PWINDBG_GET_THREAD_CONTEXT_ROUTINE,
|
3995
|
+
pub lpSetThreadContextRoutine: PWINDBG_SET_THREAD_CONTEXT_ROUTINE,
|
3996
|
+
pub lpIoctlRoutine: PWINDBG_IOCTL_ROUTINE,
|
3997
|
+
pub lpStackTraceRoutine: PWINDBG_STACKTRACE_ROUTINE,
|
3998
|
+
}
|
3999
|
+
#[repr(C)]
|
4000
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
4001
|
+
#[derive(Clone, Copy, Default)]
|
4002
|
+
pub struct WINDBG_EXTENSION_APIS32 {
|
4003
|
+
pub nSize: u32,
|
4004
|
+
pub lpOutputRoutine: PWINDBG_OUTPUT_ROUTINE,
|
4005
|
+
pub lpGetExpressionRoutine: PWINDBG_GET_EXPRESSION32,
|
4006
|
+
pub lpGetSymbolRoutine: PWINDBG_GET_SYMBOL32,
|
4007
|
+
pub lpDisasmRoutine: PWINDBG_DISASM32,
|
4008
|
+
pub lpCheckControlCRoutine: PWINDBG_CHECK_CONTROL_C,
|
4009
|
+
pub lpReadProcessMemoryRoutine: PWINDBG_READ_PROCESS_MEMORY_ROUTINE32,
|
4010
|
+
pub lpWriteProcessMemoryRoutine: PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32,
|
4011
|
+
pub lpGetThreadContextRoutine: PWINDBG_GET_THREAD_CONTEXT_ROUTINE,
|
4012
|
+
pub lpSetThreadContextRoutine: PWINDBG_SET_THREAD_CONTEXT_ROUTINE,
|
4013
|
+
pub lpIoctlRoutine: PWINDBG_IOCTL_ROUTINE,
|
4014
|
+
pub lpStackTraceRoutine: PWINDBG_STACKTRACE_ROUTINE32,
|
4015
|
+
}
|
4016
|
+
#[repr(C)]
|
4017
|
+
#[cfg(feature = "Win32_System_Kernel")]
|
4018
|
+
#[derive(Clone, Copy, Default)]
|
4019
|
+
pub struct WINDBG_EXTENSION_APIS64 {
|
4020
|
+
pub nSize: u32,
|
4021
|
+
pub lpOutputRoutine: PWINDBG_OUTPUT_ROUTINE,
|
4022
|
+
pub lpGetExpressionRoutine: PWINDBG_GET_EXPRESSION64,
|
4023
|
+
pub lpGetSymbolRoutine: PWINDBG_GET_SYMBOL64,
|
4024
|
+
pub lpDisasmRoutine: PWINDBG_DISASM64,
|
4025
|
+
pub lpCheckControlCRoutine: PWINDBG_CHECK_CONTROL_C,
|
4026
|
+
pub lpReadProcessMemoryRoutine: PWINDBG_READ_PROCESS_MEMORY_ROUTINE64,
|
4027
|
+
pub lpWriteProcessMemoryRoutine: PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE64,
|
4028
|
+
pub lpGetThreadContextRoutine: PWINDBG_GET_THREAD_CONTEXT_ROUTINE,
|
4029
|
+
pub lpSetThreadContextRoutine: PWINDBG_SET_THREAD_CONTEXT_ROUTINE,
|
4030
|
+
pub lpIoctlRoutine: PWINDBG_IOCTL_ROUTINE,
|
4031
|
+
pub lpStackTraceRoutine: PWINDBG_STACKTRACE_ROUTINE64,
|
4032
|
+
}
|
4033
|
+
#[repr(C)]
|
4034
|
+
#[derive(Clone, Copy, Default)]
|
4035
|
+
pub struct WINDBG_OLDKD_EXTENSION_APIS {
|
4036
|
+
pub nSize: u32,
|
4037
|
+
pub lpOutputRoutine: PWINDBG_OUTPUT_ROUTINE,
|
4038
|
+
pub lpGetExpressionRoutine: PWINDBG_GET_EXPRESSION32,
|
4039
|
+
pub lpGetSymbolRoutine: PWINDBG_GET_SYMBOL32,
|
4040
|
+
pub lpDisasmRoutine: PWINDBG_DISASM32,
|
4041
|
+
pub lpCheckControlCRoutine: PWINDBG_CHECK_CONTROL_C,
|
4042
|
+
pub lpReadVirtualMemRoutine: PWINDBG_READ_PROCESS_MEMORY_ROUTINE32,
|
4043
|
+
pub lpWriteVirtualMemRoutine: PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE32,
|
4044
|
+
pub lpReadPhysicalMemRoutine: PWINDBG_OLDKD_READ_PHYSICAL_MEMORY,
|
4045
|
+
pub lpWritePhysicalMemRoutine: PWINDBG_OLDKD_WRITE_PHYSICAL_MEMORY,
|
4046
|
+
}
|
4047
|
+
#[repr(C)]
|
4048
|
+
#[derive(Clone, Copy, Default)]
|
4049
|
+
pub struct WINDBG_OLD_EXTENSION_APIS {
|
4050
|
+
pub nSize: u32,
|
4051
|
+
pub lpOutputRoutine: PWINDBG_OUTPUT_ROUTINE,
|
4052
|
+
pub lpGetExpressionRoutine: PWINDBG_GET_EXPRESSION,
|
4053
|
+
pub lpGetSymbolRoutine: PWINDBG_GET_SYMBOL,
|
4054
|
+
pub lpDisasmRoutine: PWINDBG_DISASM,
|
4055
|
+
pub lpCheckControlCRoutine: PWINDBG_CHECK_CONTROL_C,
|
4056
|
+
}
|
4057
|
+
pub const WIN_95: OS_TYPE = 0i32;
|
4058
|
+
pub const WIN_98: OS_TYPE = 1i32;
|
4059
|
+
pub const WIN_ME: OS_TYPE = 2i32;
|
4060
|
+
pub const WIN_NT4: OS_TYPE = 3i32;
|
4061
|
+
pub const WIN_NT5: OS_TYPE = 4i32;
|
4062
|
+
pub const WIN_NT5_1: OS_TYPE = 5i32;
|
4063
|
+
pub const WIN_NT5_2: OS_TYPE = 6i32;
|
4064
|
+
pub const WIN_NT6_0: OS_TYPE = 7i32;
|
4065
|
+
pub const WIN_NT6_1: OS_TYPE = 8i32;
|
4066
|
+
pub const WIN_UNDEFINED: OS_TYPE = 255i32;
|
4067
|
+
#[repr(C)]
|
4068
|
+
#[derive(Clone, Copy)]
|
4069
|
+
pub struct XML_DRIVER_NODE_INFO {
|
4070
|
+
pub FileName: [i8; 64],
|
4071
|
+
pub FileSize: u64,
|
4072
|
+
pub CreationDate: u64,
|
4073
|
+
pub Version: [i8; 64],
|
4074
|
+
pub Manufacturer: [i8; 260],
|
4075
|
+
pub ProductName: [i8; 260],
|
4076
|
+
pub Group: [i8; 260],
|
4077
|
+
pub Altitude: [i8; 260],
|
4078
|
+
}
|
4079
|
+
impl Default for XML_DRIVER_NODE_INFO {
|
4080
|
+
fn default() -> Self {
|
4081
|
+
unsafe { core::mem::zeroed() }
|
4082
|
+
}
|
4083
|
+
}
|
4084
|
+
pub const _EXTSAPI_VER_: u32 = 10u32;
|
4085
|
+
pub type fnDebugFailureAnalysisCreateInstance = Option<unsafe extern "system" fn(client: *mut core::ffi::c_void, args: windows_sys::core::PCWSTR, flags: u32, rclsid: *const windows_sys::core::GUID, riid: *const windows_sys::core::GUID, ppv: *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT>;
|