GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
common
/
common-exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-235
/
+0
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-3
/
+3
*
Make SJLJ exceptions more efficient
Tom Tromey
2019-04-25
1
-2
/
+3
*
Remove exception_none
Tom Tromey
2019-04-25
1
-3
/
+1
*
Some gdb_exception{,error,quit} tweaks
Pedro Alves
2019-04-08
1
-18
/
+4
*
Make exception throwing a bit more efficient
Tom Tromey
2019-04-08
1
-17
/
+16
*
Remove some now-dead exception code
Tom Tromey
2019-04-08
1
-10
/
+0
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-2
/
+2
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-112
/
+21
*
Simplify exception handling
Tom Tromey
2019-04-08
1
-36
/
+0
*
Remove basic cleanup code
Tom Tromey
2019-03-06
1
-19
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Eliminate catch_errors
Pedro Alves
2017-10-10
1
-4
/
+4
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCH
Pedro Alves
2016-04-22
1
-8
/
+30
*
Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmp
Pedro Alves
2016-04-12
1
-3
/
+3
*
Eliminate prepare_to_throw_exception
Pedro Alves
2016-04-12
1
-3
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
[C++] Always use setjmp/longjmp for exceptions
Pedro Alves
2015-11-17
1
-5
/
+5
*
Add cast to exception_none
Pedro Alves
2015-10-29
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-3
/
+2
*
Make TRY/CATCH use real C++ try/catch in C++ mode
Pedro Alves
2015-03-07
1
-1
/
+76
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-29
/
+35
*
Move exception_none to common code, and use it
Pedro Alves
2015-02-27
1
-3
/
+3
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Include cleanups.h in common-defs.h
Gary Benson
2014-10-08
1
-1
/
+0
*
Introduce common/common-exceptions.[ch]
Gary Benson
2014-08-29
1
-0
/
+308