summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves2017-04-254-37/+117
* Don't memcpy non-trivially-copyable types: Make enum_flags triv. copyablePedro Alves2017-04-251-10/+0
* Fix removing inferiors from within "thread apply" commandsPedro Alves2017-04-191-0/+56
* Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves2017-04-191-10/+26
* More gdb::optional featuresPedro Alves2017-04-182-15/+143
* Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior2017-04-122-1/+80
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-122-0/+16
* Class-ify ptid_tSimon Marchi2017-04-062-74/+160
* ptid_{lwp,tid}_p: Remove unnecessary checksSimon Marchi2017-04-051-8/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized w...Pedro Alves2017-04-051-2/+3
* Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves2017-04-044-0/+322
* dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves2017-04-041-0/+32
* gdb::optional: Add observersPedro Alves2017-04-041-0/+29
* gdb: Fix ATTRIBUTE_NONNULL usagePedro Alves2017-03-081-1/+1
* Share gdb/environ.[ch] with gdbserverSergio Durigan Junior2017-03-072-0/+231
* Introduce gdb::function_viewPedro Alves2017-02-231-0/+355
* Default initialize enum flags to 0Simon Marchi2017-02-211-1/+2
* DWARF-5: call sitesJan Kratochvil2017-02-201-1/+1
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-6/+13
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-171-3/+3