Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-22Merge pull request #318 from mono/stackframe-text-asyncJeffrey Stedfast
2020-04-21[Mono.Debugging] Added caching for StackFrame params so we don't need to refetchJeffrey Stedfast
2020-04-21[Mono.Debugging] Added StackFrame.GetFullStackFrameText/Async()Jeffrey Stedfast
2020-04-21Merge pull request #317 from mono/dev/ketyang/glyph-breakpointPad-consistencyKeting Yang
2020-04-20Added ThreadInfo.PrefetchBacktrace()Jeffrey Stedfast
2020-04-20Update the breakpointPad before the glyphKeting Yang
2020-04-20Reverted fix for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054042/Jeffrey Stedfast
2020-04-18Fix possible NRE in ObjectValue.GetChild()Cody Russell
2020-03-31Fixed ValueReference.GetAllChildren() to return an "async" evaluating ObjectV...Jeffrey Stedfast
2020-02-14[Mono.Debugging] Added hooks for gathering usage stats for debugger padsJeffrey Stedfast
2020-02-11[Mono.Debugging] Added SourceLocation.ComputeChecksums(string, string)Jeffrey Stedfast
2020-02-08Removed unnecessary locking in DebuggerSession.ActiveThreadJeffrey Stedfast
2020-02-07null-protect stepTimer.Stop()/Dispose() in DebuggerSession.OnTargetEvent()Jeffrey Stedfast
2020-01-23[Mono.Debugging] Refactored code to avoid deadlocks in DebuggerSession when u...Jeffrey Stedfast
2020-01-22Revert "[DebuggerSession] Avoid using a dispatch queue for stepping"Jeffrey Stedfast
2020-01-15[DebuggerSession] Avoid using a dispatch queue for steppingJeffrey Stedfast
2020-01-15Merge pull request #268 from mono/vsts-1026593Greg Munn
2020-01-08[Mono.Debugging] Fixed logic for timing Step In/Out/Over/etcJeffrey Stedfast
2020-01-04[DebuggerStatistics] Changed bucket timing limitsJeffrey Stedfast
2019-12-14Added telemetry hooks for Locals/Watch/CallStack/Tooltip statsJeffrey Stedfast
2019-12-13Added telemetry for stepping statisticsJeffrey Stedfast
2019-12-13Separate out calls to OnXxxxx from locking `breakpoints`Greg Munn
2019-12-13Assign the event handlers before dispatching the add eventGreg Munn
2019-12-13Use a different lock to manage breakpointStoreGreg Munn
2019-11-22[Mono.Debugging] Lock BaseBacktrace.frameInfo to prevent concurrent access by...Jeffrey Stedfast
2019-10-23[Mono.Debugging] Fixed ObjectValue.Refresh() to emit ValueChanged eventJeffrey Stedfast
2019-10-17Merge pull request #255 from joj/joj/exposeexceptionJeffrey Stedfast
2019-10-17Exposed ExceptionEventRequestjoj
2019-10-11[Mono.Debugging.Evaluation] Set the expression as the ObjectValue.NameJeffrey Stedfast
2019-09-24minor code cleanupJeffrey Stedfast
2019-09-24minor code cleanupJeffrey Stedfast
2019-09-23more code modernizationJeffrey Stedfast
2019-09-23modernized ExpressionEvaluator.csJeffrey Stedfast
2019-09-20code cleanupJeffrey Stedfast
2019-09-09Fixed NRE in SoftDebuggerAdaptor.GetHoistedIteratedLocalName and added more l...Jeffrey Stedfast
2019-08-06Merge pull request #240 from mono/vsts-949284-thread-safe-breakpointstoreGreg Munn
2019-08-02Remove unnecessary .ToList()Greg Munn
2019-07-31[Debugger] Handle cases where path does not exist when resolving real pathGreg Munn
2019-07-31Make BreakpointStore threadsafe for reading and lock on writes.Greg Munn
2019-07-29Fix bug when cached files are deletednosami
2019-07-22Merge pull request #235 from nosami/sourcelinkJason Imison
2019-07-19Fix binary compatnosami
2019-07-19Extract SourceLink.csnosami
2019-07-19Encapsulate SourceLinkMapsnosami
2019-07-19Add dotnet core SourceLink supportnosami
2019-07-19Refactor SourceLinkDownloadInfonosami
2019-07-19Add AutomaticDownload optionnosami
2019-07-19Switch to HttpClientProvider for proxy supportnosami
2019-07-19Clean upnosami
2019-07-19Support multiple sourcelink entries inside one pdb filenosami