summaryrefslogtreecommitdiffstats
path: root/base/debug/debugger_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove --debug-on-start and --debug-children.pkasting@chromium.org2014-04-171-18/+0
* Fix compilation of base for arm64sdefresne@chromium.org2014-02-061-1/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Put back debug break instructions for non-x86 OSsjochen@chromium.org2013-10-291-8/+14
* On posix, only break into debugger when a debugger is presentjochen@chromium.org2013-10-281-9/+13
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-1/+1
* drop unused execinfo.h headervapier@chromium.org2013-05-281-4/+0
* When debugger is attached, use int3 to break debugger for Android x86.shouqun.liu@intel.com2013-04-231-6/+11
* Fix the CHECK macro for Android x86 builds.shashishekhar@chromium.org2013-04-161-4/+2
* Android: improve native debuggabilitymostynb@opera.com2013-04-081-10/+13
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* GTTF: Make Linux stack dump signal handler async-signal safe.phajdan.jr@chromium.org2012-11-141-2/+15
* Remove executable bits on file.mmoss@chromium.org2012-08-091-0/+0
* [MIPS] Add DEBUG_BREAK() for MIPS architecture.petarj@mips.com2012-08-091-0/+2
* Upstream Android-specific changes to debugger_posix.ccjknotten@chromium.org2012-06-291-7/+19
* PPAPI/NaCl: Remove call of system() from NaCl builddmichael@chromium.org2012-06-091-1/+1
* Implement SpawnDebuggerOnProcess for POSIX.jyasskin@chromium.org2012-06-061-1/+12
* Make base::Logging compile with the NaCl toolchain.bbudge@chromium.org2012-02-281-2/+2
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-1/+3
* use os_bsd and OS_BSD and add some OS_FREEBSD conditionsrobert.nagy@gmail.com2011-12-041-10/+8
* define OS_BSD on *BSD and replace the ifdefs to use thatrobert.nagy@gmail.com2011-11-151-3/+3
* OpenBSD patches for base / split from CR #8275005mark@chromium.org2011-10-181-1/+16
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-2/+4
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Upstream android debug and log related filesmichaelbai@google.com2011-07-071-2/+21
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-4/+5
* OpenBSD: make it possible to build libbase.a.phajdan.jr@chromium.org2011-04-151-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Make sure the process is _really_ gone after a __debugbreak(). We've had acevans@chromium.org2011-01-211-0/+3
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-011-1/+1
* Remove compat_execinfo since we no longer support Mac 10.4.brettw@chromium.org2010-12-301-1/+1
* Help make base compile under NaClabarth@chromium.org2010-12-011-0/+15
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-0/+165