2 Commits (4f22877fbf1f25c76b54b281fcfabfce3a4ca6cd)

Author SHA1 Message Date
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 8ee08d6071 Removed the Debugger.Internal namespace 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký 4c8be8219e Removed the Is<T>, As<T> and CastTo<T> helper methods 16 years ago
David Srbecký 9686a82a01 Reimplemented COM object tracking. Fixed remaining compile errors. 16 years ago
David Srbecký 0bec899af9 Using methods instead of properties 16 years ago
David Srbecký 4e479b74e6 Moved the rest to the Debugger.Interop namespace. Renamed using statements. 16 years ago
David Srbecký af98db8e6d Merged interop files together 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
David Srbecký a63473d1da Fixed race condition that was causing unit tests to fail 16 years ago
David Srbecký e89dd70d3c Renaming files accordingly and some final touches 16 years ago
David Srbecký 73eff347f1 Created ProcessCollection class 16 years ago
David Srbecký 78112c7a92 A few more checks that the process is alive before any callback is issued 17 years ago
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 17 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 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ý 5b4edcbbaf Reorganized file structure 18 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
David Srbecký 1b40728dac Fixed SD2-1151: Debugger thrown exception stepping into a simple VB project code and trying to stop it. 19 years ago
David Srbecký 722f9defa9 Bugfix (Alex): pAppDomain can be null in NameChange callback 19 years ago
David Srbecký ac04c154eb Moving functionality from NDebugger to Process - added ManagedCallbackSwitch 19 years ago