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-18Fix possible NRE in ObjectValue.GetChild()Cody Russell
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-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-23more code modernizationJeffrey 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
2019-07-19Add SymbolStore supportnosami
2019-07-19Read SourceLink data from pdb filenosami
2019-06-21Added EvaluationContext to AsyncOperationJeffrey Stedfast
2019-06-19[Mono.Debugging] Added BreakpointStore.Clear (bool clearNonUserBreakpoints)Jeffrey Stedfast
2019-06-19code cleanupJeffrey Stedfast
2019-06-06[Mono.Debugging] Improved source checksum logic for UNIX and DOS line endingsJeffrey Stedfast
2019-05-30Added unit test for RenameFile and change logic of Rename to Remove+AddDavid Karlaš
2019-05-29Added method `FileRenamed` to BreakpointStore to enable updating breakpoints ...David Karlaš
2019-03-07Fixes couple of crashes in the debuggernosami
2019-01-10[Debugger] Record time it took between steps.Thays Grazia
2019-01-10[Debugger] Record time it took between steps.Thays Grazia
2019-01-10[Debugger] Record time it took between steps.Thays Grazia
2019-01-07[Debugger] Record time it took between steps.Thays Grazia