[gnome-builder] (85 commits) Non-fast-forward update to branch wip/chergert/debugger



The branch 'wip/chergert/debugger' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  20b54bc... debugger: stub out various debugger API mechanics
  e860ab2... debugger: start on IdeDebugger interface
  49463df... debug-manager: find suitable debugger when starting session
  6dffca7... debugger: set runner failed if no debugger was found
  f03a81e... debugger: assign from PeasExtension
  a0b84c4... debugger: add IdeDebugger::get_name() vfunc
  18a5e37... gdb: stub out gdb plugin
  215a30f... gdb: check for gdb binary
  5101485... debugger: add various properties/signals to interface
  576026d... debugger: add IdeDebugger::prepare() vfunc
  51813c5... gdb: setup gdb in prepare
  fc552e0... mi2: start on mi2 gdb wire protocol library
  2a2e7e7... mi2: add event dispatch for Mi2EventMessage items
  691ff3c... mi2: implement command and replies
  7a5590e... mi2: use gvariant to parse protocol data from gdb
  ef67bee... mi2: add breakpoint abstraction
  2d44ad7... mi2: add api to track breakpoints
  63807b2... mi2: test removal of breakpoint
  0cae975... mi2: more client infrastructure
  b4a1596... build: require unix for FD access
  d7c3940... mi2: allow pipelining operations
  57a48b1... mi2: remove debug line
  333e0ef... mi2: setup tty for inferior in test
  0978bd7... mi2: queue exec commands until previous completes
  2fdbde9... mi2: cleanup debug code
  c2d5f15... mi2: delay next command until previous completes
  03305af... runmanager: move run handlers into default ::run() event ha
  e9dd050... runner: allow stealing the TTY previously set
  97b38aa... gdb: depend on terminal
  f848c97... gdb: hook up some client signals and plumbing
  46ba610... build: give run access to load mi2
  acf6acf... gdb: cleanup
  5b9f05b... mi2: synthesize closed error
  7f06e25... mi2: test ttyname() against what we opened
  f01c3fe... gdb: use /proc/self/fd/$fdnum to share inferior TTY
  89049e6... debug-manager: add IdeDebugManager:active property
  6ce7fc8... debugger: animate in debugger controls
  4c4fe42... gdb: fix G-I warning
  108f1b7... gdb: cleanup client instance when process exits
  7e2c47a... mi2: move client cleanup into dispose handler
  9afb162... mi2: add G-I annotations to async client API
  3eedaca... mi2: return immediately from read cancellation
  554eb1f... mi2: test stop_listening() for failures
  0a35a7e... mi2: (closure) belongs on callback, not user_data
  e78bec2... mi2: cancel tasks early
  66f4291... mi2: make listen/shutdown operations async
  75e5cf0... mi2: close IOStream instead of using cancellable
  57ed271... mi2: handle end of stream
  ca8cba5... mi2: check breakpoint_id before emitting signal
  9b556c0... mi2: add client to header
  067ea4f... ide: add debugger headers to ide.h
  c8065ba... gdb: port plugin to C
  2ec1d44... gdb: attach callbacks to proper instance
  d29d314... debugger: hold on to debugger instance after starting
  31cd00d... debugger: fix path for TTY fd
  fad0d68... gdb: add more tracing
  f3d9b76... mi2: remove debug code
  520f97d... debugger: fix action names on control widgets
  89ed58d... workbench: add debug-manager to workbench actions
  b8b917b... debug-manager: bind debugger properties to action state
  44bf965... gdb: update property state up on breakpoint hits
  1294cdf... debugger: add IdeDebugger::run() vfunc
  226a8e1... gdb: add support for continue
  f9b65de... debugger: fix action name
  ced232e... pnl: give access to panels via internal-child
  70dd298... egg-signal-group: add support for interfaces
  1246adf... debug-manager: add IdeDebugManager::debugger property
  8b1b80f... debugger: add IdeDebugger::log
  56f06ce... gdb: propagate log messages from gdb
  5b0d4d0... debugger: add debug log panel to debugger perspective
  fca23a2... run-manager: don't allow running during current session
  8f9d8ab... runner: implement missing force quit
  7d24076... debugger: allow NULL location
  eb6a5db... debug-manager: connect to IdeDebugger::stopped
  ddfa46b... gdb: translate various debugger stop reasons
  92f1110... debugger: add UI grid for eventual source files
  a653d43... mi2: fix adding more than one item to list in message parsi
  09e0065... mi2: remove \n from g_warning call
  914c71c... debugger: start on breakpoint-reached signal
  731fdca... debugmanager: add various signals
  7376d28... debugger: set debug manager target for signals

Commits added to the branch:

  3c5c6cc... Update Korean translation (*)
  eae82fe... flatpak: Don't install the same runtime twice (*)
  ceec79e... flatpak: do breadth first search (*)
  d279789... build: link against libsearch for tests (*)
  9d902a9... debugger: stub out various debugger API mechanics
  673ca36... debugger: start on IdeDebugger interface
  c2f4a76... debug-manager: find suitable debugger when starting session
  4d5ebab... debugger: set runner failed if no debugger was found
  55f9618... debugger: assign from PeasExtension
  bd0764e... debugger: add IdeDebugger::get_name() vfunc
  5f514cd... gdb: stub out gdb plugin
  b7737b2... gdb: check for gdb binary
  b08c446... debugger: add various properties/signals to interface
  57efd8d... debugger: add IdeDebugger::prepare() vfunc
  2890bf6... gdb: setup gdb in prepare
  26365d3... mi2: start on mi2 gdb wire protocol library
  3b1a48e... mi2: add event dispatch for Mi2EventMessage items
  c43c2cb... mi2: implement command and replies
  8925671... mi2: use gvariant to parse protocol data from gdb
  aa0c1ae... mi2: add breakpoint abstraction
  8848ba7... mi2: add api to track breakpoints
  c242b7a... mi2: test removal of breakpoint
  108f5c1... mi2: more client infrastructure
  1795552... build: require unix for FD access
  bb68d69... mi2: allow pipelining operations
  a10403e... mi2: remove debug line
  c4dd127... mi2: setup tty for inferior in test
  4de5264... mi2: queue exec commands until previous completes
  322c941... mi2: cleanup debug code
  629f779... mi2: delay next command until previous completes
  d750583... runmanager: move run handlers into default ::run() event ha
  18b0c23... runner: allow stealing the TTY previously set
  a9a7015... gdb: depend on terminal
  e5fea52... gdb: hook up some client signals and plumbing
  2ef1198... build: give run access to load mi2
  5faa8d2... gdb: cleanup
  5c3d2cc... mi2: synthesize closed error
  b5173a8... mi2: test ttyname() against what we opened
  90bd6e6... gdb: use /proc/self/fd/$fdnum to share inferior TTY
  95885f5... debug-manager: add IdeDebugManager:active property
  db875f6... debugger: animate in debugger controls
  3539874... gdb: fix G-I warning
  a2b2887... gdb: cleanup client instance when process exits
  cf23945... mi2: move client cleanup into dispose handler
  05e83a3... mi2: add G-I annotations to async client API
  94dd023... mi2: return immediately from read cancellation
  ed0487d... mi2: test stop_listening() for failures
  9cc87bb... mi2: (closure) belongs on callback, not user_data
  75c89d4... mi2: cancel tasks early
  485f889... mi2: make listen/shutdown operations async
  3673e4c... mi2: close IOStream instead of using cancellable
  962c168... mi2: handle end of stream
  e46b0cb... mi2: check breakpoint_id before emitting signal
  6a8b161... mi2: add client to header
  b0176b8... ide: add debugger headers to ide.h
  d5add36... gdb: port plugin to C
  f9e3954... gdb: attach callbacks to proper instance
  59e897f... debugger: hold on to debugger instance after starting
  87d1f6e... debugger: fix path for TTY fd
  ea877ec... gdb: add more tracing
  5c9e54d... mi2: remove debug code
  ea455b8... debugger: fix action names on control widgets
  d6aa321... workbench: add debug-manager to workbench actions
  9e78e79... debug-manager: bind debugger properties to action state
  1f36f50... gdb: update property state up on breakpoint hits
  20cdcbe... debugger: add IdeDebugger::run() vfunc
  f358496... gdb: add support for continue
  b433d8a... debugger: fix action name
  54bf9b1... pnl: give access to panels via internal-child
  6f721e4... egg-signal-group: add support for interfaces
  4a0df04... debug-manager: add IdeDebugManager::debugger property
  3ad2d8e... debugger: add IdeDebugger::log
  c3bf1a2... gdb: propagate log messages from gdb
  8985837... debugger: add debug log panel to debugger perspective
  d0b9a44... run-manager: don't allow running during current session
  00209f1... runner: implement missing force quit
  167287b... debugger: allow NULL location
  d639adf... debug-manager: connect to IdeDebugger::stopped
  bfdea1d... gdb: translate various debugger stop reasons
  7f762f6... debugger: add UI grid for eventual source files
  1f2019a... mi2: fix adding more than one item to list in message parsi
  0d87ef7... mi2: remove \n from g_warning call
  27681b3... debugger: start on breakpoint-reached signal
  9a95317... debugmanager: add various signals
  8c072d0... debugger: set debug manager target for signals

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]