SharpDebug icon indicating copy to clipboard operation
SharpDebug copied to clipboard

C# debugging automation tool

Results 21 SharpDebug issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Is this project still alive? Hasn't had commits for a few years and the Nuget package is no longer available.

https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-18048.html > Padding is present, if necessary, to ensure 4-byte alignment for the descriptor. Such padding is not included in namesz. Thats done correctly here with NameSize: https://github.com/southpolenator/SharpDebug/blob/0a195334d46a318c2bcb68ff743b82bbff8ecf47/Source/SharpDebug.DwarfSymbolProvider/ElfCoreDump.cs#L106 But the...

https://github.com/southpolenator/SharpDebug/blob/0a195334d46a318c2bcb68ff743b82bbff8ecf47/Source/SharpDebug.DwarfSymbolProvider/DwarfSymbolProviderModule.cs#L2548-L2550 read register twice https://elixir.bootlin.com/linux/v5.14.14/source/arch/arc/kernel/unwind.c#L790 Its supposed to be register and register value not register and register again https://github.com/southpolenator/SharpDebug/blob/0a195334d46a318c2bcb68ff743b82bbff8ecf47/Source/SharpDebug.DwarfSymbolProvider/DwarfSymbolProviderModule.cs#L2501-L2509 all these advance_loc* are wrong, they should advance the current address,...

All the Attributes parsed in DwarfSymbolProvider.DwarfCompilationUnit.ReadData are not deduplicated/interned. For a big binary (in my case with debug info about 900MB) this will cause extreme memory usage. Within the first...

When you load a ELF module that doesn't have Dwarf debug information, but does have exported public functions (Like for example libpthread that you load when trying to analyze a...

I have a exception on Thread 10320. But when I just try to read the StackTrace from the thread I get pure garbage. ![devenv_JkYlc8CVH5](https://user-images.githubusercontent.com/3768165/122130677-4cfbe880-ce38-11eb-8c97-98deea234af4.png) I can even reproduce this in...

Reproduce steps 1. clone repository 2. run `dotnet build` **Expected result**: build success **Actual result**: ``` C:\Program Files\dotnet\sdk\5.0.101\NuGet.targets(131,5): error : Unable to load the service index for source https://powershell.myget.org/F/powershell-core/api/v3/index.json. [C:\Users\VITALY\source\repos\SharpDebug\SharpDebug.sln]...

Are there examples on how to use the drawing interface?

It doesn't need to be all tests, but some that are supported :)