15 Commits (4f22877fbf1f25c76b54b281fcfabfce3a4ca6cd)

Author SHA1 Message Date
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 14 years ago
Eusebiu Marcu 70ee998c95 Add memory pad for debugged process memory 14 years ago
Eusebiu Marcu 1c22e596a1 fix COMException when no entry point was found. 15 years ago
mrward 57400acf44 Fix build. 15 years ago
Eusebiu Marcu c1d5d98e0e Break at first line of execution 15 years ago
Eusebiu Marcu b7b7c5cf6b Fix SD-1753 - Attach to process dialog shows no managed processes after attaching to one process 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
David Srbecký dea13e142d Rewritten filename -> symbol document resolution 15 years ago
David Srbecký 0765d6db38 Reset JMC after obtaining dynamic symbols update. Some extra log messages. (This still does not fix IronPython 4.0) 15 years ago
David Srbecký 85dc142e3b Fixed a bug that could cause the debugger to freeze. (ie. all debugee threads suspended) 16 years ago
David Srbecký b90c4ffe1b Use other thread for evaluation if the current one is not suitable 16 years ago
David Srbecký 63612c3c6d Hopefully fixed "Process not synchronized." at ICorDebugThread.GetUserState 16 years ago
David Srbecký 0305697c99 Disable steppers before detach 16 years ago
David Srbecký 58b7e7476a Fixed SD2-1467 - "Can't load file 17d14f5c-a337-4978-8281-53493378c1071.vb under ." 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 36a37b020a Apply thread-suspend rules for threads created during the stepping 16 years ago
David Srbecký 9da4702054 Suspend other threads during stepping 16 years ago
David Srbecký 8ee08d6071 Removed the Debugger.Internal namespace 16 years ago
David Srbecký aa57ee9b77 Guarantee type identity if names are equal 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký b461c24712 Making ExpressionEvaluator statically typed 16 years ago
David Srbecký 63980d42de Updating Debugger.Addin. 16 years ago
David Srbecký 4e479b74e6 Moved the rest to the Debugger.Interop namespace. Renamed using statements. 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
David Srbecký 07c2eef28b Moving some files around 16 years ago
David Srbecký abbec177d9 Merged partial classes 16 years ago
David Srbecký b78ca5f3bd Some ToStrings are more verbose. Removed some Ignore attributes. 16 years ago
Daniel Grunwald c543ebd41f backport "4826 Fixed race condition that was causing unit tests to fail" to 3.1 16 years ago
David Srbecký a63473d1da Fixed race condition that was causing unit tests to fail 16 years ago
David Srbecký bac075bbcd Reverted some convenience methods from r4745 16 years ago
David Srbecký 4162f7ab31 Expression caching 16 years ago
David Srbecký 4dca3978ca Made the debugger is more aware of AppDomains. Most objects now know which appdomain they belong to. 16 years ago
David Srbecký e89dd70d3c Renaming files accordingly and some final touches 16 years ago
David Srbecký 8ed71a4bf3 Created ThreadCollection class 16 years ago
David Srbecký b963238781 Created ModuleCollection class 16 years ago
David Srbecký 0e7636d384 Created EvalCollection class 16 years ago
David Srbecký 73eff347f1 Created ProcessCollection class 16 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 17 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 17 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 17 years ago
David Srbecký 8759a05e66 Yet again significantly rewriting process state control 17 years ago
David Srbecký 2545154105 Changed semantics of Process.Terminate: The process is not immediately marked as exited; It is marked as exited when the callback is received. 17 years ago
David Srbecký 92ed73cd40 When Terminate is called immediately mark the process as Expired. 18 years ago
David Srbecký d83c92c762 API support for enumerating implemented interfaces 18 years ago
David Srbecký f7aa5f0520 Correct order of events when process is killed. 18 years ago
David Srbecký a7edbf180a Completely rewritten the sate management for Process. 18 years ago
David Srbecký 79a5b5c583 Move EventArgs from their own files to the files they relate to 18 years ago
David Srbecký 5b4edcbbaf Reorganized file structure 18 years ago
David Srbecký ec2863a837 Added synchronous Continue and Step*. 18 years ago