sdk/tools/netcoredbg.git
6 years agoUnregister startup token on timeout
Igor Kulaychuk [Mon, 31 Jul 2017 14:58:33 +0000 (17:58 +0300)]
Unregister startup token on timeout

6 years agoDo not hit breakpoints during func-eval
Igor Kulaychuk [Mon, 24 Jul 2017 18:00:50 +0000 (21:00 +0300)]
Do not hit breakpoints during func-eval

6 years agoAdd support for literals
Igor Kulaychuk [Mon, 24 Jul 2017 15:58:40 +0000 (18:58 +0300)]
Add support for literals

6 years agoAllow TypePrinter to resolve ELEMENT_TYPE_VAR
Igor Kulaychuk [Mon, 24 Jul 2017 15:46:23 +0000 (18:46 +0300)]
Allow TypePrinter to resolve ELEMENT_TYPE_VAR

6 years agoAdd methods to TypePrinter for renaming system types to CSharp types and vice versa
Igor Kulaychuk [Mon, 24 Jul 2017 11:06:46 +0000 (14:06 +0300)]
Add methods to TypePrinter for renaming system types to CSharp types and vice versa

6 years agoAdd support for array types in generic parameters in expression evaluation
Igor Kulaychuk [Mon, 24 Jul 2017 01:07:20 +0000 (04:07 +0300)]
Add support for array types in generic parameters in expression evaluation

6 years agoAdd support for printing type name from PCCOR_SIGNATURE
Igor Kulaychuk [Mon, 24 Jul 2017 01:03:22 +0000 (04:03 +0300)]
Add support for printing type name from PCCOR_SIGNATURE

6 years agoAdd ICorDebugThread argument to WalkMembers() function
Igor Kulaychuk [Sun, 23 Jul 2017 20:25:40 +0000 (23:25 +0300)]
Add ICorDebugThread argument to WalkMembers() function

6 years agoDo not duplicate variables when showing lambda captures
Igor Kulaychuk [Sun, 23 Jul 2017 17:09:35 +0000 (20:09 +0300)]
Do not duplicate variables when showing lambda captures

6 years agoFix nested lambda captures display
Igor Kulaychuk [Sat, 22 Jul 2017 20:28:46 +0000 (23:28 +0300)]
Fix nested lambda captures display

6 years agoRefactor argument name utf8 conversion
Igor Kulaychuk [Sat, 22 Jul 2017 20:06:29 +0000 (23:06 +0300)]
Refactor argument name utf8 conversion

6 years agoFix loading symbols on attach
Igor Kulaychuk [Sat, 22 Jul 2017 19:00:04 +0000 (22:00 +0300)]
Fix loading symbols on attach

6 years agoReport lines and columns in frame location
Igor Kulaychuk [Sat, 22 Jul 2017 18:27:54 +0000 (21:27 +0300)]
Report lines and columns in frame location

6 years agoReturn SequencePoint when reporting frame location
Igor Kulaychuk [Sat, 22 Jul 2017 18:22:14 +0000 (21:22 +0300)]
Return SequencePoint when reporting frame location

6 years agoPut ICorDebugModule related stuff into Modules namespace
Igor Kulaychuk [Sat, 22 Jul 2017 17:45:08 +0000 (20:45 +0300)]
Put ICorDebugModule related stuff into Modules namespace

6 years agoSet JMC status to false for methods without the source code
Igor Kulaychuk [Sat, 22 Jul 2017 17:23:36 +0000 (20:23 +0300)]
Set JMC status to false for methods without the source code

6 years agoEnable SymbolReader to get SequencePoints for method
Igor Kulaychuk [Sat, 22 Jul 2017 17:09:51 +0000 (20:09 +0300)]
Enable SymbolReader to get SequencePoints for method

6 years agoFix display of captured variables in lambda
Igor Kulaychuk [Sat, 22 Jul 2017 00:18:17 +0000 (03:18 +0300)]
Fix display of captured variables in lambda

6 years agoAdd support for generics in expression evaluation
Igor Kulaychuk [Fri, 21 Jul 2017 21:18:33 +0000 (00:18 +0300)]
Add support for generics in expression evaluation

6 years agoSupport simple expression evaluation - access only fields and array indices
Igor Kulaychuk [Thu, 20 Jul 2017 21:14:45 +0000 (00:14 +0300)]
Support simple expression evaluation - access only fields and array indices

6 years agoReduce precision when printing floats(8) and doubles(16) to match vsdbg
Igor Kulaychuk [Fri, 21 Jul 2017 19:26:01 +0000 (22:26 +0300)]
Reduce precision when printing floats(8) and doubles(16) to match vsdbg

6 years agoLimit RunClassConstructor to ELEMENT_TYPE_CLASS only
Igor Kulaychuk [Fri, 21 Jul 2017 18:16:32 +0000 (21:16 +0300)]
Limit RunClassConstructor to ELEMENT_TYPE_CLASS only

6 years agoImplement TypePrinter::GetTypeAndMethod()
Igor Kulaychuk [Fri, 21 Jul 2017 16:45:05 +0000 (19:45 +0300)]
Implement TypePrinter::GetTypeAndMethod()

6 years agoFix RunClassConstructor for null objects
Igor Kulaychuk [Fri, 21 Jul 2017 02:06:12 +0000 (05:06 +0300)]
Fix RunClassConstructor for null objects

6 years agoWalk through current class fields before walking the base class
Igor Kulaychuk [Fri, 21 Jul 2017 02:02:48 +0000 (05:02 +0300)]
Walk through current class fields before walking the base class

6 years agoAdd support for mdtTypeRef in TypePrinter::NameForToken()
Igor Kulaychuk [Fri, 21 Jul 2017 01:58:52 +0000 (04:58 +0300)]
Add support for mdtTypeRef in TypePrinter::NameForToken()

6 years agoRefactor string tokenization
Igor Kulaychuk [Thu, 20 Jul 2017 19:32:23 +0000 (22:32 +0300)]
Refactor string tokenization

6 years agoStep over code with no source
Igor Kulaychuk [Thu, 20 Jul 2017 19:20:57 +0000 (22:20 +0300)]
Step over code with no source

6 years agoUse System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor() before listi...
Igor Kulaychuk [Thu, 20 Jul 2017 03:23:27 +0000 (06:23 +0300)]
Use System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor() before listing static children

6 years agoRefactor EvalProperty() -> EvalFunction()
Igor Kulaychuk [Thu, 20 Jul 2017 01:08:40 +0000 (04:08 +0300)]
Refactor EvalProperty() -> EvalFunction()

6 years agoGuard against children with nullptr ICorDebugValue
Igor Kulaychuk [Wed, 19 Jul 2017 20:25:10 +0000 (23:25 +0300)]
Guard against children with nullptr ICorDebugValue

6 years agoPrint reference type without &
Igor Kulaychuk [Wed, 19 Jul 2017 20:00:38 +0000 (23:00 +0300)]
Print reference type without &

6 years agoRespond to exec-continue with ^running
Igor Kulaychuk [Wed, 19 Jul 2017 19:57:53 +0000 (22:57 +0300)]
Respond to exec-continue with ^running

6 years agoFix stepping through hidden lines
Igor Kulaychuk [Wed, 19 Jul 2017 17:19:07 +0000 (20:19 +0300)]
Fix stepping through hidden lines

6 years agoFix process attach
Igor Kulaychuk [Wed, 19 Jul 2017 17:01:53 +0000 (20:01 +0300)]
Fix process attach

6 years agoUse stderr in symbolreader.cpp
Igor Kulaychuk [Wed, 19 Jul 2017 09:40:37 +0000 (12:40 +0300)]
Use stderr in symbolreader.cpp

6 years agoIncrease startup wait timeout to 5 seconds
Igor Kulaychuk [Wed, 19 Jul 2017 00:40:07 +0000 (03:40 +0300)]
Increase startup wait timeout to 5 seconds

6 years agoEnable searching for CLR path in process using PAL APIs
Igor Kulaychuk [Wed, 19 Jul 2017 00:30:43 +0000 (03:30 +0300)]
Enable searching for CLR path in process using PAL APIs

6 years agoInitial implementation of exec-run
Igor Kulaychuk [Tue, 18 Jul 2017 21:18:02 +0000 (00:18 +0300)]
Initial implementation of exec-run

6 years agoAdd Debugger::Message() method for printing into VS output window
Igor Kulaychuk [Tue, 18 Jul 2017 17:28:50 +0000 (20:28 +0300)]
Add Debugger::Message() method for printing into VS output window

6 years agoMake EscapeMIValue() a method of Debugger class
Igor Kulaychuk [Tue, 18 Jul 2017 17:25:16 +0000 (20:25 +0300)]
Make EscapeMIValue() a method of Debugger class

6 years agoReplace out_printf() with Debugger::Printf()
Igor Kulaychuk [Tue, 18 Jul 2017 17:08:19 +0000 (20:08 +0300)]
Replace out_printf() with Debugger::Printf()

6 years agoMove GetFileName() to platform.cpp
Igor Kulaychuk [Tue, 18 Jul 2017 17:00:00 +0000 (20:00 +0300)]
Move GetFileName() to platform.cpp

6 years agoAdd support for System.Diagnostics.DebuggerNonUserCodeAttribute
Igor Kulaychuk [Tue, 18 Jul 2017 16:49:30 +0000 (19:49 +0300)]
Add support for System.Diagnostics.DebuggerNonUserCodeAttribute

6 years agoUse TypeFromToken in TypePrinter class
Igor Kulaychuk [Tue, 18 Jul 2017 16:39:11 +0000 (19:39 +0300)]
Use TypeFromToken in TypePrinter class

6 years agoAdd support for MemberRef in TypePrinter::NameForToken
Igor Kulaychuk [Tue, 18 Jul 2017 16:11:13 +0000 (19:11 +0300)]
Add support for MemberRef in TypePrinter::NameForToken

6 years agoDisable all steppers before creating a new one
Igor Kulaychuk [Tue, 18 Jul 2017 12:01:51 +0000 (15:01 +0300)]
Disable all steppers before creating a new one

6 years agoAdd basic support for Just-My-Code debugging - mark all modules with symbols as JMC
Igor Kulaychuk [Tue, 18 Jul 2017 11:55:47 +0000 (14:55 +0300)]
Add basic support for Just-My-Code debugging - mark all modules with symbols as JMC

6 years agoFix stepping over hidden lines
Igor Kulaychuk [Tue, 18 Jul 2017 11:36:22 +0000 (14:36 +0300)]
Fix stepping over hidden lines

6 years agoFix steppers duplication when a breakpoint was hit during the step
Igor Kulaychuk [Tue, 18 Jul 2017 11:35:55 +0000 (14:35 +0300)]
Fix steppers duplication when a breakpoint was hit during the step

6 years agoPrint more detailed frame location
Igor Kulaychuk [Tue, 18 Jul 2017 11:22:04 +0000 (14:22 +0300)]
Print more detailed frame location

6 years agoUse unique_ptr for storing SymbolReader class along with the module
Igor Kulaychuk [Mon, 17 Jul 2017 18:51:43 +0000 (21:51 +0300)]
Use unique_ptr for storing SymbolReader class along with the module

6 years agoSkip loading symbols for System.* dlls
Igor Kulaychuk [Mon, 17 Jul 2017 18:45:58 +0000 (21:45 +0300)]
Skip loading symbols for System.* dlls

6 years agoUse module load address as a key in loaded modules map
Igor Kulaychuk [Mon, 17 Jul 2017 18:26:43 +0000 (21:26 +0300)]
Use module load address as a key in loaded modules map

6 years agoAdd breakpoint hit count display
Igor Kulaychuk [Mon, 17 Jul 2017 18:09:15 +0000 (21:09 +0300)]
Add breakpoint hit count display

6 years agoDisplay $exception stack variable (if any)
Igor Kulaychuk [Mon, 17 Jul 2017 17:33:15 +0000 (20:33 +0300)]
Display $exception stack variable (if any)

6 years agoFix resolving multiple pending breakpoints
Igor Kulaychuk [Mon, 17 Jul 2017 16:27:34 +0000 (19:27 +0300)]
Fix resolving multiple pending breakpoints

6 years agoPrint Static memebers for null values
Igor Kulaychuk [Mon, 17 Jul 2017 16:16:54 +0000 (19:16 +0300)]
Print Static memebers for null values

6 years agoReport isNull also for dereferenced values
Igor Kulaychuk [Mon, 17 Jul 2017 15:56:20 +0000 (18:56 +0300)]
Report isNull also for dereferenced values

6 years agoAdd noneditable attribute to Variable Objects
Igor Kulaychuk [Mon, 17 Jul 2017 14:55:19 +0000 (17:55 +0300)]
Add noneditable attribute to Variable Objects

6 years agoRefactor Variable Object printing
Igor Kulaychuk [Mon, 17 Jul 2017 14:51:26 +0000 (17:51 +0300)]
Refactor Variable Object printing

6 years agoPrint has_more value for var-list-children command
Igor Kulaychuk [Mon, 17 Jul 2017 14:15:40 +0000 (17:15 +0300)]
Print has_more value for var-list-children command

6 years agoFix unhandled exceptions output
Igor Kulaychuk [Mon, 17 Jul 2017 14:04:18 +0000 (17:04 +0300)]
Fix unhandled exceptions output

6 years agoDo not stop on unmapped code
Igor Kulaychuk [Mon, 17 Jul 2017 13:25:49 +0000 (16:25 +0300)]
Do not stop on unmapped code

6 years agoAllow to run debugger without arguments
Igor Kulaychuk [Mon, 17 Jul 2017 12:15:00 +0000 (15:15 +0300)]
Allow to run debugger without arguments

6 years agoEnable printing ^running for step commands
Igor Kulaychuk [Mon, 17 Jul 2017 03:26:00 +0000 (06:26 +0300)]
Enable printing ^running for step commands

6 years agoFix exception-received and end-stepping-range location output
Igor Kulaychuk [Mon, 17 Jul 2017 03:23:47 +0000 (06:23 +0300)]
Fix exception-received and end-stepping-range location output

6 years agoAdd dummy var-show-attributes command
Igor Kulaychuk [Mon, 17 Jul 2017 03:12:09 +0000 (06:12 +0300)]
Add dummy var-show-attributes command

6 years agoFix breakpoint-hit location output
Igor Kulaychuk [Mon, 17 Jul 2017 03:11:36 +0000 (06:11 +0300)]
Fix breakpoint-hit location output

6 years agoEscape filenames in MI output
Igor Kulaychuk [Mon, 17 Jul 2017 02:45:50 +0000 (05:45 +0300)]
Escape filenames in MI output

6 years agoFix breakpoint resolving failure while process module enumeration failure
Igor Kulaychuk [Mon, 17 Jul 2017 02:24:55 +0000 (05:24 +0300)]
Fix breakpoint resolving failure while process module enumeration failure

6 years agoFake vsdbg commands
Igor Kulaychuk [Mon, 17 Jul 2017 01:25:44 +0000 (04:25 +0300)]
Fake vsdbg commands

6 years agoEnable handling -f argument in break-insert command
Igor Kulaychuk [Sun, 16 Jul 2017 23:29:21 +0000 (02:29 +0300)]
Enable handling -f argument in break-insert command

6 years agoFix handling frame-addr argument in var-create command
Igor Kulaychuk [Sun, 16 Jul 2017 23:22:44 +0000 (02:22 +0300)]
Fix handling frame-addr argument in var-create command

6 years agoAdd support for command arguments with quotes
Igor Kulaychuk [Sun, 16 Jul 2017 23:14:05 +0000 (02:14 +0300)]
Add support for command arguments with quotes

6 years agoFix indices parsing when additional parameters are present in args
Igor Kulaychuk [Sun, 16 Jul 2017 22:28:42 +0000 (01:28 +0300)]
Fix indices parsing when additional parameters are present in args

6 years agoFix stack-list-frames output when frame 0 is not printed
Igor Kulaychuk [Sun, 16 Jul 2017 22:23:40 +0000 (01:23 +0300)]
Fix stack-list-frames output when frame 0 is not printed

6 years agoAdd Debugger class
Igor Kulaychuk [Sun, 16 Jul 2017 21:48:58 +0000 (00:48 +0300)]
Add Debugger class

6 years agoCleanup commented code in symbolreader.cpp
Igor Kulaychuk [Sun, 16 Jul 2017 02:49:03 +0000 (05:49 +0300)]
Cleanup commented code in symbolreader.cpp

6 years agoAdd target-attach and target-detach commands
Igor Kulaychuk [Sun, 16 Jul 2017 02:31:15 +0000 (05:31 +0300)]
Add target-attach and target-detach commands

6 years agoRefactor process attach into a separate function
Igor Kulaychuk [Sun, 16 Jul 2017 02:14:31 +0000 (05:14 +0300)]
Refactor process attach into a separate function

6 years agoRename the project to netcoredbg
Igor Kulaychuk [Thu, 13 Jul 2017 17:42:12 +0000 (20:42 +0300)]
Rename the project to netcoredbg

6 years agoRename src/debug/debugger to src/debug/netcoredbg
Igor Kulaychuk [Thu, 13 Jul 2017 17:31:36 +0000 (20:31 +0300)]
Rename src/debug/debugger to src/debug/netcoredbg

6 years agoEnable string escaping
Igor Kulaychuk [Thu, 13 Jul 2017 17:26:34 +0000 (20:26 +0300)]
Enable string escaping

6 years agoParse breakpoint id without throwing an exception
Igor Kulaychuk [Thu, 13 Jul 2017 16:25:03 +0000 (19:25 +0300)]
Parse breakpoint id without throwing an exception

6 years agoFix stepping commands and enable --thread argument for them
Igor Kulaychuk [Thu, 13 Jul 2017 16:19:46 +0000 (19:19 +0300)]
Fix stepping commands and enable --thread argument for them

6 years agoAdd support for range arguments to var-list-children and stack-list-frames
Igor Kulaychuk [Thu, 13 Jul 2017 14:11:45 +0000 (17:11 +0300)]
Add support for range arguments to var-list-children and stack-list-frames

6 years agoFix includes in frames.cpp
Igor Kulaychuk [Thu, 13 Jul 2017 12:05:51 +0000 (15:05 +0300)]
Fix includes in frames.cpp

6 years agoPrint handled exception message type and module
Igor Kulaychuk [Thu, 13 Jul 2017 03:53:57 +0000 (06:53 +0300)]
Print handled exception message type and module

6 years agoEnable parsing --frame argument
Igor Kulaychuk [Thu, 13 Jul 2017 03:53:11 +0000 (06:53 +0300)]
Enable parsing --frame argument

6 years agoRemove additional separator in frame list
Igor Kulaychuk [Thu, 13 Jul 2017 03:21:20 +0000 (06:21 +0300)]
Remove additional separator in frame list

6 years agoRefactor frames and threads walking into separate file
Igor Kulaychuk [Thu, 13 Jul 2017 02:39:32 +0000 (05:39 +0300)]
Refactor frames and threads walking into separate file

6 years agoEnable parsing --thread argument
Igor Kulaychuk [Thu, 13 Jul 2017 02:27:41 +0000 (05:27 +0300)]
Enable parsing --thread argument

6 years agoFix stack variable name length
Igor Kulaychuk [Thu, 13 Jul 2017 02:05:34 +0000 (05:05 +0300)]
Fix stack variable name length

6 years agoRefactor commands
Igor Kulaychuk [Thu, 13 Jul 2017 02:04:33 +0000 (05:04 +0300)]
Refactor commands

6 years agoMove all CoreCLR includes into single header
Igor Kulaychuk [Wed, 12 Jul 2017 23:27:45 +0000 (02:27 +0300)]
Move all CoreCLR includes into single header

6 years agoUse condition variable for exit process notification
Igor Kulaychuk [Wed, 12 Jul 2017 23:18:24 +0000 (02:18 +0300)]
Use condition variable for exit process notification

6 years agoAdd macOS support
Igor Kulaychuk [Wed, 12 Jul 2017 22:53:46 +0000 (01:53 +0300)]
Add macOS support

6 years agoMove platform specific code into separate file
Igor Kulaychuk [Wed, 12 Jul 2017 22:38:51 +0000 (01:38 +0300)]
Move platform specific code into separate file

6 years agoFix function name
Igor Kulaychuk [Wed, 12 Jul 2017 22:29:33 +0000 (01:29 +0300)]
Fix function name