summaryrefslogtreecommitdiff
path: root/src/debug-agent.cc
AgeCommit message (Expand)Author
2017-04-29src: remove debugger dead codeMichaël Zasso
2017-04-19src: don't call uv_run() after 'exit' eventBen Noordhuis
2017-03-03benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer
2016-12-09inspector: move options parsingEugene Ostroukhov
2016-08-23src: make debugger listen on 127.0.0.1 by defaultBen Noordhuis
2016-08-08src: remove unused using declsHaojian Wu
2016-06-30debugger: make listen address configurableBen Noordhuis
2016-06-21src: use RAII for mutexes and condition variablesBen Noordhuis
2016-06-02src: use stack-allocated Environment instancesBen Noordhuis
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-06-01src: make IsolateData creation explicitBen Noordhuis
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2016-03-03src: replace usage of deprecated GetDebugContextMichaël Zasso
2016-03-03src: replace usage of deprecated SetMessageHandlerMichaël Zasso
2016-02-01src: remove no longer relevant commentsChris911
2015-12-17debugger: guard against call from non-node contextBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-09-06src: enable v8 deprecation warnings and fix themBen Noordhuis
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2014-11-03src: replace NULL with nullptr in debug agentBen Noordhuis
2014-11-03src: move debug agent from deps/ to src/Ben Noordhuis