summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* Add gdb::hash_enumPedro Alves2017-12-081-0/+45
* C++-ify parse_format_stringTom Tromey2017-12-082-66/+38
* Add virtual destructor to selftestSimon Marchi2017-12-071-0/+1
* Redefine gdb_static_assert as static_assertSimon Marchi2017-12-051-2/+1
* Fix typo in poison.hSimon Marchi2017-12-021-1/+1
* Remove ioctl-based procfs support on SolarisRainer Orth2017-11-301-1/+1
* Add include guards to common/format.hTom Tromey2017-11-261-0/+5
* Poison XNEW and friends for types that should use new/deleteSimon Marchi2017-11-243-8/+145
* remote: C++ify thread_item and threads_listing_contextSimon Marchi2017-11-242-0/+19
* Remove DEF_VEC_I (int)Simon Marchi2017-11-171-2/+0
* Make open_fds an std::vectorSimon Marchi2017-11-171-19/+11
* Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves2017-11-061-1/+1
* Assume termios is available, remove support for termio and sgttyPedro Alves2017-11-062-93/+8
* Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi2017-10-301-0/+9
* Introduce string_appendf/string_vappendfPedro Alves2017-10-302-0/+43
* Target FP printing: Simplify and fix ui_printfUlrich Weigand2017-10-242-3/+8
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-4/+2
* Eliminate catch_errorsPedro Alves2017-10-101-4/+4
* Remove free_splay_tree cleanupTom Tromey2017-10-091-0/+42
* Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves2017-10-041-14/+27
* Extend "set cwd" to work on gdbserverSergio Durigan Junior2017-10-041-0/+4
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-0/+4
* Introduce gdb_tilde_expandSergio Durigan Junior2017-10-042-0/+109
* Introduce string_vprintfTom Tromey2017-09-292-0/+25
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-292-3/+3
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-3/+1
* Make xml_escape_text return an std::stringSimon Marchi2017-09-163-43/+14
* Add selftests run filteringSimon Marchi2017-09-162-14/+80
* Rename _const functions to use overloading insteadTom Tromey2017-09-112-5/+13
* Introduce gdb::array_viewPedro Alves2017-09-041-0/+179
* Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2017-08-314-15/+133
* GDBserver self testsYao Qi2017-08-182-0/+118
* Allow gdb::unique_xmalloc_ptr<T[]>Pedro Alves2017-08-101-0/+7
* Introduce and use gdb_file_upTom Tromey2017-08-032-3/+16
* buffer.h: Fix spelling mistakesSimon Marchi2017-07-031-1/+1
* vec: Silence -Wunused-function warnings on clangSimon Marchi2017-06-262-2/+40
* ada-lex: Ignore warnings about register keywordSimon Marchi2017-06-261-0/+3
* Update comment on gdb_environ::unsetSergio Durigan Junior2017-06-221-1/+1
* environ-selftests: Ignore -Wself-move warningPedro Alves2017-06-221-0/+40
* Add STRINGIFY to gdb/common/preprocessor.hPedro Alves2017-06-222-3/+7
* common/agent.h: Add missing include guardsPedro Alves2017-06-221-0/+5
* Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage...Sergio Durigan Junior2017-06-201-2/+2
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-202-143/+129
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-143-0/+165
* Fix possible bug when no args have been provided to the executableSergio Durigan Junior2017-06-081-1/+1
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-073-0/+61
* Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior2017-06-071-0/+25
* Move parts of inferior job control to common/Sergio Durigan Junior2017-06-072-0/+131
* Remove definition of VEC (CORE_ADDR)Simon Marchi2017-05-021-2/+0
* Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves2017-04-252-0/+17