summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: Avoid exception copying in exception printing routinesusers/palves/cxx-gdb_exceptionsPedro Alves2016-09-232-7/+8
* Get rid of gdb_exception::message copying/xstrdup'ingPedro Alves2016-09-2337-115/+95
* Make gdb_exception manage lifetime of its message stringPedro Alves2016-09-234-91/+177
* The script used to convert CATCH blocksPedro Alves2016-09-231-0/+4
* CATCH(e, RETURN_MASK_ERROR) -> CATCH(const gdb_error &e) etc. throughoutPedro Alves2016-09-23118-421/+421
* CATCH(e, RETURN_MASK_ERROR) -> CATCH(const gdb_error &e): core bitsPedro Alves2016-09-233-132/+41
* Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi2016-09-232-2/+10
* gdb: Replace operator new / operator new[]Pedro Alves2016-09-236-4/+132
* Delete relocations associatesd with deleted exidx entries.Akihiko Odaki2016-09-237-80/+328
* S/390: Move start of 64 bit binaries from 2GB to 256MB.Andreas Krebbel2016-09-234-4/+11
* Automatic date update in version.inGDB Administrator2016-09-231-1/+1
* Close gdbserver in mi_gdb_exitYao Qi2016-09-222-5/+38
* Fix build breakage from commit 6ec2b2Edjunior Barbosa Machado2016-09-222-2/+11
* Use gdbserver-base in remote-gdbserver-on-localhost.expYao Qi2016-09-223-37/+9
* Report failed attempts to locate DT_NEEDED files when --verbose is in effect.Nick Clifton2016-09-222-1/+10
* arc: Fix ARI warning for printf(%p)Anton Kolesov2016-09-222-2/+7
* Remove legacy basepri_mask MRS/MSR special regThomas Preud'homme2016-09-222-1/+5
* Check the right proc nameYao Qi2016-09-222-1/+6
* Automatic date update in version.inGDB Administrator2016-09-221-1/+1
* Add myself as a write-after-approval GDB maintainerAnton Kolesov2016-09-212-0/+5
* arc: New Synopsys ARC portAnton Kolesov2016-09-2115-1/+1822
* ppc: Fix return of instruction handlers in ppc_process_record_op63Edjunior Barbosa Machado2016-09-212-2/+8
* PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey2016-09-216-10/+65
* Update and add .gitignore'sSimon Marchi2016-09-219-0/+53
* ppc: Add Power ISA 3.0/POWER9 instructions record supportEdjunior Barbosa Machado2016-09-212-11/+460
* [AArch64] Print spaces after commas in addressesRichard Sandiford2016-09-2159-9712/+9783
* [AArch64] Use "must" rather than "should" in error messagesRichard Sandiford2016-09-218-83/+98
* [AArch64] Add SVE condition codesRichard Sandiford2016-09-2119-98/+318
* Fix misplaced ChangeLogRichard Sandiford2016-09-212-11/+15
* [AArch64][SVE 32/32] Add SVE testsRichard Sandiford2016-09-2115-0/+79428
* [AArch64][SVE 31/32] Add SVE instructionsRichard Sandiford2016-09-2113-117/+9501
* [AArch64][SVE 30/32] Add SVE instruction classesRichard Sandiford2016-09-217-0/+236
* [AArch64][SVE 29/32] Add new SVE core & FP register operandsRichard Sandiford2016-09-2111-20/+98
* [AArch64][SVE 28/32] Add SVE FP immediate operandsRichard Sandiford2016-09-2115-53/+293
* [AArch64][SVE 27/32] Add SVE integer immediate operandsRichard Sandiford2016-09-2115-100/+714
* [AArch64][SVE 26/32] Add SVE MUL VL addressing modesRichard Sandiford2016-09-2114-53/+373
* [AArch64][SVE 25/32] Add support for SVE addressing modesRichard Sandiford2016-09-2115-64/+1035
* [AArch64][SVE 24/32] Add AARCH64_OPND_SVE_PATTERN_SCALEDRichard Sandiford2016-09-2115-19/+186
* [AArch64][SVE 23/32] Add SVE pattern and prfop operandsRichard Sandiford2016-09-2111-11/+210
* [AArch64][SVE 22/32] Add qualifiers for merging and zeroing predicationRichard Sandiford2016-09-216-4/+82
* [AArch64][SVE 21/32] Add Zn and Pn registersRichard Sandiford2016-09-2115-32/+473
* [AArch64][SVE 20/32] Add support for tied operandsRichard Sandiford2016-09-217-16/+65
* [AArch64][SVE 19/32] Refactor address-printing codeRichard Sandiford2016-09-212-36/+65
* [AArch64][SVE 18/32] Tidy definition of aarch64-opc.c:int_regRichard Sandiford2016-09-212-18/+17
* [AArch64][SVE 17/32] Add a prefix parameter to print_register_listRichard Sandiford2016-09-212-13/+21
* [AArch64][SVE 16/32] Use specific insert/extract methods for fpimmRichard Sandiford2016-09-218-6/+40
* [AArch64][SVE 15/32] Add {insert,extract}_all_fields helpersRichard Sandiford2016-09-213-14/+50
* [AArch64][SVE 14/32] Make aarch64_logical_immediate_p take an element sizeRichard Sandiford2016-09-213-29/+39
* [AArch64][SVE 13/32] Add an F_STRICT flagRichard Sandiford2016-09-216-6/+27
* [AArch64][SVE 12/32] Remove boolean parameters from parse_address_mainRichard Sandiford2016-09-214-24/+57