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
2022-06-24Support new hotreload features and support line changes (#365)Thays Grazia
2022-06-10Merge pull request #337 from ivorne/masterJason Imison
2022-05-03Protect from errors related to cancelling debugger connection (#361)dev/gregm/testMauro Agnoletti
2022-03-16Change semantics of the BeginInvoke change to swallow exceptions as it used t...Marius Ungureanu
2021-11-25Convert BeginInvoke usage to Task.Run for dotnetnosami
2021-09-08Remove calls to BeginInvokeLluis Sanchez
2021-08-24Add support for .net 6Lluis Sanchez
2021-08-17Fixed empty guid on dynamic assembliesjoj
2021-07-15Support debug on android after hot reload. (#344)Thays Grazia
2021-03-03Add Module.ApplyChanges (#342)d16-10Aleksey Kliger (λgeek)
2021-02-10Fix assembly version after converting projects to SDK styleMatt Ward
2021-02-09Convert csproj files to SDK style.Jonathan Pobst
2021-01-20Migrate pdb information to be embedded to reduce number of file handl… (#339)Marius Ungureanu
2021-01-20Change DebugType from `full` to `portable` (#335)Dmitriy Vornychev
2020-11-18Make GetPdbBlob fail gracefully by returning null on failed version check ins...Jan Košař
2020-07-14Fix 1153385: Mono debug session stops responding and hangs if Theads pad is ...David Karlaš
2020-07-13Since this is public API we can't add more abstract methodsDavid Karlaš
2020-05-12Merge mono/mono/mcs/class/Mono.Debugger.Soft (#323)Thays Grazia
2020-04-29[Mono.Debugger.Soft] Fixed NRE in MethodMirror.FullName when param_info is no...Jeffrey Stedfast
2020-04-03Revert "[debugger] Implementing step through multithreaded code. (#299)"Jeffrey Stedfast
2020-03-31[debugger] Fix set_value and get_value after invoke a methodThays Grazia
2020-03-26Bump protocol and implement reading error message when receive an INVALID_ARG...Thays Grazia
2020-03-25Doing this PR again: https://github.com/mono/debugger-libs/pull/264/ (#302)Thays Grazia
2020-03-25[debugger] Implementing step through multithreaded code. (#299)Thays Grazia
2020-03-05[debugger] NRE when 2 threads try to call GetThreads at same time (#300)Thays Grazia
2020-01-28Related to https://github.com/mono/mono/pull/18537 (#287)Thays Grazia
2019-10-15Catch InvalidStackFrameExceptionsJeffrey Stedfast
2019-09-23Creating a new version of MOD_KIND_EXCEPTION_ONLY to support Not Filtered Exc...Thays Grazia
2019-08-02Update ModuleMirror from mono/mononosami
2019-07-29Add compilation flag to release buildnosami
2019-07-26Add obsolete constructor backnosami
2019-07-26Add back SetByteValues optimizationnosami
2019-07-26Sync with mcs/class to get pdb reading codenosami
2019-07-08Sending only the array of bytes, without loop, with a blockcopy.Thays Grazia
2019-07-06Changing checkversion place.Thays Grazia
2019-07-06[debugger] Add intrinsic for creating a byte arrayThays Grazia
2019-01-29Move to PackageReference and 4.7.2. (#214)Kirill Osenkov
2019-01-07[Debugger] Record time it took between steps.Thays Grazia
2018-01-24Fix a bug in evaluation of lambda typesHaruka Matsumoto
2018-01-24Support this/base reference and local variablesHaruka Matsumoto
2018-01-24Create byte array without wrapper objectsHaruka Matsumoto
2018-01-24Value and type for lambda expressionHaruka Matsumoto
2017-10-02bump Mono.Cecil to 0.10.0-beta6David Karlaš
2017-06-21Fix backward compatibilityDavid Karlaš
2017-06-15Step toward syncing with mono/mono repository version of Mono.Debugger.SoftDavid Karlaš
2017-06-08Reverted e4cea8b4 because also runtime revertedDavid Karlaš
2017-06-02Implemented GetHoistedScopesDavid Karlaš
2017-05-19Fixed fetching Enum values on older runtimesDavid Karlaš
2017-05-15[Build] Use nugets from SolutionDirMarius Ungureanu
2017-05-11Bump cecil to beta5 and remove cecil from sln.Marius Ungureanu