Age | Commit message (Expand) | Author | Files | Lines |
2013-03-07 | ser-tcp.c:tcp_retry_limit: Change type to unsigned int. | Pedro Alves | 2 | -1/+5 |
2013-03-07 | hex2bin, bin2hex: move declarations to header. | Pedro Alves | 4 | -7/+10 |
2013-03-07 | gdb/gdbserver/ | Yao Qi | 2 | -8/+16 |
2013-03-07 | * utils.c (initialize_utils): Improve doc strings of "set/show | Eli Zaretskii | 2 | -7/+19 |
2013-03-07 | PR gdb/15236: gdbserver write to linux memory with zero length corrupts stack | Pedro Alves | 2 | -1/+13 |
2013-03-07 | * ax-gdb.c (gen_printf): Make FORMAT const. | Keith Seitz | 5 | -4/+12 |
2013-03-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-03-06 | * elfread.c (elf_symfile_read): Move debugging printf to more | Doug Evans | 2 | -3/+8 |
2013-03-06 | Garbage collect py-utils.c:target_string_to_unicode. | Pedro Alves | 3 | -14/+6 |
2013-03-06 | tstatus.exp: use UNSUPPORTED for optional features that are not supported | Pedro Alves | 2 | -20/+31 |
2013-03-06 | * linespec.c (get_current_search_block): ARI fix, use (void) | Pierre Muller | 2 | -1/+6 |
2013-03-06 | gdb/testsuite/ | Yao Qi | 2 | -44/+7 |
2013-03-06 | gdb/testsuite/ | Yao Qi | 2 | -1/+6 |
2013-03-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-03-05 | * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents | Doug Evans | 7 | -103/+146 |
2013-03-05 | Fix ChangeLog entry. | Corinna Vinschen | 1 | -1/+1 |
2013-03-05 | gdb/ | Yao Qi | 3 | -4/+12 |
2013-03-05 | * NEWS: Mention new target x86_64-*-cygwin*. | Corinna Vinschen | 2 | -0/+5 |
2013-03-05 | * configure.host: Add x86_64-*-cygwin* as host. | Corinna Vinschen | 6 | -1/+36 |
2013-03-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-03-04 | gdb/ | Jan Kratochvil | 2 | -1/+5 |
2013-03-04 | gdb/ | Jan Kratochvil | 7 | -49/+285 |
2013-03-04 | * coff-pe-read.c (read_pe_exported_syms): Don't return without | Corinna Vinschen | 2 | -0/+8 |
2013-03-04 | 2013-03-04 Luis Machado <lgustavo@codesourcery.com> | Hui Zhu | 2 | -0/+11 |
2013-03-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-03-03 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-03-02 | Revise ChangeLog comment for recently committed change. | Kevin Buettner | 1 | -3/+3 |
2013-03-02 | * v850-tdep.c: (v850e2_register_name): (v850e2_reg_names): | Kevin Buettner | 2 | -27/+42 |
2013-03-02 | gdb/ | Jiong Wang | 2 | -2/+18 |
2013-03-02 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-03-01 | gdb/ | Jan Kratochvil | 2 | -1/+7 |
2013-03-01 | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 36 | -93/+167 |
2013-03-01 | Revise the commit date of my ChangeLog entry. | Jiong Wang | 1 | -1/+1 |
2013-03-01 | Implement get_longjmp_target for tilegx. | Jiong Wang | 2 | -0/+29 |
2013-03-01 | Add missing file from the previous commit. | Jiong Wang | 1 | -0/+67 |
2013-03-01 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-02-28 | * python/py-arch.c (archpy_disassemble): Use PyInt_Check and | Tom Tromey | 2 | -3/+8 |
2013-02-28 | * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint. | Doug Evans | 3 | -2/+8 |
2013-02-28 | * contrib/excheck.py: New file. | Tom Tromey | 4 | -0/+515 |
2013-02-28 | * python/python.c (gdbpy_print_stack): Call begin_line and | Tom Tromey | 2 | -10/+24 |
2013-02-28 | * python/python.c (gdbpy_find_pc_line): Call find_pc_line | Tom Tromey | 2 | -5/+19 |
2013-02-28 | * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call | Tom Tromey | 2 | -35/+39 |
2013-02-28 | * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside | Tom Tromey | 2 | -2/+9 |
2013-02-28 | * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash. | Tom Tromey | 2 | -1/+5 |
2013-02-28 | * configure.ac: Invoke AC_SYS_LARGEFILE. | Tom Tromey | 4 | -0/+212 |
2013-02-28 | * win32-low.c: Throughout, fix format strings and casts of | Corinna Vinschen | 2 | -15/+23 |
2013-02-28 | gdb/gdbserver/ | Yao Qi | 2 | -1/+6 |
2013-02-28 | gdb/gdbserver/ | Yao Qi | 2 | -140/+181 |
2013-02-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2013-02-27 | * windows-nat.c: Throughout, fix format strings and casts of | Corinna Vinschen | 2 | -32/+42 |