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
2019-12-05After the new implementation of exception filters, we need to check the types...Thays Grazia
2019-11-25Only resume VM when suspended.lateralusX
2019-11-12Added support for overriding symbol locationsjoj
2019-10-17Exposed ExceptionEventRequestjoj
2019-10-15Catch InvalidStackFrameExceptionsJeffrey Stedfast
2019-09-24minor code cleanupJeffrey Stedfast
2019-09-13Modernized SoftDebuggerAdaptor.csJeffrey Stedfast
2019-09-09Fixed NRE in SoftDebuggerAdaptor.GetHoistedIteratedLocalName and added more l...Jeffrey Stedfast
2019-09-04Added logging for cases where PDB information is not availableJeffrey Stedfast
2019-09-04Fixup to previous FieldValueReference changeJeffrey Stedfast
2019-09-04[Mono.Debugging.Soft] Don't set the Field flag if any other origin flag is al...Jeffrey Stedfast
2019-08-13[Mono.Debugging.Soft] Don't set Field and Literal flags at the same timeJeffrey Stedfast
2019-08-06Merge pull request #240 from mono/vsts-949284-thread-safe-breakpointstoreGreg Munn
2019-08-05Convert LINQ to LINQ expressionnosami
2019-08-05Style fixnosami
2019-08-05Style fixesnosami
2019-08-04Update Mono.Debugging.Soft/PortablePdbData.csJason Imison
2019-08-03Update Mono.Debugging.Soft/SourceLinkMap.csJason Imison
2019-08-03Update Mono.Debugging.Soft/PortablePdbData.csJason Imison
2019-08-02Try and read sourcelink info via Mononosami
2019-07-31[Debugger] Handle cases where path does not exist when resolving real pathGreg Munn
2019-07-31Nullcheck GetPdbData for SourcelinkGreg Munn
2019-07-31Nullcheck GetPdbData for SourcelinkGreg Munn
2019-07-30Refactor using(stream)nosami
2019-07-29Fix bug when cached files are deletednosami
2019-07-26Support reading portable pdb as a byte[] via debuggeenosami
2019-07-26Fix NREnosami
2019-07-22Merge pull request #235 from nosami/sourcelinkJason Imison
2019-07-20Change SourceLinkMaps to an arraynosami
2019-07-19Fix NREnosami
2019-07-19Remove unused referencesnosami
2019-07-19Revert changesnosami
2019-07-19Extract SourceLink.csnosami
2019-07-19Remove Symbol Server supportnosami
2019-07-19Encapsulate SourceLinkMapsnosami
2019-07-19Add dotnet core SourceLink supportnosami
2019-07-19Support multiple sourcelink entries inside one pdb filenosami
2019-07-19Refactornosami
2019-07-19Make SourceLink retrieval lazynosami
2019-07-19Guard against null json sourcelinknosami
2019-07-19Add SymbolStore supportnosami
2019-07-19guard against pdb not being foundnosami
2019-07-19Read SourceLink data from pdb filenosami
2019-07-16Merge pull request #231 from mono/jstedfast-vsts802365Jeffrey Stedfast
2019-07-10Fix compilation error.Thays Grazia
2019-07-06[debugger] Add intrinsic for creating a byte arrayThays Grazia
2019-06-21Added EvaluationContext to AsyncOperationJeffrey Stedfast
2019-06-06[Mono.Debugging] Improved source checksum logic for UNIX and DOS line endingsJeffrey Stedfast
2019-05-29SoftDebuggerAdaptor.GetValueType() can return System.Type (not always TypeMir...Jeffrey Stedfast
2019-04-30[Mono.Debugging.Soft] Added VariableValueReference.GetValueJeffrey Stedfast