aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * gdb.texinfo (Maintenance Commands): Add missing ')' forKeith Seitz2013-03-132-1/+6
* More invalid pointer to pointer conversions.Pedro Alves2013-03-137-17/+61
* * tracepoint.c (tfile_get_trace_state_variable_value): Look forYao Qi2013-03-136-10/+63
* gdb/testsuite/Yao Qi2013-03-132-16/+9
* *** empty log message ***gdbadmin2013-03-131-1/+1
* daily updateAlan Modra2013-03-121-1/+1
* * powerpc.cc (is_branch_reloc): Forward declare.Alan Modra2013-03-127-89/+166
* Update NEWS file following GDB 7.6 branch creation.Joel Brobecker2013-03-122-1/+9
* Record GDB 7.6 branch creation. Bump version number to 7.6.50.20130312-cvs.gdbadmin2013-03-122-1/+6
* 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sandra Loosemore2013-03-1242-1031/+951
* 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>gdb_7_6-branchpointSandra Loosemore2013-03-126-9/+25
* * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.Keith Seitz2013-03-126-25/+44
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-1220-109/+207
* 2013-03-12 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-03-122-2/+6
* Eliminate warning message.Michael Eager2013-03-122-1/+7
* 2013-03-12 Yao Qi <yao@codesourcery.com>Hui Zhu2013-03-122-21/+12
* Allow 'thread' to be used as a variable name in expressions.Paul N. Hilfinger2013-03-127-11/+176
* 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sandra Loosemore2013-03-1210-0/+84
* 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sandra Loosemore2013-03-128-0/+87
* 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sandra Loosemore2013-03-126-0/+114
* * gc.h (gc_process_relocs): Look through function descriptorsAlan Modra2013-03-122-20/+52
* *** empty log message ***gdbadmin2013-03-121-1/+1
* daily updateAlan Modra2013-03-111-1/+1
* * gdb.texinfo (General Query Packets): Don't use colon in indexEli Zaretskii2013-03-112-0/+8
* * watchpoint.exp (test_no_hw_watchpoints): Add test usingKeith Seitz2013-03-112-0/+11
* gdb/Jan Kratochvil2013-03-113-0/+13
* * linespec.c (find_linespec_symbols): Call find_function_symbolsDoug Evans2013-03-112-58/+77
* Avoid invalid pointer to pointer conversions.Pedro Alves2013-03-113-20/+35
* 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer2013-03-112-2/+7
* Add support for AArch32 CRC instruction in ARMv8.Kyrylo Tkachov2013-03-1112-1/+221
* Add tests for the new record-btrace target.Markus Metzger2013-03-1113-4/+730
* Document changes to the record target resulting from the renaming intoMarkus Metzger2013-03-114-34/+220
* Add a disassembly flag to omit the pc prefix and use it in the "recordMarkus Metzger2013-03-114-1/+15
* Add a target for branch trace recording.Markus Metzger2013-03-114-2/+704
* Add command to print the function names from recorded instructions.Markus Metzger2013-03-115-0/+248
* Add a command to provide a disassembly of the execution trace log.Markus Metzger2013-03-114-0/+299
* Provide default target methods for record targets that are likely to be sharedMarkus Metzger2013-03-116-59/+153
* Rename record_ prefixes in record-full.h into record_full_.Markus Metzger2013-03-1110-608/+656
* Rename record_ prefixes in record-full.c into record_full_.Markus Metzger2013-03-112-754/+1064
* Split record.h into record.h and record-full.h.Markus Metzger2013-03-1115-2873/+3408
* Add a new function to target.h to add an alias command for a target and mark itMarkus Metzger2013-03-113-0/+25
* LBR, BTM, or BTS records may have incorrect branch "from" information afer anMarkus Metzger2013-03-112-1/+196
* Document the branch tracing extensions to the remote serial protocol.Markus Metzger2013-03-112-0/+125
* Add the gdb remote target operations for branch tracing.Markus Metzger2013-03-1113-2/+489
* Preserve a verbose error message of xfer functions if they return -3.Markus Metzger2013-03-112-4/+18
* Define the xml document style for transferring branch trace data.Markus Metzger2013-03-115-1/+124
* Install the btrace target ops for i386-linux-nat and amd64-linux-nat.Markus Metzger2013-03-115-2/+120
* Implement branch tracing on Linux based on perf_event such that it can be sharedMarkus Metzger2013-03-116-2/+528
* Fix ChangeLog date.Markus Metzger2013-03-111-1/+1
* Add branch trace information to struct thread_info.Markus Metzger2013-03-119-3/+801