summaryrefslogtreecommitdiff
path: root/src/debug-agent.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-4/+4
* src: fix NewInstance deprecation warningsMichaël Zasso2016-03-031-1/+2
* src: replace usage of deprecated GetDebugContextMichaël Zasso2016-03-031-1/+2
* src: replace usage of deprecated SetMessageHandlerMichaël Zasso2016-03-031-2/+2
* src: remove no longer relevant commentsChris9112016-02-011-1/+0
* debugger: guard against call from non-node contextBen Noordhuis2015-12-171-0/+2
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-1/+0
* src: enable v8 deprecation warnings and fix themBen Noordhuis2015-09-061-1/+4
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-17/+6
* src: replace NULL with nullptr in debug agentBen Noordhuis2014-11-031-11/+11
* src: move debug agent from deps/ to src/Ben Noordhuis2014-11-031-0/+346