3 Commits (0305697c99065ac2e8d5e3d3f2e014ecd04d23ca)

Author SHA1 Message Date
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
David Srbecký 5891dcb596 Renamed Continue to AsyncContinue. 18 years ago
David Srbecký 882b0af0c5 Removed Value.Name property. 18 years ago
David Srbecký bff4657a88 Removed lifetime tracking of StackFrame. It was quite expensive and it is not necessary for the expression-based variable model. 18 years ago
David Srbecký fc672f7a57 Rename Function to StackFrame 18 years ago
David Srbecký f0d97426ff Bad idea - reverting last two revisions. At least for the time being. 18 years ago
David Srbecký 62bb8ba089 Preparing to remove ValueCollection 18 years ago
David Srbecký 55d6dd3b46 Removed the NamedValue class. All values now have name. 18 years ago
David Srbecký 0ec8985ebe Cache variables for a Function; 19 years ago
David Srbecký 4632b7aba4 Load debuggee metadata only once and cache it 19 years ago
David Srbecký 975bbd6381 All debugger classes derive from DebuggerObject; 19 years ago
David Srbecký e4f3e42ee1 Fixed unit test: Eliminated WaitHandles from process 19 years ago
David Srbecký 0d1b123a4d Debugger tests compile (but fail) 19 years ago