aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* *** empty log message ***gdbadmin2013-03-121-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 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
* *** empty log message ***gdbadmin2013-03-111-1/+1
* gdb/Jan Kratochvil2013-03-102-23/+21
* gdb/Jan Kratochvil2013-03-106-1/+792
* gdb/Jan Kratochvil2013-03-109-4/+768
* *** empty log message ***gdbadmin2013-03-101-1/+1
* 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer2013-03-094-5/+5
* Fix last commit.Eli Zaretskii2013-03-092-3/+8
* 2012-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer2013-03-092-0/+6
* *** empty log message ***gdbadmin2013-03-091-1/+1
* gdb/Yao Qi2013-03-082-3/+7
* find command, fix -Wpoint-signPedro Alves2013-03-082-5/+11
* 2012-03-08 Stan Shebs <stan@codesourcery.com>Hafiz Abid Qadeer2013-03-0814-6/+360
* * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correctTom Tromey2013-03-082-1/+6
* *** empty log message ***gdbadmin2013-03-081-1/+1
* target.c: fix -Wpointer-signPedro Alves2013-03-072-6/+13
* corefile.c: fix -Wpointer-signPedro Alves2013-03-072-1/+6
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-0721-131/+134
* Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves2013-03-076-9/+21
* charset.c: fix -Wpointer-signPedro Alves2013-03-072-3/+10